rpms/mythtv-themes/F-10 mythtv-themes.spec,1.4,1.5

Jarod Wilson jarod at rpmfusion.org
Sun Nov 22 06:46:29 CET 2009


Author: jarod

Update of /cvs/free/rpms/mythtv-themes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27032

Modified Files:
	mythtv-themes.spec 
Log Message:
Actually apply the patch this time


Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-10/mythtv-themes.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mythtv-themes.spec	22 Nov 2009 05:39:44 -0000	1.4
+++ mythtv-themes.spec	22 Nov 2009 05:46:28 -0000	1.5
@@ -43,6 +43,7 @@
 # Tarballs created from svn directories, should be formal tarballs after release
 #Source0:        http://www.mythtv.org/mc/mythtv-themes-%{version}.tar.bz2
 Source0:        myththemes-%{version}.tar.bz2
+Patch0:         myththemes-0.22-svnfixes.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -74,6 +75,9 @@
 
 %prep
 %setup -q -c
+cd myththemes-%{version}
+%patch0 -p1
+cd ..
 
 ################################################################################
 



More information about the rpmfusion-commits mailing list