From ef403b9174a4521b2a3539d777983b21c8752d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 25 Jan 2014 20:03:06 +0100 Subject: RPM Packaging: update R14 packages --- redhat/build/Makefile.r14 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'redhat/build/Makefile.r14') diff --git a/redhat/build/Makefile.r14 b/redhat/build/Makefile.r14 index ac31b4913..5712c83f4 100644 --- a/redhat/build/Makefile.r14 +++ b/redhat/build/Makefile.r14 @@ -126,8 +126,8 @@ htdig: $(call buildpkg,3rdparty/htdig) imlib1: -# Do NOT build on Fedora -ifeq ($(wildcard /etc/fedora-release),) +# Do NOT build on Fedora / CentOS +ifeq ($(wildcard /etc/fedora-release /etc/centos-release),) $(call buildpkg,3rdparty/imlib1) endif @@ -483,7 +483,10 @@ potracegui: tdebase $(call buildpkg,applications/potracegui) qt4-tqt-theme-engine: tdebase +# Do NOT build on CentOS +ifeq ($(wildcard /etc/centos-release),) $(call buildpkg,applications/qt4-tqt-theme-engine) +endif rosegarden: tdebase lilypond $(call buildpkg,applications/rosegarden) @@ -516,7 +519,10 @@ tdeio-umountwrapper: tdebase $(call buildpkg,applications/tdeio-umountwrapper) tdenetworkmanager: tdebase +# Do NOT build on CentOS +ifeq ($(wildcard /etc/centos-release),) $(call buildpkg,applications/tdenetworkmanager) +endif tdepowersave: tdebase $(call buildpkg,applications/tdepowersave) -- cgit v1.2.3