- Bump poppler_version to 0.5.2.
- Package icons and add %post and %postun script to update icon cache.
This commit is contained in:
parent
365b8a0851
commit
009f1b68f4
13
evince.spec
13
evince.spec
@ -88,6 +88,12 @@ killall -HUP gconfd-2 2>/dev/null || :
|
|||||||
update-desktop-database &> /dev/null ||:
|
update-desktop-database &> /dev/null ||:
|
||||||
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
|
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
|
||||||
|
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor
|
||||||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
|
/usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
@ -105,6 +111,11 @@ fi
|
|||||||
update-desktop-database &> /dev/null ||:
|
update-desktop-database &> /dev/null ||:
|
||||||
scrollkeeper-update -q || :
|
scrollkeeper-update -q || :
|
||||||
|
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor
|
||||||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
|
/usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -116,11 +127,13 @@ scrollkeeper-update -q || :
|
|||||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||||
%{_datadir}/gnome/help/%{name}/
|
%{_datadir}/gnome/help/%{name}/
|
||||||
%{_datadir}/omf/%{name}/
|
%{_datadir}/omf/%{name}/
|
||||||
|
%{_datadir}/icons/hicolor/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 22 2006 Kristian Høgsberg <krh@redhat.com> 0.5.3-1
|
* Mon May 22 2006 Kristian Høgsberg <krh@redhat.com> 0.5.3-1
|
||||||
- Bump poppler_version to 0.5.2.
|
- Bump poppler_version to 0.5.2.
|
||||||
|
- Package icons and add %post and %postun script to update icon cache.
|
||||||
|
|
||||||
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
|
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
|
||||||
- Update to 0.5.3
|
- Update to 0.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user