!4 [sync] PR-3: Delete rpath setting
From: @openeuler-sync-bot Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
71af062472
@ -4,7 +4,7 @@
|
|||||||
Name: epiphany
|
Name: epiphany
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.38.5
|
Version: 3.38.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Web browser for GNOME
|
Summary: Web browser for GNOME
|
||||||
License: GPL-3.0+ and LGPL-2.1 and MIT and GPL+ and ISC
|
License: GPL-3.0+ and LGPL-2.1 and MIT and GPL+ and ISC
|
||||||
URL: https://wiki.gnome.org/Apps/Web
|
URL: https://wiki.gnome.org/Apps/Web
|
||||||
@ -25,7 +25,7 @@ BuildRequires: pkgconfig(libhandy-1) pkgconfig(libnotify) pkgconfig(libpor
|
|||||||
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0) pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0) pkgconfig(libxslt)
|
||||||
BuildRequires: pkgconfig(nettle) pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(nettle) pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk3_version}
|
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk3_version}
|
||||||
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= %{webkit2gtk3_version}
|
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= %{webkit2gtk3_version} chrpath
|
||||||
Requires: %{name}-runtime%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-runtime%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
%description
|
%description
|
||||||
Epiphany is the web browser for the GNOME desktop. Its goal is to be
|
Epiphany is the web browser for the GNOME desktop. Its goal is to be
|
||||||
@ -52,6 +52,21 @@ installing the epiphany application itself.
|
|||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name} --with-gnome
|
%find_lang %{name} --with-gnome
|
||||||
|
|
||||||
|
chrpath -d %{buildroot}%{_libdir}/epiphany/*.so
|
||||||
|
chrpath -d %{buildroot}%{_libdir}/epiphany/web-process-extensions/*.so
|
||||||
|
chrpath -d %{buildroot}%{_libexecdir}/epiphany/*
|
||||||
|
chrpath -d %{buildroot}%{_libexecdir}/epiphany-search-provider
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/epiphany
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||||
|
echo "%{_libdir}/epiphany" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
@ -63,6 +78,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|||||||
%dir %{_datadir}/gnome-shell/
|
%dir %{_datadir}/gnome-shell/
|
||||||
%dir %{_datadir}/gnome-shell/search-providers/
|
%dir %{_datadir}/gnome-shell/search-providers/
|
||||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Epiphany.SearchProvider.ini
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Epiphany.SearchProvider.ini
|
||||||
|
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
%files runtime
|
%files runtime
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -75,8 +91,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|||||||
%{_libdir}/epiphany/
|
%{_libdir}/epiphany/
|
||||||
%{_datadir}/epiphany
|
%{_datadir}/epiphany
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
%config(noreplace)%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 10 2021 lingsheng <lingsheng@huawei.com> - 3.38.5-2
|
||||||
|
- Delete rpath setting
|
||||||
|
|
||||||
* Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 3.38.5-1
|
* Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 3.38.5-1
|
||||||
- Update to 3.38.5
|
- Update to 3.38.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user