!6 [sync] PR-5: Delete rpath setting
From: @openeuler-sync-bot Reviewed-by: @orange-snn Signed-off-by: @orange-snn
This commit is contained in:
commit
c7d6029f85
@ -1,12 +1,12 @@
|
|||||||
Name: gnome-online-miners
|
Name: gnome-online-miners
|
||||||
Version: 3.34.0
|
Version: 3.34.0
|
||||||
Release: 1
|
Release: 2
|
||||||
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.34/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 tracker-devel >= 0.17.2 chrpath
|
||||||
Requires: dbus grilo-plugins gvfs >= 1.18.3
|
Requires: dbus grilo-plugins gvfs >= 1.18.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,14 +25,28 @@ Google, OneDrive and Nextcloud.
|
|||||||
%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
|
||||||
|
* 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
|
* Thu Jun 17 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.34.0-1
|
||||||
- Upgrade to 3.34.0
|
- Upgrade to 3.34.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user