Compare commits

..

No commits in common. "bb498e3a89d9eab14f3a3a58aa01bb813b54556a" and "9ec99b4c48c4705326e06d0cc2d7afede7f91d99" have entirely different histories.

4 changed files with 22 additions and 50 deletions

BIN
tracker-3.0.4.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,28 +1,26 @@
%global systemd_units tracker-xdg-portal-3 %global systemd_units tracker-xdg-portal-3
Name: tracker3 Name: tracker3
Version: 3.6.0 Version: 3.0.4
Release: 1 Release: 2
Summary: Desktop-neutral metadata database and search tool 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.6/tracker-%{version}.tar.xz
BuildRequires: asciidoc gettext libstemmer-devel meson systemd vala License: GPLv2+
URL: https://wiki.gnome.org/Projects/Tracker
Source0: https://download.gnome.org/sources/tracker/3.0/tracker-%{version}.tar.xz
BuildRequires: asciidoc gettext gtk-doc 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-3.0) pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3) chrpath BuildRequires: pkgconfig(sqlite3) chrpath
BuildRequires: python3-gobject
Obsoletes: tracker3 < %{version} Requires: libtracker-sparql3%{?_isa} = %{version}-%{release}
Conflicts: tracker3 < %{version}
Provides: tracker3 = %{version}-%{release}
Provides: tracker3%{?_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,
@ -38,38 +36,28 @@ linking and audit trails for a file object.
Metadata indexers are provided by the tracker-miners3 package. Metadata indexers are provided by the tracker-miners3 package.
%package -n libtracker-sparql3 %package -n libtracker-sparql3
Summary: Tracker SPARQL library Summary: Tracker SPARQL library
License: LGPLv2+ License: LGPLv2+
Recommends: %{name}%{?_isa} = %{version}-%{release} Recommends: %{name}%{?_isa} = %{version}-%{release}
Obsoletes: libtracker-sparql3 < %{version}
Conflicts: libtracker-sparql3 < %{version}
Provides: libtracker-sparql3 = %{version}-%{release}
Provides: libtracker-sparql3%{?_isa} = %{version}-%{release}
Obsoletes: libtracker-control < 2.3.6-10
Obsoletes: libtracker-miner < 2.3.6-10
%description -n libtracker-sparql3 %description -n libtracker-sparql3
This package contains the libtracker-sparql library. This package contains the libtracker-sparql library.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: libtracker-sparql3%{?_isa} = %{version}-%{release} Requires: libtracker-sparql3%{?_isa} = %{version}-%{release}
Obsoletes: tracker3-devel < %{version}
Conflicts: tracker3-devel < %{version}
Provides: tracker3-devel = %{version}-%{release}
Provides: tracker3-devel%{?_isa} = %{version}-%{release}
%description devel %description devel
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
developing applications that use %{name}. developing applications that use %{name}.
%package doc %package doc
Summary: Documentation for %{name} Summary: Documentation for %{name}
BuildArch: noarch BuildArch: noarch
Obsoletes: tracker3-doc < %{version}
Conflicts: tracker3-doc < %{version}
Provides: tracker3-doc = %{version}-%{release}
%description doc %description doc
The %{name}-devel package contains the documentation for %{name}. The %{name}-devel package contains the documentation for %{name}.
@ -83,14 +71,14 @@ The %{name}-devel package contains the documentation for %{name}.
-Dsystemd_user_services_dir=%{_userunitdir} \ -Dsystemd_user_services_dir=%{_userunitdir} \
%{nil} %{nil}
%meson_build -j1 %meson_build
%install %install
%meson_install %meson_install
%find_lang tracker3 %find_lang tracker3
chrpath -d %{buildroot}%{_libdir}/libtracker-sparql-3.0.so.0.600.0 chrpath -d %{buildroot}%{_libdir}/libtracker-sparql-3.0.so.0.4.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
@ -126,7 +114,6 @@ echo "%{_libdir}/tracker-3.0" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.c
%dir %{_libdir}/girepository-1.0 %dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Tracker-3.0.typelib %{_libdir}/girepository-1.0/Tracker-3.0.typelib
%{_libdir}/libtracker-sparql-3.0.so.0* %{_libdir}/libtracker-sparql-3.0.so.0*
%{_libdir}/tracker-3.0/
%{_datadir}/tracker3/ %{_datadir}/tracker3/
%config(noreplace) /etc/ld.so.conf.d/* %config(noreplace) /etc/ld.so.conf.d/*
@ -144,24 +131,13 @@ echo "%{_libdir}/tracker-3.0" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.c
%files doc %files doc
%license docs/reference/COPYING %license docs/reference/COPYING
%{_datadir}/doc/Tracker-3.0 %dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/libtracker-sparql-3/
%{_datadir}/gtk-doc/html/ontology-3/
%changelog %changelog
* Mon Nov 20 2023 lwg <liweiganga@uniontech.com> - 3.6.0-1
- update to version 3.6.0
* 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
- Update to 3.3.1
* Mon Apr 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.3.0-2
- Add tracker3.yaml
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.3.0-1
- Update to 3.3.0
* Thu Sep 09 2021 wangyue <wangyue92@huawei.com> - 3.0.4-2 * Thu Sep 09 2021 wangyue <wangyue92@huawei.com> - 3.0.4-2
- fix rpath error - fix rpath error

View File

@ -1,4 +0,0 @@
version_control: gitlab.gnome
src_repo: tracker
tag_prefix: ^v
separator: .