Addition of SPEC File for creation of LTP-DEVEL RPMs on various Architectures for Standalone development of LTP Unit Testcase. Contributed by George Kraft <gk4@us.ibm.com>
diff --git a/Makefile b/Makefile
index 3dbafd8e..4378bda 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,12 @@
 install: all
 	@$(MAKE) -C testcases install
 	@$(MAKE) -C tools install
+	@$(MAKE) -C lib install
+	@$(MAKE) -C include install
+	@$(MAKE) -C pan install
+	@$(MAKE) -C doc/man1 install
+	@$(MAKE) -C doc/man3 install
+
 	@./IDcheck.sh
 
 libltp.a:
@@ -83,3 +89,8 @@
 	@$(MAKE) -C pan $@
 	@$(MAKE) -C tools $@
 	@$(MAKE) -C testcases $@
+
+package: 
+	rpmbuild -ba ltp-devel.spec
+
+