!17 [sync] PR-13: remove rpath
From: @openeuler-sync-bot Reviewed-by: @yeqinglong01 Signed-off-by: @yeqinglong01
This commit is contained in:
commit
6c3ea8a13b
@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
%define specrelease 1%{?dist}
|
||||
%if 0%{?openeuler}
|
||||
%define specrelease 1
|
||||
%define specrelease 2
|
||||
%endif
|
||||
|
||||
Name: deepin-reader
|
||||
@ -34,8 +34,7 @@ BuildRequires: fontconfig-devel
|
||||
BuildRequires: lcms2-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
|
||||
|
||||
BuildRequires: chrpath
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -54,6 +53,8 @@ popd
|
||||
%install
|
||||
%make_install -C build INSTALL_ROOT="%buildroot"
|
||||
|
||||
chrpath -d %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
@ -66,6 +67,9 @@ popd
|
||||
/usr/lib/deepin-reader/libdeepin-poppler*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 05 2022 liweiganga <liweiganga@uniontech.com> - 5.9.9-2
|
||||
- fix: remove rpath
|
||||
|
||||
* Tue Jul 19 2022 konglidong <konglidong@uniontech.com> - 5.9.9-1
|
||||
- update to 5.9.9
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user