Compare commits
10 Commits
9ec99b4c48
...
bb498e3a89
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb498e3a89 | ||
|
|
aa3edae594 | ||
|
|
ffb65515fe | ||
|
|
92e5649168 | ||
|
|
dae650b0a7 | ||
|
|
b9cb58174f | ||
|
|
6c9b0743a4 | ||
|
|
8ddebe60b4 | ||
|
|
bd56039f4d | ||
|
|
d459f63e1e |
Binary file not shown.
BIN
tracker-3.6.0.tar.xz
Normal file
BIN
tracker-3.6.0.tar.xz
Normal file
Binary file not shown.
@ -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
4
tracker3.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: gitlab.gnome
|
||||||
|
src_repo: tracker
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user