!2 remove rpath
From: @tong_1001 Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
7878819195
14
rarian.spec
14
rarian.spec
@ -1,6 +1,6 @@
|
||||
Name: rarian
|
||||
Version: 0.8.1
|
||||
Release: 23
|
||||
Release: 24
|
||||
License: LGPLv2+
|
||||
Summary: Documentation meta-data library
|
||||
URL: http://rarian.freedesktop.org/
|
||||
@ -14,7 +14,7 @@ Requires(post): libxml2
|
||||
Requires(postun): libxml2
|
||||
Requires: libxslt coreutils util-linux gawk
|
||||
|
||||
BuildRequires: gcc-c++ libxslt-devel
|
||||
BuildRequires: gcc-c++ libxslt-devel chrpath
|
||||
|
||||
%description
|
||||
Rarian is designed to be a replacement for scrollkeeper. It is
|
||||
@ -58,6 +58,13 @@ mkdir -p %buildroot%{_datadir}/xml/scrollkeeper/dtds
|
||||
cp %{SOURCE1} %buildroot%{_datadir}/xml/scrollkeeper/dtds
|
||||
%delete_la_and_a
|
||||
|
||||
# remove rpath
|
||||
chrpath -d %buildroot%{_bindir}/rarian-example
|
||||
chrpath -d %buildroot%{_bindir}/rarian-sk-preinstall
|
||||
chrpath -d %buildroot%{_bindir}/rarian-sk-get-cl
|
||||
chrpath -d %buildroot%{_bindir}/rarian-sk-migrate
|
||||
chrpath -d %buildroot%{_bindir}/rarian-sk-gen-uuid
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%post compat
|
||||
@ -103,6 +110,9 @@ fi
|
||||
%{_datadir}/help
|
||||
|
||||
%changelog
|
||||
* Wed Sep 08 2021 shixuantong <shixuantong@huawei.com> - 0.8.1-24
|
||||
- remove rpath
|
||||
|
||||
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.8.1-23
|
||||
- spec modified
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user