rpms/imsettings/devel imsettings.spec,1.12,1.13

Akira TAGOH tagoh at fedoraproject.org
Mon Sep 29 11:52:32 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/imsettings/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23560

Modified Files:
	imsettings.spec 
Log Message:
* Mon Sep 29 2008 Akira TAGOH <tagoh at redhat.com> - 0.104.1-2
- Fix a gconf error in %%pre. (#464453)


Index: imsettings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/imsettings/devel/imsettings.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- imsettings.spec	25 Sep 2008 03:52:10 -0000	1.12
+++ imsettings.spec	29 Sep 2008 11:52:00 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		imsettings
 Version:	0.104.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	LGPLv2+
 URL:		http://code.google.com/p/imsettings/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -113,7 +113,9 @@
 %pre
 if [ "$1" -gt 1 ]; then
 	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-	gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/imsettings-applet.schemas > /dev/null || :
+	if [ -f %{_sysconfdir}/gconf/schemas/imsettings-applet.schemas ]; then
+		gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/imsettings-applet.schemas > /dev/null || :
+	fi
 fi
 
 %post
@@ -178,6 +180,9 @@
 
 
 %changelog
+* Mon Sep 29 2008 Akira TAGOH <tagoh at redhat.com> - 0.104.1-2
+- Fix a gconf error in %%pre. (#464453)
+
 * Thu Sep 25 2008 Akira TAGOH <tagoh at redhat.com> - 0.104.1-1
 - New upstream release.
   - Fix a segfault issue. (#462899)




More information about the fedora-extras-commits mailing list