Name: gtk-theme-engine-clearlooks Version: 2.91.3 Release: 3%{?dist} Summary: Clearlooks GTK+ theme engine Group: User Interface/Desktops License: LGPLv2+ URL: http://git.gnome.org/browse/gtk-theme-engine-clearlooks Source0: http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2 BuildRequires: intltool gettext gtk3-devel %description The Clearlooks GTK+ engine provides the default look for the GNOME desktop. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The gtk-theme-engine-clearlooks-devel package contains files needed to develop software that uses the Clearlooks theme engine. %prep %setup -q %build %configure make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT # remove .la files find $RPM_BUILD_ROOT%{_libdir} -name "*.la" | xargs rm %files %defattr(-,root,root,-) # Engine components %{_libdir}/gtk-3.0/3.0.0/engines/* # Support files (XML) %{_datadir}/%{name} # FIXME: COPYING is actually wrong here, as it's produced by autotools # given the lack of a proper COPYING file upstream. Will be fixed # in the next version. %doc AUTHORS NEWS README COPYING %files devel %defattr(-,root,root,-) # pkg-config file %{_libdir}/pkgconfig/gtk-theme-engine-clearlooks-3.pc %changelog * Fri Nov 19 2010 Cosimo Cecchi 2.91.3-3 - Move docs to the main package, not -devel - Specify the gtk3-engines version we're obsoleting - Add a note about COPYING not being the right one here * Thu Nov 18 2010 Cosimo Cecchi 2.91.3-2 - Add devel package for pkgconfig file - Remove .la files when installing * Mon Nov 15 2010 Cosimo Cecchi 2.91.3-1 - First packaging of gtk-theme-engine-clearlooks