try again
This commit is contained in:
parent
8571c60f30
commit
c9d38acab3
15
brasero.spec
15
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
|
Name: brasero
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
@ -14,6 +9,8 @@ URL: http://www.gnome.org/projects/brasero/
|
|||||||
#VCS: git:git://git.gnome.org/brasero
|
#VCS: git:git://git.gnome.org/brasero
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/3.0/%{name}-%{version}.tar.xz
|
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: gtk3-devel >= 2.99.0
|
||||||
BuildRequires: glib2-devel >= 2.15.6
|
BuildRequires: glib2-devel >= 2.15.6
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
@ -21,9 +18,6 @@ BuildRequires: gettext intltool gtk-doc
|
|||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gstreamer-devel >= 0.10.15
|
BuildRequires: gstreamer-devel >= 0.10.15
|
||||||
BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
|
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: totem-pl-parser-devel >= 2.22.0
|
||||||
BuildRequires: libnotify-devel >= 0.7.0
|
BuildRequires: libnotify-devel >= 0.7.0
|
||||||
BuildRequires: libxml2-devel >= 2.6.0
|
BuildRequires: libxml2-devel >= 2.6.0
|
||||||
@ -38,6 +32,8 @@ BuildRequires: libSM-devel
|
|||||||
BuildRequires: unique3-devel
|
BuildRequires: unique3-devel
|
||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: tracker-devel
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
|
|
||||||
Requires: dvd+rw-tools
|
Requires: dvd+rw-tools
|
||||||
Requires: cdrecord
|
Requires: cdrecord
|
||||||
@ -98,6 +94,9 @@ developing brasero applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
autoreconf -i -f
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user