!7 Update to 3.4.2
From: @dwl301 Reviewed-by: @zhang__3125 Signed-off-by: @zhang__3125
This commit is contained in:
commit
ffb65515fe
Binary file not shown.
BIN
tracker-3.4.2.tar.xz
Normal file
BIN
tracker-3.4.2.tar.xz
Normal file
Binary file not shown.
@ -1,18 +1,18 @@
|
|||||||
%global systemd_units tracker-xdg-portal-3
|
%global systemd_units tracker-xdg-portal-3
|
||||||
|
|
||||||
Name: tracker3
|
Name: tracker3
|
||||||
Version: 3.3.1
|
Version: 3.4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Desktop-neutral metadata database and search tool
|
Summary: Desktop-neutral metadata database and search tool
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://gnome.pages.gitlab.gnome.org/tracker/
|
URL: https://gnome.pages.gitlab.gnome.org/tracker/
|
||||||
Source0: https://download.gnome.org/sources/tracker/3.3/tracker-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/tracker/3.4/tracker-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: asciidoc gettext gtk-doc libstemmer-devel meson systemd vala
|
BuildRequires: asciidoc gettext libstemmer-devel meson systemd vala
|
||||||
BuildRequires: pkgconfig(dbus-1) dbus-daemon pkgconfig(icu-i18n)
|
BuildRequires: pkgconfig(dbus-1) dbus-daemon pkgconfig(icu-i18n)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(icu-uc) pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(icu-uc) pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libsoup-3.0) pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(sqlite3) chrpath
|
BuildRequires: pkgconfig(sqlite3) chrpath
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
|
|
||||||
@ -20,11 +20,9 @@ Obsoletes: tracker3 < %{version}
|
|||||||
Conflicts: tracker3 < %{version}
|
Conflicts: tracker3 < %{version}
|
||||||
Provides: tracker3 = %{version}-%{release}
|
Provides: tracker3 = %{version}-%{release}
|
||||||
Provides: tracker3%{?_isa} = %{version}-%{release}
|
Provides: tracker3%{?_isa} = %{version}-%{release}
|
||||||
Requires: libtracker-sparql3%{?_isa} = %{version}-%{release}
|
Requires: libtracker-sparql3%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
Recommends: tracker-miners3%{?_isa}
|
Recommends: tracker-miners3%{?_isa}
|
||||||
|
|
||||||
%{?systemd_requires}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tracker is a powerful desktop-neutral first class object database,
|
Tracker is a powerful desktop-neutral first class object database,
|
||||||
@ -85,14 +83,14 @@ The %{name}-devel package contains the documentation for %{name}.
|
|||||||
-Dsystemd_user_services_dir=%{_userunitdir} \
|
-Dsystemd_user_services_dir=%{_userunitdir} \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
%meson_build
|
%meson_build -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%find_lang tracker3
|
%find_lang tracker3
|
||||||
|
|
||||||
chrpath -d %{buildroot}%{_libdir}/libtracker-sparql-3.0.so.0.301.0
|
chrpath -d %{buildroot}%{_libdir}/libtracker-sparql-3.0.so.0.402.0
|
||||||
chrpath -d %{buildroot}%{_libexecdir}/tracker-xdg-portal-3
|
chrpath -d %{buildroot}%{_libexecdir}/tracker-xdg-portal-3
|
||||||
chrpath -d %{buildroot}%{_bindir}/tracker3
|
chrpath -d %{buildroot}%{_bindir}/tracker3
|
||||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||||
@ -151,6 +149,9 @@ echo "%{_libdir}/tracker-3.0" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.c
|
|||||||
%{_datadir}/devhelp/books/Tracker/
|
%{_datadir}/devhelp/books/Tracker/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.4.2-1
|
||||||
|
- Update to 3.4.2
|
||||||
|
|
||||||
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.3.1-1
|
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.3.1-1
|
||||||
- Update to 3.3.1
|
- Update to 3.3.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user