!12 Update to 3.4.2

From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2023-02-06 11:29:47 +00:00 committed by Gitee
commit a178a5a0fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 8 deletions

View File

@ -1,16 +1,16 @@
%global tracker_version 3.2.0
%global tracker_version 3.4.0
%global __provides_exclude_from ^%{_libdir}/tracker-miners-3.0/
%global __requires_exclude ^(libtracker-extract\.so|libtracker-miner-3\.0\.so|libextract-.*\.so|libwriteback-.*\.so)
%global systemd_units tracker-extract-3.service tracker-miner-fs-3.service tracker-miner-fs-control-3.service tracker-writeback-3.service
Name: tracker3-miners
Version: 3.3.1
Release: 2
Version: 3.4.2
Release: 1
Summary: One of two parts of tracker mainly contains the indexer daemon and tools.
License: GPLv2+ and LGPLv2+
URL: https://gnome.pages.gitlab.gnome.org/tracker/
Source0: https://download.gnome.org/sources/tracker-miners/3.3/tracker-miners-%{version}.tar.xz
Source1: tracker3-miners.conf
Source0: https://download.gnome.org/sources/tracker-miners/3.4/tracker-miners-%{version}.tar.xz
Source1: tracker3-miners.conf
BuildRequires: asciidoc libxslt coreutils glib2 glib2-devel gcc giflib-devel meson systemd
BuildRequires: pkgconfig(tracker-sparql-3.0) >= %{tracker_version} pkgconfig(tracker-testutils-3.0)
@ -28,9 +28,8 @@ BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(libcue)
BuildRequires: pkgconfig(vorbisfile)
%{?systemd_requires}
Obsoletes: tracker3-miners < 3.1.0~rc-2
Conflicts: tracker3-miners < 3.1.0~rc-2
Obsoletes: tracker3-miners < %{version}-%{release}
Conflicts: tracker3-miners < %{version}-%{release}
Provides: tracker3-miners = %{version}-%{release}
Provides: tracker3-miners%{?_isa} = %{version}-%{release}
Requires: tracker3%{?_isa} >= %{tracker_version}
@ -99,6 +98,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_ar
%{_mandir}/man1/tracker*.1*
%changelog
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.4.2-1
- update to 3.4.2
* Fri Jul 22 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.3.1-2
- delete tracker-miner-rss-3.service from systemd_units
- fix issue #I5IDXJ