remove rpath
Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
parent
9a29015014
commit
f29d29d50f
@ -1,9 +1,9 @@
|
|||||||
Name: opensp
|
Name: opensp
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 31
|
Release: 32
|
||||||
Summary: SGML and XML parser
|
Summary: SGML and XML parser
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRequires: gcc-c++ xmlto
|
BuildRequires: gcc-c++ xmlto chrpath
|
||||||
Requires: sgml-common >= 0.5
|
Requires: sgml-common >= 0.5
|
||||||
URL: http://openjade.sourceforge.net/
|
URL: http://openjade.sourceforge.net/
|
||||||
Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
|
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%{_bindir}/sx $RPM_BUILD_ROOT%{_bindir}/sgml2xml
|
||||||
mv $RPM_BUILD_ROOT%{_mandir}/man1/sx.1 $RPM_BUILD_ROOT%{_mandir}/man1/sgml2xml.1
|
mv $RPM_BUILD_ROOT%{_mandir}/man1/sx.1 $RPM_BUILD_ROOT%{_mandir}/man1/sgml2xml.1
|
||||||
|
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/*
|
||||||
|
|
||||||
%find_lang sp5
|
%find_lang sp5
|
||||||
|
|
||||||
@ -87,5 +88,8 @@ make check || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Nov 30 2019 zoushuangshuang<zoushuangshuang@huawei.com> - 1.5.2-31
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user