%define majver %(echo %version | cut -d. -f1-2) Name: xfdesktop Version: 4.12.1 Release: 1mamba Summary: Desktop manager for the Xfce Desktop Environment Group: Graphical Desktop/Applications/Other Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.xfce.org/ Source: http://archive.xfce.org/src/xfce/xfdesktop/%{majver}/xfdesktop-%{version}.tar.bz2 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libxfce4mcs >= 4.4.0 Requires: libxfcegui4 >= 4.4.0 Requires: libgtk >= 2.6.0 BuildRequires: libxfce4mcs-devel >= 4.4.0 BuildRequires: libxfcegui4-devel >= 4.4.0 BuildRequires: libgtk-devel >= 2.6.0 BuildRequires: exo-devel >= 0.8 %description xfdesktop is a desktop manager for the Xfce Desktop Environment. %prep %setup -q %build %configure --enable-final %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %makeinstall %find_lang %{name} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/xfdesktop %{_bindir}/xfdesktop-settings %{_datadir}/applications/xfce-backdrop-settings.desktop %dir %{_datadir}/backgrounds/xfce %{_datadir}/backgrounds/xfce/xfce-*.jpg %{_datadir}/icons/hicolor/*/apps/xfce4*.png %{_datadir}/icons/hicolor/scalable/apps/xfce4*.svg %{_datadir}/pixmaps/xfce4_xicon*.png %{_datadir}/pixmaps/xfdesktop/xfdesktop-fallback-icon.png %{_mandir}/man1/xfdesktop.1* %doc AUTHORS COPYING # ChangeLog NEWS README TODO %changelog * Mon Mar 23 2015 Automatic Build System 4.12.1-1mamba - automatic version update by autodist * Mon Mar 16 2015 Automatic Build System 4.12.0-1mamba - automatic version update by autodist * Sun Nov 16 2014 Automatic Build System 4.10.3-1mamba - automatic version update by autodist * Fri May 10 2013 Automatic Build System 4.10.2-1mamba - update to 4.10.2 * Mon Aug 13 2012 Automatic Build System 4.10.0-1mamba - automatic version update by autodist * Fri Jan 28 2011 Automatic Build System 4.8.0-1mamba - update to 4.8.0 * Tue Jun 01 2010 Automatic Build System 4.6.2-1mamba - automatic update to 4.6.2 by autodist * Wed May 20 2009 Automatic Build System 4.6.1-2mamba - automatic rebuild by autodist * Sat May 02 2009 Automatic Build System 4.6.1-1mamba - automatic update to 4.6.1 by autodist * Mon Mar 02 2009 Silvan Calarco 4.6.0-1mamba - update to 4.6.0 * Sat Apr 14 2007 Tiziano Pratellesi 4.4.1-1mamba - update to 4.4.1 * Thu Mar 22 2007 Tiziano Pratellesi 4.4.0-1qilnx - update to 4.4.0 * Mon Sep 25 2006 Tiziano Pratellesi 4.3.99.1-2qilnx - update spec file * Mon Sep 25 2006 Tiziano Pratellesi 4.3.99.1-1qilnx - update to 4.3.99.1 * Thu Sep 21 2006 Tiziano Pratellesi 4.3.90.2-1qilnx - update to 4.3.90.2 * Tue Sep 19 2006 Tiziano Pratellesi 4.2.3-1qilnx - package created by autospec