[Xfce4-commits] <xfce4-dev-tools:master> Remove spec file and rpm build.

Nick Schermer noreply at xfce.org
Sun Nov 13 18:50:01 CET 2011


Updating branch refs/heads/master
         to a2f88abdc5fa7a459558e6ef50d094571a943a0b (commit)
       from 56cde58238898e5659c39f5e713ee0362ba772d9 (commit)

commit a2f88abdc5fa7a459558e6ef50d094571a943a0b
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Nov 13 18:45:32 2011 +0100

    Remove spec file and rpm build.

 Makefile.am             |    9 ++-------
 configure.in.in         |    1 -
 xfce4-dev-tools.spec.in |   34 ----------------------------------
 3 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 1a5a2cf..db3bf93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,11 +16,7 @@ AUTOMAKE_OPTIONS =							\
 	dist-bzip2
 
 distclean-local:
-	rm -rf *.spec *.cache *~
-
-rpm: dist
-	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
-	@rm -f $(PACKAGE)-$(VERSION).tar.gz
+	rm -rf *.cache *~
 
 .PHONY: ChangeLog
 
@@ -32,5 +28,4 @@ ChangeLog: Makefile
 dist-hook: ChangeLog
 
 EXTRA_DIST =								\
-	HACKING								\
-	xfce4-dev-tools.spec
+	HACKING
diff --git a/configure.in.in b/configure.in.in
index 76fabe3..033dbb8 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -68,7 +68,6 @@ dnl *** Generate files ***
 dnl **********************
 AC_OUTPUT([
 Makefile
-xfce4-dev-tools.spec
 m4macros/Makefile
 scripts/Makefile
 scripts/xdt-autogen.in
diff --git a/xfce4-dev-tools.spec.in b/xfce4-dev-tools.spec.in
deleted file mode 100644
index 39e5d00..0000000
--- a/xfce4-dev-tools.spec.in
+++ /dev/null
@@ -1,34 +0,0 @@
-Summary:	Xfce developer tools
-Name:		@PACKAGE_TARNAME@
-Version:	@PACKAGE_VERSION@
-Release:	1
-License:	GPL
-URL:		http://xfce.org/~benny/projects/xfce4-dev-tools/
-Source0: 	%{name}-%{version}.tar.gz
-Group:		Development/Tools
-BuildRoot:	%{_tmppath}/%{name}-root
-
-%description:
-This package contains common tools required by Xfce developers and people
-that want to build Xfce from SVN. In addition, this package contains the
-Xfce developer's handbook.
-
-%prep
-%setup -q
-
-%build
-%configure
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
-%{_bindir}/
-%{_datadir}/


More information about the Xfce4-commits mailing list