From 08842b7697df07d4823969209a5fae1eb7618717 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jul 19 2008 14:06:10 +0000 Subject: try to get new rpm to work --- diff --git a/qt.spec b/qt.spec index 54192d9..9e0cb42 100644 --- a/qt.spec +++ b/qt.spec @@ -69,8 +69,8 @@ Source31: hi48-app-qt4-logo.png #define phonon -phonon -gstreamer %define webkit -webkit -# undefine to disable these #define nas -system-nas-sound +%define nas -no-nas-sound %if 0%{?fedora} > 4 || 0%{?rhel} > 4 # link dbus %define dbus -dbus-linked @@ -122,7 +122,7 @@ BuildRequires: openssl-devel %endif BuildRequires: %{x_deps} -%if "%{?nas}" == "-system-nas-sound" +%if "%{?nas}" != "-no-nas-sound" BuildRequires: nas-devel %endif @@ -392,7 +392,7 @@ fi %{?dbus} %{!?dbus:-no-dbus} \ %{?phonon} %{!?phonon:-no-phonon -no-gstreamer} \ %{?webkit} %{!?webkit:-no-webkit } \ - %{?nas} %{!?nas:-no-nas-sound} \ + %{?nas} \ %{?mysql} \ %{?psql} \ %{?odbc} \