rpms/xchat-gnome/devel xchat-gnome.spec,1.12,1.13

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sat Jan 21 05:15:10 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/xchat-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9851

Modified Files:
	xchat-gnome.spec 
Log Message:
* Sat Jan 21 2006 Brian Pepple <bdpepple at ameritech.net> - 0.9-2
- Add xchat_gnome_url_handler.schemas to scriptlet.



Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xchat-gnome.spec	20 Jan 2006 21:36:14 -0000	1.12
+++ xchat-gnome.spec	21 Jan 2006 05:15:10 -0000	1.13
@@ -3,7 +3,7 @@
 
 Name:           xchat-gnome
 Version:        0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -81,18 +81,20 @@
 
 %pre
 if [ "$1" -gt 1 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    for i in apps_xchat.schemas notification.schemas urlscraper.schemas; do
-    	gconftool-2 --makefile-uninstall-rule \
-      	    %{_sysconfdir}/gconf/schemas/$i >/dev/null || :
-    done
-    killall -HUP gconfd-2 || :
+	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+	SCHEMAS="apps_xchat.schemas notification.schemas urlscraper.schemas xchat_gnome_url_handler.schemas"
+    	for i in $SCHEMAS; do
+		gconftool-2 --makefile-uninstall-rule \
+			%{_sysconfdir}/gconf/schemas/$i >/dev/null || :
+	done
+	killall -HUP gconfd-2 || :
 fi
 
 
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-for i in apps_xchat.schemas notification.schemas urlscraper.schemas; do
+SCHEMAS="apps_xchat.schemas notification.schemas urlscraper.schemas xchat_gnome_url_handler.schemas"
+for i in $SCHEMAS; do
 	gconftool-2 --makefile-install-rule \
 		 %{_sysconfdir}/gconf/schemas/$i > /dev/null || :
 done
@@ -102,12 +104,13 @@
 
 %preun
 if [ "$1" -eq 0 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    for i in apps_xchat.schemas notification.schemas urlscraper.schemas; do
-    	gconftool-2 --makefile-uninstall-rule \
-      		%{_sysconfdir}/gconf/schemas/$i > /dev/null || :
-    done
-    killall -HUP gconfd-2 || :
+	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+	SCHEMAS="apps_xchat.schemas notification.schemas urlscraper.schemas xchat_gnome_url_handler.schemas"
+	for i in $SCHEMAS; do
+		gconftool-2 --makefile-uninstall-rule \
+			%{_sysconfdir}/gconf/schemas/$i > /dev/null || :
+	done
+	killall -HUP gconfd-2 || :
 fi
 
 
@@ -134,6 +137,9 @@
 
 
 %changelog
+* Sat Jan 21 2006 Brian Pepple <bdpepple at ameritech.net> - 0.9-2
+- Add xchat_gnome_url_handler.schemas to scriptlet.
+
 * Fri Jan 20 2006 Brian Pepple <bdpepple at ameritech.net> - 0.9-1
 - Update to 0.9.
 - Add BR for libnotify-devel.




More information about the fedora-extras-commits mailing list