summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2011-12-13 09:06:30 +0100
committerOlivier Fourdan <fourdan@xfce.org>2011-12-13 09:06:30 +0100
commitb2b19cfbf8c74973154ff4ab521a6cb0b1b0e45d (patch)
treecf8a40fc797866380f76fc45de0db89086c8925c
parent8d01d0baa5e050457b599fdfe264fed7e2882810 (diff)
downloadxfwm4-b2b19cfbf8c74973154ff4ab521a6cb0b1b0e45d.tar.gz
Remove spec file
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac.in1
-rw-r--r--xfwm4.spec.in44
3 files changed, 1 insertions, 48 deletions
diff --git a/Makefile.am b/Makefile.am
index fece21432..6399d4272 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 e23890eff..53eda324c 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 a3f6f3a4c..000000000
--- 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