diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..83d1f091eab7c33eb559bec018183154cc2804ab --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Obsoleted since 24.03 LTS +https://gitee.com/openeuler/release-management/pulls/1591 diff --git a/tracker-2.3.6.tar.xz b/tracker-2.3.6.tar.xz deleted file mode 100644 index 10b8675cc34cc1cc9e03bc58625f6e9fdb4bd82b..0000000000000000000000000000000000000000 Binary files a/tracker-2.3.6.tar.xz and /dev/null differ diff --git a/tracker.conf b/tracker.conf deleted file mode 100644 index 2cb2abdf62d94f109a8f2204e11a15acc3fdc723..0000000000000000000000000000000000000000 --- a/tracker.conf +++ /dev/null @@ -1 +0,0 @@ -/usr/lib64/tracker-2.0 diff --git a/tracker.spec b/tracker.spec deleted file mode 100644 index 8e02e9ddf9cfefa1525680e120781c225d73055e..0000000000000000000000000000000000000000 --- a/tracker.spec +++ /dev/null @@ -1,181 +0,0 @@ -%global _changelog_trimtime %(date +%s -d "1 year ago") -%global systemd_units tracker-store.service - -Name: tracker -Version: 2.3.6 -Release: 3 -Summary: A filesystem indexer, metadata storage system and search tool -License: GPLv2+ -URL: https://wiki.gnome.org/Projects/Tracker -Source0: https://download.gnome.org/sources/%{name}/2.3/%{name}-%{version}.tar.xz -Source1: tracker.conf - -BuildRequires: graphviz gtk-doc systemd libxslt gettext meson intltool -BuildRequires: libappstream-glib vala libstemmer-devel dbus-daemon chrpath -BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(icu-i18n) pkgconfig(icu-uc) -BuildRequires: pkgconfig(json-glib-1.0) pkgconfig(libnm) -BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(sqlite3) pkgconfig(uuid) -BuildRequires: cmake dbus-devel - -Recommends: tracker-miners%{?_isa} - -%description -By using Tracker, you no longer have to remember where you've left your -files. To locate a file you only need to remember something about it, -such as a word in the document or the artist of the song. This is because -as well as searching for files in the traditional way, by name and location, -Tracker searches files' contents and metadata. - -Tracker reads this metadata, and places it into an index, which allows -searches to be lightning fast.Tracker updates its index automatically, -so search results are always accurate up-to-the-moment. - -Tracker doesn't stop there -- by allowing you to attach your own metadata to -files it frees you from having to keep everything in highly organised folders. -You can add one or many 'tags' to files, effectively grouping several files in -your filesystem even if they are located in different folders. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description devel -This package contains development files for %{name} - -%package help -Summary: Documents for %{name} -BuildArch: noarch - -Obsoletes: %{name}-doc < %{version}-%{release} -Provides: %{name}-doc = %{version}-%{release} - -%description help -Man pages and other related documents for %{name}. - -%prep -%autosetup -p1 - -%build -# Disable the functional tests -%meson \ - -Ddocs=true \ - -Dfunctional_tests=false \ - -Dunicode_support=icu \ - -Dsystemd_user_services=%{_userunitdir} -%meson_build - -%install -%meson_install - -find %{buildroot} -type f -name "*.la" -delete - -%find_lang %{name} - -# remove rpath info -%chrpath_delete -install -d %{buildroot}%{_sysconfdir}/ld.so.conf.d -install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf -chrpath --delete %{buildroot}/usr/libexec/tracker-store -chrpath --delete %{buildroot}%{_bindir}/tracker -chrpath --delete %{buildroot}%{_libdir}/libtracker-*.so.* - -%pre - -%post -%systemd_user_post %{systemd_units} - -%preun -%systemd_user_preun %{systemd_units} - -%postun -%systemd_user_postun_with_restart %{systemd_units} - - -%files -f %{name}.lang -%defattr(-,root,root) -%license COPYING -%doc AUTHORS -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%dir %{_libdir}/girepository-1.0 -%{_datadir}/tracker/ -%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service -%{_datadir}/bash-completion/completions/tracker -%{_datadir}/glib-2.0/schemas/* -%{_userunitdir}/tracker-store.service -%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf -%{_bindir}/tracker -%{_libexecdir}/tracker-store -%{_libdir}/libtracker*-2.0.so.* -%{_libdir}/tracker-2.0/ -%{_libdir}/girepository-1.0/Tracker-2.0.typelib -%{_libdir}/girepository-1.0/TrackerControl-2.0.typelib -%{_libdir}/girepository-1.0/TrackerMiner-2.0.typelib - -%files devel -%dir %{_datadir}/vala -%dir %{_datadir}/vala/vapi -%dir %{_datadir}/gir-1.0 -%{_includedir}/tracker-2.0/ -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc -%{_datadir}/vala/vapi/tracker*.* -%{_datadir}/gir-1.0/Tracker-2.0.gir -%{_datadir}/gir-1.0/TrackerControl-2.0.gir -%{_datadir}/gir-1.0/TrackerMiner-2.0.gir - -%files help -%{_mandir}/*/tracker*.gz -%doc NEWS README.md docs/reference/COPYING -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/libtracker-control/ -%{_datadir}/gtk-doc/html/libtracker-miner/ -%{_datadir}/gtk-doc/html/libtracker-sparql/ -%{_datadir}/gtk-doc/html/ontology/ - -%changelog -* Mon Feb 20 2023 lin zhang - 2.3.6-3 -- add BuildRequires: cmake dbus-devel -- fix issue:I6GNE4 - -* Mon Sep 06 2021 Hongxun Ren - 2.3.6-2 -- Type:enhanence -- ID:NA -- SUG:NA -- DESC:remove rpath - -* Mon Jun 7 2021 weijin deng - 2.3.6-1 -- Upgrade to 2.3.6 -- Update Version, Release, Source0, BuildRequires -- Use meson build tools, delete sed operation of configure script -- Update stage 'build', 'install', 'files' - -* Thu Nov 21 2019 chengquan - 2.1.5-3 -- Type:bugfix -- ID:NA -- SUG:NA -- DESC:add buildrequire of libxslt - -* Thu Sep 26 2019 openEuler Buildteam - 2.1.5-2 -- Package init - -* Tue Aug 6 2019 xuchunmei - 2.1.5-1.h3 -- Type:bugfix -- ID:NA -- SUG:NA -- DESCi:rename config name for tracker.conf and change mode to 644 - -* Fri Aug 2 2019 xuchunmei - 2.1.5-1.h2 -- Type:bugfix -- ID:NA -- SUG:NA -- DESCi:remove rpath and runpath of exec files and libraries - -* Fri Aug 2 2019 zoujing - 2.1.5-1.h1 -- Type:enhancemnet -- ID:NA -- SUG:NA -- DESCi:openEuler Debranding diff --git a/tracker.yaml b/tracker.yaml deleted file mode 100644 index f05144942cc8bff91450b92b4c4ee1dec296de99..0000000000000000000000000000000000000000 --- a/tracker.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: gitlab.gnome -src_repo: tracker -tag_prefix: ^v -seperator: . \ No newline at end of file