!4 del rpath
From: @si-gui Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
34f4e2c032
@ -1,11 +1,11 @@
|
|||||||
Name: teckit
|
Name: teckit
|
||||||
Version: 2.5.7
|
Version: 2.5.7
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: A library and compiler for mapping and transposition
|
Summary: A library and compiler for mapping and transposition
|
||||||
License: LGPLv2+ or CPL
|
License: LGPLv2+ or CPL
|
||||||
URL: https://github.com/silnrsi/teckit
|
URL: https://github.com/silnrsi/teckit
|
||||||
Source0: https://github.com/silnrsi/teckit/releases/download/v%{version}/teckit-%{version}.tar.gz
|
Source0: https://github.com/silnrsi/teckit/releases/download/v%{version}/teckit-%{version}.tar.gz
|
||||||
BuildRequires: expat-devel zlib-devel libtool gcc-c++
|
BuildRequires: expat-devel zlib-devel libtool gcc-c++ chrpath
|
||||||
Patch0000: TECkit_2_5_1-includes.patch
|
Patch0000: TECkit_2_5_1-includes.patch
|
||||||
Patch0001: teckit-2.5.7-Remove-compressed-image-test.patch
|
Patch0001: teckit-2.5.7-Remove-compressed-image-test.patch
|
||||||
%description
|
%description
|
||||||
@ -37,6 +37,7 @@ rm -r zlib*
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -65,6 +66,9 @@ make check
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 09 2021 sunguoshuai <sunguoshuai@huawei.com> - 2.5.7-6
|
||||||
|
- del rpath in some binaries
|
||||||
|
|
||||||
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.5.7-5
|
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.5.7-5
|
||||||
- Completing build dependencies to fix gcc-c++ compiler missing error
|
- Completing build dependencies to fix gcc-c++ compiler missing error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user