!5 remove rpath

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-10-11 01:16:51 +00:00 committed by Gitee
commit fb70f59d9e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,9 +1,9 @@
Name: opensp
Version: 1.5.2
Release: 31
Release: 32
Summary: SGML and XML parser
License: MIT
BuildRequires: gcc-c++ xmlto
BuildRequires: gcc-c++ xmlto chrpath
Requires: sgml-common >= 0.5
URL: http://openjade.sourceforge.net/
Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
@ -53,6 +53,7 @@ done
mv $RPM_BUILD_ROOT%{_bindir}/sx $RPM_BUILD_ROOT%{_bindir}/sgml2xml
mv $RPM_BUILD_ROOT%{_mandir}/man1/sx.1 $RPM_BUILD_ROOT%{_mandir}/man1/sgml2xml.1
chrpath -d %{buildroot}%{_bindir}/*
%find_lang sp5
@ -87,5 +88,8 @@ make check || :
%changelog
* Tue Oct 10 2023 xu_ping <707078654@qq.com> - 1.5.2-32
- Remove rpath
* Sat Nov 30 2019 zoushuangshuang<zoushuangshuang@huawei.com> - 1.5.2-31
- Package init