From ecddfc255d095adf16583b520eb5b9faf0fcf804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 10 Oct 2014 23:52:52 +0200 Subject: [PATCH] RPM Packaging: update tqt3 --- redhat/Makefile.r14 | 5 +---- redhat/dependencies/tqt3/tqt3-14.0.0.spec | 2 +- redhat/{3rdparty => extras}/htdig/htdig.spec | 0 3 files changed, 2 insertions(+), 5 deletions(-) rename redhat/{3rdparty => extras}/htdig/htdig.spec (100%) diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 1ce207a10..cc299d719 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -161,7 +161,7 @@ endif htdig: # build on Mageia, and CentOS >= 7 ifneq ($(wildcard /etc/mageia-release /boot/vmlinuz*.el7*),) - $(call buildpkg,3rdparty/htdig) + $(call buildpkg,extras/htdig) endif imlib1: @@ -280,9 +280,6 @@ libtqt-perl: tqtinterface mlt: tqtinterface $(call buildpkg,libraries/mlt) -mlt++: tqtinterface - $(call buildpkg,libraries/mlt++) - pytdeextensions: tqtinterface python-trinity $(call buildpkg,libraries/pytdeextensions) diff --git a/redhat/dependencies/tqt3/tqt3-14.0.0.spec b/redhat/dependencies/tqt3/tqt3-14.0.0.spec index 05392e61b..b8efae18a 100644 --- a/redhat/dependencies/tqt3/tqt3-14.0.0.spec +++ b/redhat/dependencies/tqt3/tqt3-14.0.0.spec @@ -221,7 +221,7 @@ BuildRequires: libxmu-devel %if 0%{?suse_version} == 1140 %define xi_devel libXi6-devel %endif -%{?%define xi_devel:BuildRequires: %{xi_devel}} +%{?xi_devel:BuildRequires: %{xi_devel}} # Xorg support %if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version} diff --git a/redhat/3rdparty/htdig/htdig.spec b/redhat/extras/htdig/htdig.spec similarity index 100% rename from redhat/3rdparty/htdig/htdig.spec rename to redhat/extras/htdig/htdig.spec