rpms/bisho/devel bisho.spec,1.5,1.6

Peter Robinson pbrobinson at fedoraproject.org
Thu Sep 3 13:12:17 UTC 2009


Author: pbrobinson

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

Modified Files:
	bisho.spec 
Log Message:
- Update gconf scriptlets for schema file name change


Index: bisho.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bisho/devel/bisho.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- bisho.spec	31 Aug 2009 16:39:00 -0000	1.5
+++ bisho.spec	3 Sep 2009 13:12:17 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           bisho
 Version:        0.11
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Moblin configuration tool for mojito social network aggregator
 
 Group:          System Environment/Libraries
@@ -60,20 +60,20 @@ rm -rf %{buildroot}
 if [ "$1" -gt 1 ] ; then
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-uninstall-rule \
-%{_sysconfdir}/gconf/schemas/[NAME] .schemas >/dev/null || :
+%{_sysconfdir}/gconf/schemas/bisho.schemas >/dev/null || :
 fi
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
-%{_sysconfdir}/gconf/schemas/[NAME] .schemas > /dev/null || :
+%{_sysconfdir}/gconf/schemas/bisho.schemas > /dev/null || :
 
 %preun
 if [ "$1" -eq 0 ] ; then
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-uninstall-rule \
-%{_sysconfdir}/gconf/schemas/[NAME] .schemas > /dev/null || :
+%{_sysconfdir}/gconf/schemas/bisho.schemas > /dev/null || :
 fi
 
 %postun
@@ -94,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/48x48/apps/bisho.png
 
 %changelog
+* Thu Sep  3 2009 Peter Robinson <pbrobinson at gmail.com> 0.11-4
+- Update gconf scriptlets for schema file name change
+
 * Mon Aug 31 2009 Peter Robinson <pbrobinson at gmail.com> 0.11-3
 - Add upstream patch for gconf schema name
 




More information about the fedora-extras-commits mailing list