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