From b2b19cfbf8c74973154ff4ab521a6cb0b1b0e45d Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 13 Dec 2011 09:06:30 +0100 Subject: Remove spec file --- Makefile.am | 4 +--- configure.ac.in | 1 - xfwm4.spec.in | 44 -------------------------------------------- 3 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 xfwm4.spec.in 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 -- cgit v1.2.1