From 6152061e4b20054fa9c9aa219b32ca1c6676061a Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mar 31 2007 01:20:28 +0000 Subject: - Fix up schema installs --- diff --git a/banshee.spec b/banshee.spec index e84a1b6..2b17dde 100644 --- a/banshee.spec +++ b/banshee.spec @@ -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 @@ desktop-file-install --vendor gnome --delete-original \ 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 @@ fi %exclude %{_libdir}/banshee/*.la %changelog +* Fri Mar 30 2007 Christopher Aillon - 0.12.0-5 +- Fix up schema installs + * Fri Mar 23 2007 Christopher Aillon - 0.12.0-4 - Some more updates to the file list