summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-11-13 18:45:32 +0100
committerNick Schermer <nick@xfce.org>2011-11-13 18:45:32 +0100
commita2f88abdc5fa7a459558e6ef50d094571a943a0b (patch)
tree9da653dd20438f9e1f9795ffabaf2643ceb216e0
parent56cde58238898e5659c39f5e713ee0362ba772d9 (diff)
downloadxfce4-dev-tools-a2f88abdc5fa7a459558e6ef50d094571a943a0b.tar.gz
Remove spec file and rpm build.
-rw-r--r--Makefile.am9
-rw-r--r--configure.in.in1
-rw-r--r--xfce4-dev-tools.spec.in34
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}/