From 35969268146303766519dfc2b7b197007abeccd1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Dec 02 2009 22:13:18 +0000 Subject: Make libbeagle dep more automatic --- diff --git a/brasero.spec b/brasero.spec index b5bd66a..29f1f0b 100644 --- a/brasero.spec +++ b/brasero.spec @@ -1,6 +1,12 @@ +%{?rhel: %define WITH_MONO 0} +%{?!WITH_MONO: %define WITH_MONO 1} +%ifarch ppc6 +%define WITH_MONO 0 +%endif + Name: brasero Version: 2.28.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Gnome CD/DVD burning application Group: Applications/Multimedia License: GPLv2+ @@ -19,7 +25,7 @@ BuildRequires: GConf2-devel >= 2.0.0 BuildRequires: libgnomeui-devel >= 2.10.0 BuildRequires: gstreamer-devel >= 0.10.15 BuildRequires: gstreamer-plugins-base-devel >= 0.10.0 -%ifnarch ppc64 +%if %{WITH_MONO} BuildRequires: libbeagle-devel >= 0.3.0 %endif BuildRequires: totem-pl-parser-devel >= 2.22.0 @@ -210,6 +216,9 @@ fi %changelog +* Wed Dec 2 2009 Matthias Clasen 2.28.2-4 +- Make the libbeagle dep more automatic + * Thu Nov 12 2009 Matthias Clasen 2.28.2-3 - Obsolete nautilus-cd-burner-devel and -libs as well