From c45d17ed39d5ae00151acb61e21a0d79483184a0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 10 Oct 2009 19:45:49 +0000 Subject: [PATCH] forward port rhel-cleanup bits from F-12/ branch --- qt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qt.spec b/qt.spec index 1ed2095..7354b17 100644 --- a/qt.spec +++ b/qt.spec @@ -110,11 +110,13 @@ Source31: hi48-app-qt4-logo.png %define psql -plugin-sql-psql %define sqlite -plugin-sql-sqlite %define phonon -phonon -# if building with -phonon, define to internal version (ie, Obsolete external phonon) -#define phonon_internal 1 %define phonon_backend -phonon-backend +%if 0%{?rhel} +# if building with -phonon, define to internal version (ie, Obsolete external phonon) +%define phonon_internal 1 # if -phonon-backend, include in packaging (else it's omitted) -#define phonon_backend_packaged 1 +%define phonon_backend_packaged 1 +%endif %define phonon_version 4.3.1 %define phonon_version_major 4.3 %define phonon_release 100 @@ -970,6 +972,7 @@ fi %changelog * Sat Oct 10 2009 Than Ngo - 4.5.3-4 - fix translation build issue +- rhel cleanup * Tue Oct 06 2009 Jaroslav Reznik - 4.5.3-3 - disable JavaScriptCore JIT, SE Linux crashes (#527079)