From 0f108a5d0ad95ba3591af576e6dd6a683f69789b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 30 Jul 2013 11:58:25 +0200 Subject: RPM Packaging: lots of updates for 3.5.13.2 --- redhat/applications/kima/kima-3.5.13.2.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'redhat/applications/kima/kima-3.5.13.2.spec') diff --git a/redhat/applications/kima/kima-3.5.13.2.spec b/redhat/applications/kima/kima-3.5.13.2.spec index 03068edbd..bbe41cc74 100644 --- a/redhat/applications/kima/kima-3.5.13.2.spec +++ b/redhat/applications/kima/kima-3.5.13.2.spec @@ -46,6 +46,13 @@ BuildRequires: trinity-tdebase-devel >= 3.5.13.2 BuildRequires: desktop-file-utils BuildRequires: gettext +# HAL support +# On RHEL4, we do not use HAL (too old) +%if 0%{?fedora} >= 15 || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?rhel} >= 5 || 0%{?suse_version} +%define with_hal 1 +BuildRequires: hal-devel >= 0.4.8 +%endif + %description This applet monitors various temperature, @@ -85,7 +92,14 @@ export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}" --includedir=%{tde_tdeincludedir} \ --libdir=%{tde_libdir} \ --mandir=%{tde_mandir} \ + \ + --disable-dependency-tracking \ + --disable-debug \ + --enable-new-ldflags \ + --enable-final \ + --enable-closure \ --disable-rpath \ + \ --with-extra-includes=%{tde_includedir}/tqt:%{tde_tdeincludedir} # SMP safe ! -- cgit v1.2.1