Switch to Tracker 3
This commit is contained in:
parent
6b9b6fbe65
commit
b8f832372f
19
brasero.spec
19
brasero.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: brasero
|
Name: brasero
|
||||||
Version: 3.12.2
|
Version: 3.12.2
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Gnome CD/DVD burning application
|
Summary: Gnome CD/DVD burning application
|
||||||
|
|
||||||
|
|
||||||
@ -11,6 +11,13 @@ License: GPLv3+
|
|||||||
URL: https://wiki.gnome.org/Apps/Brasero
|
URL: https://wiki.gnome.org/Apps/Brasero
|
||||||
Source0: https://download.gnome.org/sources/brasero/%{basever}/brasero-%{version}.tar.xz
|
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(gstreamer-plugins-base-1.0) >= 0.11.92
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.0
|
||||||
BuildRequires: pkgconfig(ice)
|
BuildRequires: pkgconfig(ice)
|
||||||
@ -23,7 +30,7 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
|
|||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(totem-plparser) >= 2.29.1
|
BuildRequires: pkgconfig(totem-plparser) >= 2.29.1
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
BuildRequires: pkgconfig(tracker-sparql-2.0)
|
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -77,10 +84,13 @@ developing brasero applications.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# For patch0
|
||||||
|
autoreconf -fi
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--enable-nautilus \
|
--enable-nautilus \
|
||||||
--enable-libburnia \
|
--enable-libburnia \
|
||||||
@ -155,6 +165,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 3.12.2-15
|
||||||
|
- Switch to Tracker 3
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-14
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user