rpms/mythtv/devel mythtv.spec, 1.73, 1.74 mythtv-version.patch, 1.1, NONE

Jarod Wilson jarod at rpmfusion.org
Sun Aug 29 21:35:56 CEST 2010


Author: jarod

Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv441

Modified Files:
	mythtv.spec 
Removed Files:
	mythtv-version.patch 
Log Message:
oops, pull package version insertion fix forward


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- mythtv.spec	29 Aug 2010 19:31:12 -0000	1.73
+++ mythtv.spec	29 Aug 2010 19:35:56 -0000	1.74
@@ -133,7 +133,6 @@
 #Patch0:    mythtv-%{version}-svnfixes.patch
 Source1:   http://www.mythtv.org/mc/mythplugins-%{version}.tar.bz2
 #Patch1:    mythplugins-%{version}-svnfixes.patch
-Patch2:    mythtv-version.patch
 Source10:  PACKAGE-LICENSING
 Source101: mythbackend.sysconfig.in
 Source102: mythbackend.init.in
@@ -857,7 +856,6 @@
 
 cd mythtv-%{version}
 #patch0 -p1
-%patch2 -p1
 
 # Drop execute permissions on contrib bits, since they'll be %doc
     find contrib/ -type f -exec chmod -x "{}" \;
@@ -1010,7 +1008,7 @@
     --enable-debug
 
 # Insert rpm version-release for mythbackend --version output
-    sed -i -e 's,###SOURCE_VERSION###,%{version}-%{release} (%_svnrev),' version.sh
+    echo 'SOURCE_VERSION="%{version}-%{release} (%_svnrev)"' > VERSION
 
 # Make
     make %{?_smp_mflags}


--- mythtv-version.patch DELETED ---



More information about the rpmfusion-commits mailing list