Cosmetic fixes
This commit is contained in:
parent
4407acec11
commit
779374255d
@ -1,10 +1,10 @@
|
||||
Summary: Basic requirement for icon themes
|
||||
Name: hicolor-icon-theme
|
||||
Version: 0.10
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL+
|
||||
Group: User Interface/Desktops
|
||||
URL: http://freedesktop.org/Software/icon-theme
|
||||
URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
||||
Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
@ -34,25 +34,28 @@ touch --no-create %{_datadir}/icons/hicolor
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
touch --no-create %{_datadir}/icons/hicolor
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING
|
||||
%doc README COPYING ChangeLog
|
||||
%{_datadir}/icons/hicolor
|
||||
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
||||
|
||||
%changelog
|
||||
* Fri Jan 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.10-5
|
||||
- Update URL
|
||||
- Clean up scriptlets
|
||||
- Include ChangeLog
|
||||
|
||||
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.10-4
|
||||
- Correct the license
|
||||
- Include COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user