[hitori/f21] Add rpm scripts for glib-compile-schemas

Kalev Lember kalev at fedoraproject.org
Mon Jul 21 10:01:36 UTC 2014


commit b416352659cfa698d7a93458dfbcb5907b370017
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Jul 21 08:59:32 2014 +0200

    Add rpm scripts for glib-compile-schemas

 hitori.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/hitori.spec b/hitori.spec
index 6eb1ecf..c965fb3 100644
--- a/hitori.spec
+++ b/hitori.spec
@@ -1,6 +1,6 @@
 Name:		hitori
 Version:	3.13.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Logic puzzle game for GNOME
 Summary(de):	Logikpuzzle für GNOME
 
@@ -58,9 +58,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 %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %files -f %{name}.lang
@@ -75,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Jul 21 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.4-2
+- Add rpm scripts for glib-compile-schemas
+
 * Mon Jul 21 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.4-1
 - Update to 3.13.4
 


More information about the scm-commits mailing list