Name: echo-icon-theme Version: 0.1 Release: 6%{?dist} Summary: Echo icon theme Group: User Interface/Desktops License: Creative Commons Attribution-ShareAlike 2.5 URL: http://fedoraproject.org/wiki/Artwork/EchoDevelopment Source0: http://people.redhat.com/dfong/icons/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: redhat-artwork Requires(post): gtk2 >= 2.6.0 Requires(postub): gtk2 >= 2.6.0 %description This package contains the Echo icon theme. %prep %setup -q %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/icons cp -r --preserve=timestamps Echo %{buildroot}%{_datadir}/icons %post touch --no-create %{_datadir}/icons/echo || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/Echo || : %postun touch --no-create %{_datadir}/icons/echo || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/Echo || : %clean rm -rf %{buildroot} %files %defattr(0644,root,root,0755) %doc LICENSE %dir %{_datadir}/icons/Echo %{_datadir}/icons/Echo %changelog * Thu Oct 26 2006 David Zeuthen - 0.1-6 - Make this package own %{_datadir}/icons/Echo - Preserve timestamps - Keep %build around to document it's intentionally left empty - Use %{buildroot} instead of $RPM_BUILD_ROOT * Thu Oct 26 2006 Luya Tshimbalanga - 0.1-5 - Renamed the spec file to respect Packaging Guideline - Included URL for source - Cleaned up - Ajusted permissions - Removed unneeded build script * Wed Oct 25 2006 Luya Tshimbalanga - 0.1-2 - Minor fixes * Mon Oct 23 2006 Christopher Aillon - 0.1-1 - Initial RPM.