rpms/sound-juicer/devel x-content.patch, NONE, 1.1 sound-juicer.spec, 1.86, 1.87

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Jan 18 05:54:01 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/sound-juicer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19528

Modified Files:
	sound-juicer.spec 
Added Files:
	x-content.patch 
Log Message:
content-type support


x-content.patch:

--- NEW FILE x-content.patch ---
diff -up sound-juicer-2.21.2/data/sound-juicer.desktop.in.in.x-content sound-juicer-2.21.2/data/sound-juicer.desktop.in.in
--- sound-juicer-2.21.2/data/sound-juicer.desktop.in.in.x-content	2008-01-18 00:40:40.000000000 -0500
+++ sound-juicer-2.21.2/data/sound-juicer.desktop.in.in	2008-01-18 00:50:48.000000000 -0500
@@ -5,6 +5,7 @@ _Comment=Copy music from your CDs
 Exec=sound-juicer
 Icon=sound-juicer
 StartupNotify=true
+MimeType=x-content/audio-cdda;x-content/audio-dvd;
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;AudioVideo;


Index: sound-juicer.spec
===================================================================
RCS file: /cvs/extras/rpms/sound-juicer/devel/sound-juicer.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- sound-juicer.spec	14 Jan 2008 23:34:47 -0000	1.86
+++ sound-juicer.spec	18 Jan 2008 05:53:25 -0000	1.87
@@ -13,10 +13,12 @@
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
 Version:	2.21.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 Source:		http://download.gnome.org/sources/sound-juicer/2.21/%{name}-%{version}.tar.bz2
+# http://bugzilla.gnome.org/show_bug.cgi?id=510322
+Patch0:		x-content.patch
 URL:		http://www.burtonini.com/blog/computers/sound-juicer
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)	
 Requires:	cdparanoia
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .x-content
 
 %build
 # work around a gstreamer problem where it 
@@ -90,6 +93,7 @@
 
 %post
 scrollkeeper-update -q
+update-desktop-database -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` 
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/sound-juicer.schemas > /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor
@@ -99,6 +103,7 @@
 
 %postun
 scrollkeeper-update -q
+update-desktop-database -q
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
@@ -117,6 +122,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jan 18 2008  Matthias Clasen <mclasen at redhat.com> - 2.21.2-2
+- Add content-type support
+
 * Mon Jan 14 2008  Matthias Clasen <mclasen at redhat.com> - 2.21.2-1
 - Update to 2.21.2
 




More information about the fedora-extras-commits mailing list