summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-27 20:21:12 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-27 20:21:12 +0100
commite987de8498716104097c73b6093f9b7f36153473 (patch)
treec3baa5e9b4cc35e20a7b8ccd6c96c554de4f81e0 /redhat/Makefile.r14
parent0c6695a9234a7de4e4e6d03970eaef12aaef51a2 (diff)
downloadtde-packaging-e987de8498716104097c73b6093f9b7f36153473.tar.gz
tde-packaging-e987de8498716104097c73b6093f9b7f36153473.zip
RPM Packaging: update tdeaccessibility
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r149
1 files changed, 3 insertions, 6 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index 6f40731f2..93fc99db5 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -563,7 +563,7 @@ endif
rosegarden: tdebase lilypond
# Do NOT build on CentOS 5, CentOS 7
-ifeq ($(wildcard /boot/vmlinuz*.el5* /boot/vmlinuz*.el7*),)
+ifeq ($(wildcard /boot/vmlinuz*.el5*),)
$(call buildpkg,applications/rosegarden)
endif
@@ -595,8 +595,8 @@ tdeio-umountwrapper: tdebase
$(call buildpkg,applications/tdeio-umountwrapper)
tdenetworkmanager: tdebase
-# Do NOT build on CentOS
-ifeq ($(wildcard /etc/centos-release),)
+# Do NOT build on CentOS 5, CentOS 6
+ifeq ($(wildcard /boot/vmlinuz*.el5* /boot/vmlinuz*.el6*),)
$(call buildpkg,applications/tdenetworkmanager)
endif
@@ -604,10 +604,7 @@ tdepowersave: tdebase
$(call buildpkg,applications/tdepowersave)
tderadio: tdebase
-# Do NOT build on CentOS 7
-ifeq ($(wildcard /boot/vmlinuz*.el7*),)
$(call buildpkg,applications/tderadio)
-endif
tde-style-lipstik: tdebase
$(call buildpkg,applications/tde-style-lipstik)