rpms/vdr-mp3/devel vdr-mp3.spec,1.2,1.3

Felix Kaechele felix at rpmfusion.org
Fri Nov 28 13:01:13 CET 2008


Author: felix

Update of /cvs/free/rpms/vdr-mp3/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1912

Modified Files:
	vdr-mp3.spec 
Log Message:
* Fri Nov 28 2008 Felix Kaechele <felix at fetzig dot org> - 0.10.1-6
- fixed small error



Index: vdr-mp3.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-mp3/devel/vdr-mp3.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-mp3.spec	27 Nov 2008 23:21:47 -0000	1.2
+++ vdr-mp3.spec	28 Nov 2008 12:01:12 -0000	1.3
@@ -14,7 +14,7 @@
 
 Name:           vdr-mp3
 Version:        0.10.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Sound playback plugin for VDR
 
 Group:          Applications/Multimedia
@@ -26,6 +26,7 @@
 Source3:        %{name}-mp3.conf
 Source4:        %{name}-mplayer.conf
 Source5:        %{name}-mplayer-minimal.sh
+Source6:        %{name}-mp3sources.conf
 Patch0:         %{name}-mplayer.sh-0.8.7-lircrc.patch
 Patch1:         %{name}-mplayer.sh-framedrop.patch
 Patch2:         %{name}-mplayer.sh-identify.patch
@@ -106,7 +107,7 @@
 
 # MP3 files
 install -pm 755 libvdr-mp3.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
-install -pm 644 vdr-mp3-mp3sources.conf $RPM_BUILD_ROOT%{configdir}/plugins
+install -pm 644 %{SOURCE6} $RPM_BUILD_ROOT%{configdir}/plugins
 install -pm 755 examples/image_convert.sh.example \
   $RPM_BUILD_ROOT%{plugindir}/bin/image_convert.sh
 %{__perl} -pe 's|/var/cache/vdr/|%{cachedir}/|' %{SOURCE3} \
@@ -183,6 +184,9 @@
 
 
 %changelog
+* Fri Nov 28 2008 Felix Kaechele <felix at fetzig dot org> - 0.10.1-6
+- fixed small error
+
 * Fri Nov 28 2008 Felix Kaechele <felix at fetzig dot org> - 0.10.1-5
 - removed all references to audiodir since it's not used by vdr core
 



More information about the rpmfusion-commits mailing list