Backport module-based libsoup support

This commit is contained in:
Carlos Garnacho 2022-11-01 22:52:34 +01:00 committed by Stepan Oksanichenko
parent 941d753182
commit 930dc4ce3f
3 changed files with 3440 additions and 1 deletions

1
.tracker.metadata Normal file
View File

@ -0,0 +1 @@
3ac9dd0af5de3199d9fdd82e9b37adb0bcfdb01b tracker-3.1.2.tar.xz

3431
modular-soup.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,13 +4,15 @@
Name: tracker
Version: 3.1.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Desktop-neutral metadata database and search tool
License: GPLv2+
URL: https://gnome.pages.gitlab.gnome.org/tracker/
Source0: https://download.gnome.org/sources/tracker/3.1/tracker-%{tarball_version}.tar.xz
Patch1: modular-soup.diff
BuildRequires: asciidoc
BuildRequires: gettext
BuildRequires: gtk-doc
@ -146,6 +148,7 @@ The %{name}-devel package contains the documentation for %{name}.
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Tracker-3.0.typelib
%{_libdir}/libtracker-sparql-3.0.so.0*
%{_libdir}/tracker-3.0/libtracker-http-soup*.so
%{_datadir}/tracker3/
%files devel
@ -169,6 +172,10 @@ The %{name}-devel package contains the documentation for %{name}.
%changelog
* Tue Nov 22 2022 Carlos Garnacho <cgarnach@redhat.com> - 3.1.2-3
- Backport module-based libsoup support
Resolves: rhbz#2137366
* Tue Nov 30 2021 Tomas Popela <tpopela@redhat.com> - 3.1.2-2
- Ship tracker-devel in CRB