Name: cwallpaper Version: 0.3.2 Release: 3%{?dist} Summary: Front end for fbsetbg, Esetroot, feh, and other wallpaper changers Group: User Interface/Desktops License: GPLv2+ URL: http://cwallpaper.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel atk-devel cairo-devel pango-devel glib2-devel BuildRequires: pixman-devel freetype-devel libpng-devel desktop-file-utils %description CWallpaper is a graphical wallpaper changing program designed to be used with environments such as Fluxbox and Blackbox which lack their own wallpaper changing programs. It is designed to be compatible with nearly every desktop environment and root wallpaper changer possible. Current Features: * Compatible with fbsetbg, bsetbg, esetroot, feh. * Also has KDE Desktop, Nautilus, and Rox support through shell scripts. * Thumbnail preview of the wallpaper. * Loading different config files from command line. * Long wallpaper lists. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" desktop-file-install \ --dir=%{buildroot}%{_datadir}/applications \ %{SOURCE1} # Add executable permission to scripts chmod +x %{buildroot}%{_datadir}/%{name}/*.sh %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %changelog * Thu Sep 09 2010 Germán A. Racca 0.3.2-3 - Modified Summary and %%description - Cleanning of buildroot at the beginning of %%install * Mon Jul 26 2010 Germán A. Racca 0.3.2-2 - Rearranged %%description tag - Added exec bits to scripts - Shortened files list * Tue Jul 06 2010 German A. Racca 0.3.2-1 - Initial release of RPM package