Skip to content
Snippets Groups Projects
Commit b2b19cfb authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

Remove spec file

parent 8d01d0ba
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -273,7 +273,6 @@ themes/daloa/Makefile
themes/default/Makefile
themes/kokodi/Makefile
themes/moheli/Makefile
xfwm4.spec
])
echo
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment