diff --git a/libEMF.spec b/libEMF.spec index df8b2f7787949d6a9ed2b952e2efad244b0905e5..ca918c027cc16efd86e573b0a912385f5d7af45e 100644 --- a/libEMF.spec +++ b/libEMF.spec @@ -1,13 +1,13 @@ Name: libEMF Version: 1.0.9 -Release: 8 +Release: 9 Summary: A library for generating Enhanced Metafiles License: LGPLv2+ and GPLv2+ URL: http://libemf.sourceforge.net/ Source0: https://downloads.sourceforge.net/project/libemf/libemf/%{version}/libemf-%{version}.tar.gz Patch0000: support-aarch64.patch -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ chrpath %description 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 export CPPROG="cp -p" %make_install +chrpath -d %{buildroot}%{_bindir}/printemf %delete_la %check @@ -59,6 +60,9 @@ make check %doc doc/html/* NEWS README %changelog +* Fri Sep 10 2021 Pengju Jiang - 1.0.9-9 +- solve the rpath problem + * Wed Jan 15 2020 qinjian - 1.0.9-8 - rename patch