rpms/scribes/devel scribes.spec,1.3,1.4

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Jun 25 18:29:58 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/scribes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14844/scribes/devel

Modified Files:
	scribes.spec 
Log Message:
Add gnome-python2-gconf dependency to fix bug #196139; fix scriptlet inconsistency


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scribes.spec	13 Jun 2006 04:28:55 -0000	1.3
+++ scribes.spec	25 Jun 2006 18:29:58 -0000	1.4
@@ -4,7 +4,7 @@
 
 Name:		scribes
 Version:	0.2.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
 License:	GPL
@@ -21,6 +21,7 @@
 Requires:	gnome-python2-gtkspell >= 2.12
 Requires:	gnome-python2-gtksourceview >= 2.12
 Requires:	pygtk2 >= 2.8
+Requires:	gnome-python2-gconf >= 2.12
 Requires(pre):		GConf2
 Requires(post):		GConf2
 Requires(post):		scrollkeeper
@@ -94,7 +95,7 @@
 
 %preun
 if [ "$1" -eq 0 ]; then
-	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
 	gconftool-2 --makefile-uninstall-rule \
 		%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null ||:
 fi
@@ -122,6 +123,11 @@
 
 
 %changelog
+* Sun Jun 25 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.5-2
+- Add gnome-python2-gconf as a dependency to resolve bug #196139
+  (Thanks, James Bannon)
+- Fix command-substitution inconsistency in scriplets
+
 * Mon Jun 12 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.5-1
 - Update to new upstream release.
 




More information about the fedora-extras-commits mailing list