Add sw64 architecture
Signed-off-by: wzx <wuzx1226@qq.com> (cherry picked from commit 0e58b2950d658bf2bde03783129b3afbe73af537)
This commit is contained in:
parent
acaaa874f0
commit
40468e02a3
13
tracker-2.3.6-sw.patch
Executable file
13
tracker-2.3.6-sw.patch
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
diff -Naur tracker-2.3.6.org/src/libtracker-common/tracker-ioprio.c tracker-2.3.6.sw/src/libtracker-common/tracker-ioprio.c
|
||||||
|
--- tracker-2.3.6.org/src/libtracker-common/tracker-ioprio.c 2022-05-18 01:57:00.850000000 +0000
|
||||||
|
+++ tracker-2.3.6.sw/src/libtracker-common/tracker-ioprio.c 2022-05-18 01:58:03.430000000 +0000
|
||||||
|
@@ -65,6 +65,9 @@
|
||||||
|
#elif defined(__alpha__)
|
||||||
|
#define __NR_ioprio_set 442
|
||||||
|
#define __NR_ioprio_get 443
|
||||||
|
+#elif defined(__sw_64__)
|
||||||
|
+#define __NR_ioprio_set 442
|
||||||
|
+#define __NR_ioprio_get 443
|
||||||
|
#elif defined(__s390x__) || defined(__s390__)
|
||||||
|
#define __NR_ioprio_set 282
|
||||||
|
#define __NR_ioprio_get 283
|
||||||
@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 2.3.6
|
Version: 2.3.6
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A filesystem indexer, metadata storage system and search tool
|
Summary: A filesystem indexer, metadata storage system and search tool
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Tracker
|
URL: https://wiki.gnome.org/Projects/Tracker
|
||||||
Source0: https://download.gnome.org/sources/%{name}/2.3/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/2.3/%{name}-%{version}.tar.xz
|
||||||
Source1: tracker.conf
|
Source1: tracker.conf
|
||||||
|
Patch1: tracker-2.3.6-sw.patch
|
||||||
|
|
||||||
BuildRequires: graphviz gtk-doc systemd libxslt gettext meson intltool
|
BuildRequires: graphviz gtk-doc systemd libxslt gettext meson intltool
|
||||||
BuildRequires: libappstream-glib vala libstemmer-devel dbus-daemon chrpath
|
BuildRequires: libappstream-glib vala libstemmer-devel dbus-daemon chrpath
|
||||||
@ -136,6 +137,12 @@ chrpath --delete %{buildroot}%{_libdir}/libtracker-*.so.*
|
|||||||
%{_datadir}/gtk-doc/html/ontology/
|
%{_datadir}/gtk-doc/html/ontology/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2022 wuzx<wuzx1226@qq.com> - 2.3.6-3
|
||||||
|
- Type:feature
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Add sw64 architecture
|
||||||
|
|
||||||
* Mon Sep 06 2021 Hongxun Ren<renhongxun@huawei.com> - 2.3.6-2
|
* Mon Sep 06 2021 Hongxun Ren<renhongxun@huawei.com> - 2.3.6-2
|
||||||
- Type:enhanence
|
- Type:enhanence
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user