!8 fix rpath problem

From: @wang_yue111
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-09 02:55:04 +00:00 committed by Gitee
commit d7cfd0023f

View File

@ -1,6 +1,6 @@
Name: rrdtool Name: rrdtool
Version: 1.7.0 Version: 1.7.0
Release: 18 Release: 19
Summary: RA tool for data logging and analysis Summary: RA tool for data logging and analysis
License: GPLv2+ with exceptions License: GPLv2+ with exceptions
URL: http://oss.oetiker.ch/rrdtool/ URL: http://oss.oetiker.ch/rrdtool/
@ -17,7 +17,7 @@ BuildRequires: gcc-c++ openssl-devel freetype-devel libpng-devel zlib-devel
BuildRequires: intltool >= 0.35.0 cairo-devel >= 1.4.6, pango-devel >= 1.17 BuildRequires: intltool >= 0.35.0 cairo-devel >= 1.4.6, pango-devel >= 1.17
BuildRequires: libtool groff gettext libxml2-devel systemd automake autoconf BuildRequires: libtool groff gettext libxml2-devel systemd automake autoconf
BuildRequires: perl-ExtUtils-MakeMaker perl-generators perl-Pod-Html perl-devel BuildRequires: perl-ExtUtils-MakeMaker perl-generators perl-Pod-Html perl-devel
BuildRequires: libdbi-devel BuildRequires: libdbi-devel chrpath
Requires: dejavu-sans-mono-fonts Requires: dejavu-sans-mono-fonts
%description %description
@ -149,6 +149,8 @@ cd -
%find_lang %{name} %find_lang %{name}
chrpath -d %{buildroot}/%{python3_sitearch}/*.so
%check %check
%post %post
@ -213,6 +215,9 @@ cd -
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Sep 09 2021 wangyue <wangyue92@huawei.com> - 1.7.0-19
- fix rpath problem
* Mon Dec 23 2019 wangzhishun <wangzhishun1@huawei.com> - 1.7.0-18 * Mon Dec 23 2019 wangzhishun <wangzhishun1@huawei.com> - 1.7.0-18
- Package init - Package init