diff --git a/brasero.spec b/brasero.spec index da95acd..808c4bd 100644 --- a/brasero.spec +++ b/brasero.spec @@ -2,7 +2,7 @@ Name: brasero Version: 3.12.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Gnome CD/DVD burning application @@ -11,6 +11,13 @@ License: GPLv3+ URL: https://wiki.gnome.org/Apps/Brasero Source0: https://download.gnome.org/sources/brasero/%{basever}/brasero-%{version}.tar.xz +# https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/10 +Patch0: tracker3.patch + +# For patch0 +BuildRequires: autoconf automake +BuildRequires: gnome-common + BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.92 BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.0 BuildRequires: pkgconfig(ice) @@ -23,7 +30,7 @@ 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) +BuildRequires: pkgconfig(tracker-sparql-3.0) %endif BuildRequires: desktop-file-utils BuildRequires: gcc @@ -77,10 +84,13 @@ developing brasero applications. %prep -%autosetup +%autosetup -p1 %build +# For patch0 +autoreconf -fi + %configure \ --enable-nautilus \ --enable-libburnia \ @@ -155,6 +165,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Mon Mar 15 2021 Kalev Lember - 3.12.2-15 +- Switch to Tracker 3 + * Tue Jan 26 2021 Fedora Release Engineering - 3.12.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild