]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- modified and added GConf related macros to use external routines
authoraflinta <aflinta@pld-linux.org>
Tue, 22 Mar 2005 21:34:25 +0000 (21:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.193

rpm.macros

index f1e5395cdfc054e36bc625b730b4714d40ed975c..441ed23cb42e603ccdc0c747f0f901f47e5e603c 100644 (file)
@@ -361,15 +361,13 @@ echo "Compress kernel modules if any."; \
 %_binary_payload        w9.bzdio
 
 #-----------------------------------------------------------------
-# Update all GConf2 schemas
+# Update GConf2 schemas
 #
 # Requires: GConf2
 #
-%gconf_schema_install { umask 022; \
-    GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \
-    /usr/bin/gconftool-2 --makefile-install-rule \
-    /etc/gconf/schemas/*.schemas > /dev/null \
-}
+%gconf_schema_install /usr/lib/rpm/gconf-schema-install
+
+%gconf_schema_uninstall /usr/lib/rpm/gconf-schema-uninstall
 
 #-----------------------------------------------------------------
 # post %install sequence:
This page took 0.04572 seconds and 4 git commands to generate.