From 1602023b27849795c72dc81b4d6c3b1e22a41cff Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 7 Jan 2021 11:34:20 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/brasero.git#bfa5a4610ff51d490f19378cd26e8afd473d0ce4 --- brasero.spec | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/brasero.spec b/brasero.spec index 93a9e19..c675e65 100644 --- a/brasero.spec +++ b/brasero.spec @@ -2,7 +2,7 @@ Name: brasero Version: 3.12.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Gnome CD/DVD burning application @@ -11,26 +11,29 @@ License: GPLv3+ URL: https://wiki.gnome.org/Apps/Brasero Source0: https://download.gnome.org/sources/brasero/%{basever}/brasero-%{version}.tar.xz -BuildRequires: gtk3-devel >= 2.99.0 -BuildRequires: glib2-devel >= 2.15.6 -BuildRequires: gettext intltool gtk-doc +BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.92 +BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.0 +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(libburn-1) >= 0.4.0 +BuildRequires: pkgconfig(libcanberra-gtk3) +BuildRequires: pkgconfig(libisofs-1) >= 0.6.4 +BuildRequires: pkgconfig(libnotify) >= 0.7.0 +BuildRequires: pkgconfig(libnautilus-extension) >= 2.22.2 +BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0 +BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(totem-plparser) >= 2.29.1 +%if 0%{?fedora} +BuildRequires: pkgconfig(tracker-sparql-2.0) +%endif BuildRequires: desktop-file-utils -BuildRequires: gstreamer1-devel >= 0.11.92 -BuildRequires: gstreamer1-plugins-base-devel >= 0.11.92 -BuildRequires: totem-pl-parser-devel >= 2.22.0 -BuildRequires: libnotify-devel >= 0.7.0 -BuildRequires: libxml2-devel >= 2.6.0 -BuildRequires: dbus-glib-devel >= 0.7.2 -BuildRequires: libxslt -BuildRequires: libappstream-glib -BuildRequires: libburn-devel >= 0.4.0 -BuildRequires: libisofs-devel >= 0.6.4 -BuildRequires: nautilus-devel >= 2.22.2 -BuildRequires: libSM-devel -BuildRequires: libcanberra-devel +BuildRequires: gcc +BuildRequires: gettext BuildRequires: gobject-introspection-devel -BuildRequires: tracker-devel +BuildRequires: gtk-doc +BuildRequires: intltool BuildRequires: itstool +BuildRequires: libappstream-glib +BuildRequires: make BuildRequires: yelp-tools Requires: dvd+rw-tools @@ -81,7 +84,9 @@ developing brasero applications. %configure \ --enable-nautilus \ --enable-libburnia \ +%if 0%{?fedora} --enable-search \ +%endif --enable-playlist \ --enable-preview \ --enable-inotify \ @@ -150,6 +155,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Thu Jan 07 2021 David King - 3.12.2-12 +- Use pkgconfig for BuildRequires +- Depend on tracker only on Fedora + * Mon Jul 27 2020 Fedora Release Engineering - 3.12.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild