!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
|
Name: rarian
|
||||||
Version: 0.8.1
|
Version: 0.8.1
|
||||||
Release: 23
|
Release: 24
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: Documentation meta-data library
|
Summary: Documentation meta-data library
|
||||||
URL: http://rarian.freedesktop.org/
|
URL: http://rarian.freedesktop.org/
|
||||||
@ -14,7 +14,7 @@ Requires(post): libxml2
|
|||||||
Requires(postun): libxml2
|
Requires(postun): libxml2
|
||||||
Requires: libxslt coreutils util-linux gawk
|
Requires: libxslt coreutils util-linux gawk
|
||||||
|
|
||||||
BuildRequires: gcc-c++ libxslt-devel
|
BuildRequires: gcc-c++ libxslt-devel chrpath
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rarian is designed to be a replacement for scrollkeeper. It is
|
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
|
cp %{SOURCE1} %buildroot%{_datadir}/xml/scrollkeeper/dtds
|
||||||
%delete_la_and_a
|
%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 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post compat
|
%post compat
|
||||||
@ -103,6 +110,9 @@ fi
|
|||||||
%{_datadir}/help
|
%{_datadir}/help
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.8.1-23
|
||||||
- spec modified
|
- spec modified
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user