[Xfce4-commits] <xfwm4:master> Remove spec file

Olivier Fourdan noreply at xfce.org
Tue Dec 13 09:14:01 CET 2011


Updating branch refs/heads/master
         to b2b19cfbf8c74973154ff4ab521a6cb0b1b0e45d (commit)
       from 8d01d0baa5e050457b599fdfe264fed7e2882810 (commit)

commit b2b19cfbf8c74973154ff4ab521a6cb0b1b0e45d
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Tue Dec 13 09:06:30 2011 +0100

    Remove spec file

 Makefile.am     |    4 +---
 configure.ac.in |    1 -
 xfwm4.spec.in   |   44 --------------------------------------------
 3 files changed, 1 insertions(+), 48 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fece214..6399d42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,14 +5,12 @@ EXTRA_DIST =								\
 	intltool-extract.in						\
 	intltool-merge.in						\
 	intltool-update.in						\
-	xfwm4.spec							\
 	COMPOSITOR
 
 DISTCLEANFILES =							\
 	intltool-extract						\
 	intltool-merge							\
-	intltool-update							\
-	xfwm4.spec
+	intltool-update
 
 SUBDIRS = 								\
 	defaults 							\
diff --git a/configure.ac.in b/configure.ac.in
index e23890e..53eda32 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -273,7 +273,6 @@ themes/daloa/Makefile
 themes/default/Makefile
 themes/kokodi/Makefile
 themes/moheli/Makefile
-xfwm4.spec
 ])
 
 echo
diff --git a/xfwm4.spec.in b/xfwm4.spec.in
deleted file mode 100644
index a3f6f3a..0000000
--- a/xfwm4.spec.in
+++ /dev/null
@@ -1,44 +0,0 @@
-Summary: 	Next generation window manager for xfce
-Name: 		xfwm4
-Version: 	@VERSION@
-Release: 	1
-License:	GPL
-URL: 		http://www.xfce.org/
-Source0: 	%{name}-%{version}.tar.gz
-Group: 		User Interface/Desktops
-BuildRoot: 	%{_tmppath}/%{name}-root
-Requires:	libxfce4mcs >= @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@
-Requires:	libxfcegui4 >= @LIBXFCEGUI4_REQUIRED_VERSION@
-Requires:	xfce-mcs-manager >= @XFCE_MCS_MANAGER_REQUIRED_VERSION@
-BuildRequires:	libxfce4mcs-devel >= @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@
-BuildRequires: 	libxfcegui4-devel >= @LIBXFCEGUI4_REQUIRED_VERSION@
-BuildRequires:	xfce-mcs-manager-devel >= @XFCE_MCS_MANAGER_REQUIRED_VERSION@
-
-%description
-xfwm4 is a window manager compatable with GNOME, GNOME2, KDE2, KDE3 and Xfce.
-
-%prep
-%setup -q
-
-%build
-%configure @ENABLE_COMPOSITOR@ @ENABLE_KDE_SYSTRAY@
-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 example.gtkrc-2.0 README INSTALL TODO COPYING AUTHORS COMPOSITOR
-%{_bindir}
-%{_libdir}/xfce4
-%{_datadir}/applications
-%{_datadir}/icons
-%{_datadir}/locale
-%{_datadir}/xfce4
-%{_datadir}/xfwm4
-%{_datadir}/themes


More information about the Xfce4-commits mailing list