rpms/banshee/devel banshee.spec,1.31,1.32

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Tue Apr 17 16:35:25 UTC 2007


Author: caillon

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

Modified Files:
	banshee.spec 
Log Message:
* Tue Apr 17 2007 Christopher Aillon <caillon at redhat.com> - 0.12.1-2
- Fix typo in schemas



Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- banshee.spec	5 Apr 2007 14:24:45 -0000	1.31
+++ banshee.spec	17 Apr 2007 16:34:51 -0000	1.32
@@ -1,6 +1,6 @@
 Name:    banshee
 Version: 0.12.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -77,7 +77,7 @@
 
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 for schema in %{_sysconfdir}/gconf/schemas/banshee*.schemas; do
-  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$schema > /dev/null || :
+  gconftool-2 --makefile-install-rule $schema > /dev/null || :
 done
 
 touch --no-create %{_datadir}/icons/hicolor || :
@@ -112,6 +112,9 @@
 %exclude %{_libdir}/banshee/*.la
 
 %changelog
+* Tue Apr 17 2007 Christopher Aillon <caillon at redhat.com> - 0.12.1-2
+- Fix typo in schemas
+
 * Thu Apr  5 2007 Christopher Aillon <caillon at redhat.com> - 0.12.1-1
 - Update to 0.12.1
 




More information about the scm-commits mailing list