Remove README.ltp-devel.in and ltp-devel.spec.in

The ltp-deve.spec.in was not update for some time and does not reflect
current situation.

The same goes for README.ltp-devel.in.

This also removes the package target from main Makefile which depended
on the specfile.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
diff --git a/Makefile b/Makefile
index 09524bb..71efca4 100644
--- a/Makefile
+++ b/Makefile
@@ -219,8 +219,4 @@
 menuconfig:
 	@$(SHELL) "$(top_srcdir)/ltpmenu"
 
-## Package
-package:
-	@$(RPMBUILD) -ba ltp-devel.spec
-
 ## End misc targets.
diff --git a/README.ltp-devel.in b/README.ltp-devel.in
deleted file mode 100644
index 50c377e..0000000
--- a/README.ltp-devel.in
+++ /dev/null
@@ -1,48 +0,0 @@
-This is a README to describe the ltp-devel.patch functional changes.
-
-"make install" is to build and install:
-
-	@prefix@/bin/ltp-bump
-	@prefix@/bin/ltp-pan
-	@prefix@/bin/ltp-scanner
-	@prefix@/lib/libltp.a
-	@datarootdir@/pkgconfig/ltp.pc
-	@prefix@/include/
-	@mandir@
-
-"make package" is to rpm package what was installed above:
-
-	/usr/src/redhat/RPMS/i386/ltp-devel-1.0-0.0.i386.rpm
-
-For someone wanting to write a standalone test that uses "libltp.a", then
-the Makefile to compile their test program would look like this:
-
-	test: test.c
-		$(COMPILE.o) $(OUTPUT_OPTION) $^ `pkg-config --cflags --libs ltp`
-
-To read manual pages, then the developer would type:
-(Most Important man pages)
-
-	man usctest
-	man ltp-pan
-	man tst_res
-	man tst_sig
-	man tst_set_error
-	man tst_tmpdir
-	man parse_opts
-
-(Others)
-	man ltp-bump
-	man doio
-	man iogen
-	man forker
-	man pattern
-	man random_range_seed
-	man string_to_tokens
-	man get_attrib
-	man parse_open_flags
-	man parse_ranges
-	man random_range
-	man rmobj
-	man bytes_by_prefix
-	man write_log
diff --git a/configure.ac b/configure.ac
index 8a2a96a..89a86b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,10 +7,8 @@
     include/mk/config.mk \
     include/mk/features.mk \
     lib/ltp.pc \
-    ltp-devel.spec \
     m4/Makefile \
     execltp \
-    README.ltp-devel \
 ])
 
 AM_CONDITIONAL(CROSS_COMPILATION, test x$cross_compiling = xyes)
diff --git a/include/mk/automake.mk b/include/mk/automake.mk
index 9893cf6..309947c 100644
--- a/include/mk/automake.mk
+++ b/include/mk/automake.mk
@@ -95,9 +95,7 @@
 			include/mk/features.mk	\
 			lib/ltp.pc		\
 			m4/Makefile		\
-			ltp-devel.spec		\
-			execltp			\
-			README.ltp-devel
+			execltp
 
 distclean:: %: clean ac-distclean
 	for d in $(AUTOCONFED_SUBDIRS); do \
diff --git a/include/mk/config.mk.default b/include/mk/config.mk.default
index 953747c..ea82766 100644
--- a/include/mk/config.mk.default
+++ b/include/mk/config.mk.default
@@ -52,8 +52,6 @@
 libdir			:= ${exec_prefix}/lib
 mandir			:= ${datarootdir}/man
 
-RPMBUILD		?= rpmbuild
-
 CPPFLAGS		:=
 CFLAGS			:= -g -O2
 LDLIBS			:=
diff --git a/include/mk/config.mk.in b/include/mk/config.mk.in
index 3d20c2d..acdbdb5 100644
--- a/include/mk/config.mk.in
+++ b/include/mk/config.mk.in
@@ -54,8 +54,6 @@
 libdir			:= @libdir@
 mandir			:= @mandir@
 
-RPMBUILD		?= rpmbuild
-
 CPPFLAGS		:= @CPPFLAGS@
 CFLAGS			:= @CFLAGS@
 LDLIBS			:= @LIBS@
diff --git a/ltp-devel.spec.in b/ltp-devel.spec.in
deleted file mode 100644
index 8205723..0000000
--- a/ltp-devel.spec.in
+++ /dev/null
@@ -1,68 +0,0 @@
-#
-# RPM Package Manager (RPM) spec file for ltp-devel
-#
-Summary: Linux Test Project (LTP) Software Development Kit (SDK)
-Name: ltp-devel
-Version: 2.0
-Release: 0.0
-Prefix: @prefix@
-License: GPL
-Group: Development/Libraries
-URL: http://www.linuxtestproject.org
-Vendor: IBM Corp
-Packager: Subrata Modak <subrata.modak@@in.ibm.com>
-AutoReqProv:    0
-Provides:       LTP
-#ExclusiveArch:  i386
-ExclusiveOS:    linux
-%description
-This is a development package of the Linux Test Project (LTP).
-It is intended to be used to build testcases using the provided API.
-%files
-@prefix@/lib/libltp.a
-@datarootdir@/pkgconfig/ltp.pc
-@prefix@/bin/ltp-pan
-@prefix@/bin/ltp-scanner
-@prefix@/bin/ltp-bump
-@prefix@/include/linux_syscall_numbers.h
-@prefix@/include/libtestsuite.h
-@prefix@/include/usctest.h
-@prefix@/include/string_to_tokens.h
-@prefix@/include/bytes_by_prefix.h
-@prefix@/include/databin.h
-@prefix@/include/open_flags.h
-@prefix@/include/write_log.h
-@prefix@/include/dataascii.h
-@prefix@/include/forker.h
-@prefix@/include/compiler.h
-@prefix@/include/test.h
-@prefix@/include/tlibio.h
-@prefix@/include/pattern.h
-@prefix@/include/file_lock.h
-@prefix@/include/random_range.h
-@prefix@/include/search_path.h
-@prefix@/include/rmobj.h
-@mandir@/man3/tst_tmpdir.3
-@mandir@/man3/random_range_seed.3
-@mandir@/man3/pattern.3
-@mandir@/man3/parse_ranges.3
-@mandir@/man3/usctest.3
-@mandir@/man3/random_range.3
-@mandir@/man3/forker.3
-@mandir@/man3/rmobj.3
-@mandir@/man3/parse_open_flags.3
-@mandir@/man3/tst_res.3
-@mandir@/man3/write_log.3
-@mandir@/man3/bytes_by_prefix.3
-@mandir@/man3/tst_set_error.3
-@mandir@/man3/parse_opts.3
-@mandir@/man3/string_to_tokens.3
-@mandir@/man3/tst_sig.3
-@mandir@/man3/get_attrib.3
-@mandir@/man1/ltp-pan.1
-@mandir@/man1/doio.1
-@mandir@/man1/iogen.1
-@mandir@/man1/ltp-bump.1
-# Post-install stuff would go here.
-#EOF
-