Compile GSettings schemas
This commit is contained in:
parent
0af4978711
commit
7e153edb22
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 2.31.1
|
Version: 2.31.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -170,9 +170,11 @@ if [ $1 -eq 0 ]; then
|
|||||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
fi
|
fi
|
||||||
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||||
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||||
|
|
||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -232,6 +234,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-2
|
||||||
|
- Compile GSettings schemas
|
||||||
|
|
||||||
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
|
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
|
||||||
- Update to 2.31.1
|
- Update to 2.31.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user