SPECS: mythtv.spec - added configure patch (bashism fix) - fix Rel...

glen glen at pld-linux.org
Thu Sep 14 16:45:42 CEST 2006


Author: glen                         Date: Thu Sep 14 14:45:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added configure patch (bashism fix)
- fix Release field

---- Files affected:
SPECS:
   mythtv.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.57 SPECS/mythtv.spec:1.58
--- SPECS/mythtv.spec:1.57	Thu Sep 14 14:58:16 2006
+++ SPECS/mythtv.spec	Thu Sep 14 16:45:36 2006
@@ -41,7 +41,7 @@
 Summary(pl):	Osobista aplikacja do nagrywania obrazu (PVR)
 Name:		mythtv
 Version:	0.20
-Release:	0.%{_snap}.%{_rev}.%{_rel}
+Release:	%{?_snap:0.%{_snap}.%{_rev}.}%{_rel}
 License:	GPL v2
 Group:		Applications/Multimedia
 Source0:	http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -52,7 +52,7 @@
 Source3:	mythbackend.logrotate
 Source5:	mythfrontend.desktop
 Patch0:		%{name}-lib64.patch
-
+Patch1:		mythtv-configure.patch
 Patch2:		%{name}-mythstream.patch
 Patch3:		%{name}-ldconfig.patch
 #Patch4:		%{name}-pl.patch
@@ -273,7 +273,7 @@
 %if %{_lib} != "lib"
 #%patch0 -p1
 %endif
-
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 #%patch4 -p1 REDIFF and submit
@@ -453,6 +453,7 @@
 %attr(755,root,root) %{_sbindir}/mythjobqueue
 %attr(755,root,root) %{_sbindir}/mythlcdserver
 %attr(755,root,root) %{_bindir}/mythtranscode
+%attr(755,root,root) %{_bindir}/mythreplex
 %attr(775,root,mythtv) %dir /var/lib/mythtv
 %attr(775,root,mythtv) %dir /var/cache/mythtv
 %attr(775,root,mythtv) %dir /var/run/mythtv
@@ -507,6 +508,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2006/09/14 14:45:36  glen
+- added configure patch (bashism fix)
+- fix Release field
+
 Revision 1.57  2006/09/14 12:58:16  glen
 - 0.20 tarball
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list