Name: gtk-chtheme Summary: Gtk+ 2.0 theme preview and selection made slick URL: http://plasmasturm.org/code/%{name}/ Group: User Interface/Desktops License: GPLv2+ Version: 0.3.1 Release: 2%{?dist} Source0: http://plasmasturm.org/code/%{name}/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop # This patch removes "strip" command from Makefile Patch0: %{name}-%{version}_Makefile_nostrip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: desktop-file-utils %description As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible. Themes installed on the system are presented for selection and previewed on the fly. A large variety of widgets provides a comprehensive demonstration. %prep %setup -q %patch0 %build make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR="%{buildroot}" #make install desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %clean rm -rf %{buildroot} %files %defattr(-, root, root,-) %doc COPYING ChangeLog %{_bindir}/%{name} %attr(644,root,root) %{_mandir}/man1/%{name}.* %{_datadir}/applications/%{name}.desktop %changelog * Thu Nov 26 2009 Vadim Raskhozhev - 0.3.1-2 - Added .desktop file - Added nostrip patch - Added %{?dist} tag to Release - Fixed URL tag - Removed Packager tag - Fixed BuildRoot tag - Added %{?_smp_mflags} to make - Removed explicit Requires tag * Fri Nov 20 2009 Vadim Raskhozhev - 0.3.1-1 - Initial Fedora build