fix issue:#I63PB2
(cherry picked from commit 1c48e3d81cdadf46265a024c305cbe68038ffdab)
This commit is contained in:
parent
d66cb0befc
commit
7337eab0fe
@ -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