!4 [sync] PR-3: fix rpath pr
From: @openeuler-sync-bot Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
8d9bbfb853
@ -1,13 +1,13 @@
|
|||||||
Name: libEMF
|
Name: libEMF
|
||||||
Version: 1.0.9
|
Version: 1.0.9
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: A library for generating Enhanced Metafiles
|
Summary: A library for generating Enhanced Metafiles
|
||||||
License: LGPLv2+ and GPLv2+
|
License: LGPLv2+ and GPLv2+
|
||||||
URL: http://libemf.sourceforge.net/
|
URL: http://libemf.sourceforge.net/
|
||||||
Source0: https://downloads.sourceforge.net/project/libemf/libemf/%{version}/libemf-%{version}.tar.gz
|
Source0: https://downloads.sourceforge.net/project/libemf/libemf/%{version}/libemf-%{version}.tar.gz
|
||||||
Patch0000: support-aarch64.patch
|
Patch0000: support-aarch64.patch
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++ chrpath
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libEMF is designed to be used as a driver for other programs such as Grace and gunplot
|
libEMF is designed to be used as a driver for other programs such as Grace and gunplot
|
||||||
@ -37,6 +37,7 @@ Documentation for libEMF.
|
|||||||
%install
|
%install
|
||||||
export CPPROG="cp -p"
|
export CPPROG="cp -p"
|
||||||
%make_install
|
%make_install
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/printemf
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -59,6 +60,9 @@ make check
|
|||||||
%doc doc/html/* NEWS README
|
%doc doc/html/* NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 10 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.0.9-9
|
||||||
|
- solve the rpath problem
|
||||||
|
|
||||||
* Wed Jan 15 2020 qinjian <qinjian18@huawei.com> - 1.0.9-8
|
* Wed Jan 15 2020 qinjian <qinjian18@huawei.com> - 1.0.9-8
|
||||||
- rename patch
|
- rename patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user