[brasero/f17] try again

Matthias Clasen mclasen at fedoraproject.org
Tue Feb 28 22:17:47 UTC 2012


commit c9d38acab30fc79c2ec28a2050ccf049d24bd6ca
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Feb 28 17:18:02 2012 -0500

    try again

 brasero.spec |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/brasero.spec b/brasero.spec
index b5efb54..6aa09af 100644
--- a/brasero.spec
+++ b/brasero.spec
@@ -1,8 +1,3 @@
-%{?rhel:  %define WITH_MONO 0}
-%{?!WITH_MONO:  %define WITH_MONO 1}
-%ifarch ppc6
-%define WITH_MONO 0
-%endif
 
 Name:      brasero
 Version:   3.2.0
@@ -14,6 +9,8 @@ URL:       http://www.gnome.org/projects/brasero/
 #VCS: git:git://git.gnome.org/brasero
 Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/3.0/%{name}-%{version}.tar.xz
 
+Patch0: brasero-tracker.patch
+
 BuildRequires:  gtk3-devel >= 2.99.0
 BuildRequires:  glib2-devel >= 2.15.6
 BuildRequires:  GConf2-devel
@@ -21,9 +18,6 @@ BuildRequires:  gettext intltool gtk-doc
 BuildRequires:  desktop-file-utils
 BuildRequires:  gstreamer-devel >= 0.10.15
 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
-%if %{WITH_MONO}
-BuildRequires:  libbeagle-devel >= 0.3.0
-%endif
 BuildRequires:  totem-pl-parser-devel >= 2.22.0
 BuildRequires:  libnotify-devel >= 0.7.0
 BuildRequires:  libxml2-devel >= 2.6.0
@@ -38,6 +32,8 @@ BuildRequires:  libSM-devel
 BuildRequires:  unique3-devel
 BuildRequires:  libcanberra-devel
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  tracker-devel
+BuildRequires:  autoconf automake libtool
 
 Requires:  dvd+rw-tools
 Requires:  cdrecord
@@ -98,6 +94,9 @@ developing brasero applications.
 
 %prep
 %setup -q
+%patch0 -p1
+
+autoreconf -i -f
 
 %build
 %configure \


More information about the scm-commits mailing list