Browse Source

initial package creation

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 1 year ago
parent
commit
f449a7dcff
  1. 3431
      SOURCES/modular-soup.diff
  2. 9
      SPECS/tracker.spec

3431
SOURCES/modular-soup.diff

File diff suppressed because it is too large Load Diff

9
SPECS/tracker.spec

@ -4,13 +4,15 @@ @@ -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}. @@ -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}. @@ -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


Loading…
Cancel
Save