]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- added configure patch (bashism fix)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Sep 2006 14:45:36 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix Release field

Changed files:
    mythtv.spec -> 1.58

mythtv.spec

index 19dda1650271fbaa939bac1049a99ba561c45839..c1fd5368ff0151f77e06e295f0c488fb45024f2b 100644 (file)
@@ -40,7 +40,7 @@ Summary:      A personal video recorder (PVR) application
 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
@@ -51,7 +51,7 @@ Source2:      mythbackend.init
 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
@@ -272,7 +272,7 @@ Statyczna biblioteka libmyth.
 %if %{_lib} != "lib"
 #%patch0 -p1
 %endif
-
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 #%patch4 -p1 REDIFF and submit
@@ -452,6 +452,7 @@ fi
 %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
This page took 0.031578 seconds and 4 git commands to generate.