Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
bb498e3a89
!8 update to version 3.6.0
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-12-01 03:03:08 +00:00
lwg K
aa3edae594 update to version 3.6.0 2023-11-20 14:12:58 +08:00
openeuler-ci-bot
ffb65515fe
!7 Update to 3.4.2
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-02 07:30:23 +00:00
dwl301
92e5649168 Update to 3.4.2 2023-02-02 14:04:54 +08:00
openeuler-ci-bot
dae650b0a7
!6 update to 3.3.1
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-08 09:23:43 +00:00
zhang__3125
b9cb58174f update to 3.3.1 2022-06-08 17:00:55 +08:00
openeuler-ci-bot
6c9b0743a4
!5 Add tracker3.yaml
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 09:35:15 +00:00
zhang__3125
8ddebe60b4 Add tracker3.yaml 2022-04-13 17:05:26 +08:00
openeuler-ci-bot
bd56039f4d
!4 Update to 3.3.0
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 08:46:08 +00:00
zhang__3125
d459f63e1e Update to 3.3.0 2022-04-13 15:01:00 +08:00
4 changed files with 49 additions and 21 deletions

Binary file not shown.

BIN
tracker-3.6.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,27 +1,29 @@
%global systemd_units tracker-xdg-portal-3 %global systemd_units tracker-xdg-portal-3
Name: tracker3 Name: tracker3
Version: 3.0.4 Version: 3.6.0
Release: 2 Release: 1
Summary: Desktop-neutral metadata database and search tool Summary: Desktop-neutral metadata database and search tool
License: GPLv2+ License: GPLv2+
URL: https://wiki.gnome.org/Projects/Tracker URL: https://gnome.pages.gitlab.gnome.org/tracker/
Source0: https://download.gnome.org/sources/tracker/3.0/tracker-%{version}.tar.xz Source0: https://download.gnome.org/sources/tracker/3.6/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
Obsoletes: tracker3 < %{version}
Conflicts: tracker3 < %{version}
Provides: tracker3 = %{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,
tag/metadata database and search tool. tag/metadata database and search tool.
@ -36,28 +38,38 @@ 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}.
@ -71,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.4.0 chrpath -d %{buildroot}%{_libdir}/libtracker-sparql-3.0.so.0.600.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
@ -114,6 +126,7 @@ 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/*
@ -131,13 +144,24 @@ 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
%dir %{_datadir}/gtk-doc %{_datadir}/doc/Tracker-3.0
%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

4
tracker3.yaml Normal file
View File

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