rpms/evince/devel evince.spec,1.198,1.199

Matthias Clasen mclasen at fedoraproject.org
Mon May 17 01:56:58 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/evince/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22373

Modified Files:
	evince.spec 
Log Message:
Compile GSettings schemas



Index: evince.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evince/devel/evince.spec,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -p -r1.198 -r1.199
--- evince.spec	16 May 2010 02:42:47 -0000	1.198
+++ evince.spec	17 May 2010 01:56:58 -0000	1.199
@@ -6,7 +6,7 @@
 
 Name:           evince
 Version:        2.31.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Document viewer
 
 License:        GPLv2+ and GFDL
@@ -170,9 +170,11 @@ if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
   gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 fi
+glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 %posttrans
 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
 
@@ -232,6 +234,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
 
 %changelog
+* Sun May 16 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.1-2
+- Compile GSettings schemas
+
 * Sat May 15 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.1-1
 - Update to 2.31.1
 



More information about the scm-commits mailing list