rpms/mythtv/F-19 mythtv.spec,1.132,1.133

Richard Shaw hobbes1069 at rpmfusion.org
Mon Oct 20 00:09:54 CEST 2014


Author: hobbes1069

Update of /cvs/free/rpms/mythtv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8985

Modified Files:
	mythtv.spec 
Log Message:
Fix systemd conditional in spec file.


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-19/mythtv.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- mythtv.spec	14 Oct 2014 00:51:07 -0000	1.132
+++ mythtv.spec	19 Oct 2014 22:09:54 -0000	1.133
@@ -78,7 +78,7 @@
 %if "%{branch}" == "master"
 Release:        0.1.git.%{_gitrev}%{?dist}
 %else
-Release:        2%{?dist}
+Release:        2.1%{?dist}
 %endif
 
 # The primary license is GPLv2+, but bits are borrowed from a number of
@@ -101,14 +101,8 @@
 %define with_vdpau         %{?_without_vdpau:      0} %{?!_without_vdpau:      1}
 %define with_vaapi         %{?_without_vaapi:      0} %{?!_without_vaapi:      1}
 
-%if 0%{?rhel} < 7
-%define with_crystalhd     %{?_without_crystalhd:  1} %{?!_without_crystalhd:  0}
-%define with_systemd       %{?_without_systemd:    1} %{?!_without_systemd:    0}
-
-%else
 %define with_crystalhd     %{?_without_crystalhd:  0} %{?!_without_crystalhd:  1}
 %define with_systemd       %{?_without_systemd:    0} %{?!_without_systemd:    1}
-%endif
 
 %define with_perl          %{?_without_perl:       0} %{!?_without_perl:       1}
 %define with_php           %{?_without_php:        0} %{!?_without_php:        1}
@@ -177,11 +171,7 @@
 BuildRequires:  freetype-devel >= 2
 BuildRequires:  libpng-devel
 BuildRequires:  gcc-c++
-%if ! 0%{?rhel} <= 6
 BuildRequires:  mariadb-devel >= 5
-%else
-BuildRequires:  mysql-devel >= 5
-%endif
 BuildRequires:  qt-webkit-devel
 BuildRequires:  qt-devel >= 4.6
 BuildRequires:  phonon-devel phonon-backend-gstreamer
@@ -360,11 +350,7 @@
 Requires:  mythplugins        = %{version}-%{release}
 Requires:  mythweb            = %{version}
 Requires:  mythffmpeg         = %{version}-%{release}
-%if ! 0%{?rhel} <= 6
 Requires:  mariadb-server >= 5, mariadb >= 5
-%else
-Requires:  mysql-server >= 5, mysql >= 5
-%endif
 Requires:  xmltv
 %if 0%{?rhel} >= 7
 Requires:  udisks2
@@ -1439,9 +1425,10 @@
 
 
 %changelog
-* Mon Oct 13 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.27.3-2
+* Mon Oct 13 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.27.3-2.1
 - Update to latest fixes.
 - Add patch for schedules direct service change.
+- Fix systemd conditional in spec file.
 
 * Sun Jul 27 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.27.3-1
 - Update to new upstream release.


More information about the rpmfusion-commits mailing list