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

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun May 6 23:39:59 UTC 2007


Author: mclasen

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

Modified Files:
	banshee.spec 
Log Message:
Fix a directory ownership issue



Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- banshee.spec	17 Apr 2007 16:34:51 -0000	1.32
+++ banshee.spec	6 May 2007 23:39:24 -0000	1.33
@@ -1,6 +1,6 @@
 Name:    banshee
 Version: 0.12.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -29,7 +29,7 @@
 BuildRequires: nautilus-cd-burner-devel
 BuildRequires: dbus-sharp-devel
 BuildRequires: gettext-devel
-BuildRequires: perl-XML-Parser
+BuildRequires: perl(XML::Parser)
 
 Requires:       libipoddevice
 Requires(post): GConf2
@@ -103,6 +103,7 @@
 %{_libdir}/pkgconfig/banshee.pc
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.gnome.Banshee.service
+%dir %{_datadir}/banshee
 %{_datadir}/banshee/audio-profiles
 %{_datadir}/icons/hicolor/*/apps/music-player-banshee.png
 %{_datadir}/icons/hicolor/scalable/apps/music-player-banshee.svg
@@ -112,6 +113,9 @@
 %exclude %{_libdir}/banshee/*.la
 
 %changelog
+* Sun May  6 2007 Matthias Clasen <mclasen at redhat.com> - 0.12.1-3
+- Own /usr/share/banshee (#233823)
+
 * Tue Apr 17 2007 Christopher Aillon <caillon at redhat.com> - 0.12.1-2
 - Fix typo in schemas
 




More information about the fedora-extras-commits mailing list