rpms/mythtv/EL-6 mythtv.spec,1.90,1.91

Richard Shaw hobbes1069 at rpmfusion.org
Thu Mar 21 15:04:09 CET 2013


Author: hobbes1069

Update of /cvs/free/rpms/mythtv/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28849

Modified Files:
	mythtv.spec 
Log Message:
Update conditional macros to use SysV on EL systems.


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/EL-6/mythtv.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- mythtv.spec	15 Mar 2013 19:35:31 -0000	1.90
+++ mythtv.spec	21 Mar 2013 14:04:09 -0000	1.91
@@ -98,8 +98,6 @@
 # Set "--with debug" to enable MythTV debug compile mode
 %define with_debug         %{?_with_debug:         1} %{?!_with_debug:         0}
 
-# Use SystemD service by default but allow use of SysV init script.
-%define with_systemd       %{?_without_systemd:    0} %{?!_without_systemd:    1}
 
 # The following options are enabled by default.  Use --without to disable them
 %define with_vdpau         %{?_without_vdpau:      0} %{?!_without_vdpau:      1}
@@ -107,8 +105,11 @@
 
 %if 0%{?rhel}
 %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}


More information about the rpmfusion-commits mailing list