Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
0dd0f04045
!14 [sync] PR-12: del sw_64 patch ifarch
From: @openeuler-sync-bot 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-06-24 05:37:55 +00:00
panchenbo
9cc1ad58d2 del sw_64 patch ifarch
(cherry picked from commit 28c113f9be5aec032c85f3f94d2c290ad267909b)
2024-06-21 10:09:13 +08:00
openeuler-ci-bot
6372568cda
!9 添加sw架构
From: @wuzx065891 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2023-03-07 13:44:51 +00:00
Wu Zixuan
9bb94465e0 Add sw64 architecture
Signed-off-by: Wu Zixuan <wuzx1226@qq.com>
2022-12-20 14:56:35 +08:00
openeuler-ci-bot
71912de7a8 !7 Add tracker3.patch, build with tracker3
From: @dwl301
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-09-24 13:07:23 +00:00
dwl301
bcaeb8162a Add tracker3.patch, build with tracker3 2021-09-24 20:27:13 +08:00
openeuler-ci-bot
37861423bd !5 Delete rpath setting
From: @ultra_planet
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-09-09 07:43:07 +00:00
lingsheng
7e680ea49e Delete rpath setting 2021-09-09 15:29:56 +08:00
openeuler-ci-bot
03ec67a4ff !4 Upgrade to 3.34.0
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 10:03:32 +00:00
weijin-deng
3ad693aa33 Upgrade to 3.34.0 2021-06-17 20:17:22 +08:00
5 changed files with 1608 additions and 7 deletions

Binary file not shown.

View File

@ -0,0 +1,13 @@
diff -Naur gnome-online-miners-3.34.0.org/src/tracker-ioprio.c gnome-online-miners-3.34.0.sw/src/tracker-ioprio.c
--- gnome-online-miners-3.34.0.org/src/tracker-ioprio.c 2022-08-19 12:39:54.740000000 +0000
+++ gnome-online-miners-3.34.0.sw/src/tracker-ioprio.c 2022-08-19 12:41:00.430000000 +0000
@@ -62,6 +62,9 @@
#elif defined(__ia64__)
#define __NR_ioprio_set 1274
#define __NR_ioprio_get 1275
+#elif defined(__sw_64__)
+#define __NR_ioprio_set 442
+#define __NR_ioprio_get 443
#elif defined(__alpha__)
#define __NR_ioprio_set 442
#define __NR_ioprio_get 443

Binary file not shown.

View File

@ -1,37 +1,71 @@
Name: gnome-online-miners Name: gnome-online-miners
Version: 3.30.0 Version: 3.34.0
Release: 2 Release: 5
Summary: Provide the user to grab the online date function Summary: Provide the user to grab the online date function
License: GPLv2+ and LGPLv2+ and MIT License: GPLv2+ and LGPLv2+ and MIT
URL: https://wiki.gnome.org/Projects/GnomeOnlineMiners URL: https://wiki.gnome.org/Projects/GnomeOnlineMiners
Source0: https://download.gnome.org/sources/gnome-online-miners/3.30/gnome-online-miners-%{version}.tar.xz Source0: https://download.gnome.org/sources/gnome-online-miners/3.34/gnome-online-miners-%{version}.tar.xz
BuildRequires: gfbgraph-devel glib2-devel >= 2.35.1 gnome-online-accounts-devel >= 3.8.0 grilo-devel >= 0.3.0 BuildRequires: gfbgraph-devel glib2-devel >= 2.35.1 gnome-online-accounts-devel >= 3.8.0 grilo-devel >= 0.3.0
BuildRequires: libgdata-devel >= 0.15.2 libzapojit-devel >= 0.0.2 pkgconfig tracker-devel >= 0.17.2 BuildRequires: libgdata-devel >= 0.15.2 libzapojit-devel >= 0.0.2 pkgconfig tracker3-devel >= 3.0.4 chrpath
Requires: dbus grilo-plugins gvfs >= 1.18.3 Requires: dbus grilo-plugins gvfs >= 1.18.3
Patch0: tracker3.patch
Patch1: gnome-online-miners-3.34.0-sw.patch
BuildRequires: autoconf automake libtool
BuildRequires: autoconf-archive
%description %description
The GNOME Online Miners provides a kind of crawlers to go through your online The GNOME Online Miners provides a kind of crawlers to go through your online
content and index them locally in Tracker.It has miners for Facebook, Flickr, content and index them locally in Tracker.It has miners for Facebook, Flickr,
Google, OneDrive and Nextcloud. Google, OneDrive and Nextcloud.
%prep %prep
%autosetup -n gnome-online-miners-%{version} -p1 #autosetup -n gnome-online-miners-%{version} -p1
%autosetup -p1
%build %build
%configure --disable-silent-rules --disable-static autoreconf -fi
%configure --disable-silent-rules --disable-static --disable-owncloud --disable-windows-live
%make_build %make_build
%install %install
%make_install %make_install
%delete_la %delete_la
chrpath -d %{buildroot}%{_libexecdir}/*
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/gnome-online-miners" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files %files
%doc AUTHORS COPYING NEWS README %doc AUTHORS COPYING NEWS README
%{_datadir}/dbus-1/services/*.service %{_datadir}/dbus-1/services/*.service
%{_libdir}/gnome-online-miners/libgom-1.0.so %{_libdir}/gnome-online-miners/libgom-1.0.so
%{_libexecdir}/* %{_libexecdir}/*
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%exclude %{_docdir}/gnome-online-miners/ChangeLog %exclude %{_docdir}/gnome-online-miners/ChangeLog
%changelog %changelog
* Wed Jun 18 2020 yaokai <yaokai13@huawei.com> - 3.30.0-2 * Thu Jun 20 2024 panchenbo <panchenbo@kylinsec.com.cn> - 3.34.0-5
- del sw_64 patch ifarch
* Thu Oct 20 2022 wuzx<wuzx1226@qq.com> - 3.34.0-4
- add sw64 patch
* Fri Sep 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 3.34.0-3
- Add tracker3.patch
* Thu Sep 09 2021 lingsheng <lingsheng@huawei.com> - 3.34.0-2
- Delete rpath setting
* Thu Jun 17 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.34.0-1
- Upgrade to 3.34.0
* Thu Jun 18 2020 yaokai <yaokai13@huawei.com> - 3.30.0-2
- Package init - Package init

1554
tracker3.patch Normal file

File diff suppressed because it is too large Load Diff