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
This commit is contained in:
DistroBaker 2021-01-07 11:34:20 +00:00
parent c1a94993cd
commit 1602023b27

View File

@ -2,7 +2,7 @@
Name: brasero Name: brasero
Version: 3.12.2 Version: 3.12.2
Release: 11%{?dist} Release: 12%{?dist}
Summary: Gnome CD/DVD burning application Summary: Gnome CD/DVD burning application
@ -11,26 +11,29 @@ 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
BuildRequires: gtk3-devel >= 2.99.0 BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.92
BuildRequires: glib2-devel >= 2.15.6 BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.0
BuildRequires: gettext intltool gtk-doc 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: desktop-file-utils
BuildRequires: gstreamer1-devel >= 0.11.92 BuildRequires: gcc
BuildRequires: gstreamer1-plugins-base-devel >= 0.11.92 BuildRequires: gettext
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: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: tracker-devel BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: itstool BuildRequires: itstool
BuildRequires: libappstream-glib
BuildRequires: make
BuildRequires: yelp-tools BuildRequires: yelp-tools
Requires: dvd+rw-tools Requires: dvd+rw-tools
@ -81,7 +84,9 @@ developing brasero applications.
%configure \ %configure \
--enable-nautilus \ --enable-nautilus \
--enable-libburnia \ --enable-libburnia \
%if 0%{?fedora}
--enable-search \ --enable-search \
%endif
--enable-playlist \ --enable-playlist \
--enable-preview \ --enable-preview \
--enable-inotify \ --enable-inotify \
@ -150,6 +155,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%changelog %changelog
* Thu Jan 07 2021 David King <amigadave@amigadave.com> - 3.12.2-12
- Use pkgconfig for BuildRequires
- Depend on tracker only on Fedora
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-11 * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild