Author: caillon
Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5067
Modified Files: banshee.spec Log Message: * Fri Mar 30 2007 Christopher Aillon caillon@redhat.com - 0.12.0-5 - Fix up schema installs
Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- banshee.spec 23 Mar 2007 22:36:36 -0000 1.29 +++ banshee.spec 31 Mar 2007 01:20:28 -0000 1.30 @@ -1,6 +1,6 @@ Name: banshee Version: 0.12.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: easily import, manage, and play selections from your music collection
Group: Applications/Multimedia @@ -76,7 +76,7 @@ update-desktop-database %{_datadir}/applications
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -for schema in audioscrobbler.schemas banshee.schemas banshee-notificationareaicon.schemas daap.schemas filesystemmonitor.schemas metadatasearch.schemas mmkeys.schemas; do +for schema in %{_sysconfdir}/gconf/schemas/banshee*.schemas; do gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$schema > /dev/null || : done
@@ -112,6 +112,9 @@ %exclude %{_libdir}/banshee/*.la
%changelog +* Fri Mar 30 2007 Christopher Aillon caillon@redhat.com - 0.12.0-5 +- Fix up schema installs + * Fri Mar 23 2007 Christopher Aillon caillon@redhat.com - 0.12.0-4 - Some more updates to the file list
scm-commits@lists.fedoraproject.org