Author: jarod
Update of /cvs/free/rpms/mythtv/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22241
Modified Files:
mythtv.spec
Removed Files:
mythtv-version.patch
Log Message:
Remove no longer necessary version patch (doing it a cleaner way in the spec now, per a
pointer from upstream)
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythtv.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- mythtv.spec 8 Jun 2010 14:40:56 -0000 1.82
+++ mythtv.spec 8 Jun 2010 19:14:57 -0000 1.83
@@ -132,7 +132,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
Source102: mythbackend.init
@@ -842,7 +841,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 "{}" \;
@@ -981,7 +979,6 @@
# Insert rpm version-release for mythbackend --version output
echo 'SOURCE_VERSION="%{version}-%{release} (%_svnrev)"' >
VERSION
- #sed -i -e 's,###SOURCE_VERSION###,%{version}-%{release} (%_svnrev),'
version.sh
# Make
make %{?_smp_mflags}
--- mythtv-version.patch DELETED ---