!6 remove rpath

From: @caodongxia
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-09 12:55:19 +00:00 committed by Gitee
commit 9fb25a555b

View File

@ -1,6 +1,6 @@
Name: babl
Version: 0.1.56
Release: 4
Release: 5
Summary: Pixel encoding and color space conversion engine in C
License: LGPLv3+ and GPLv3+
URL: http://www.gegl.org/babl/
@ -42,6 +42,8 @@ cp -pr docs/graphics docs/*.html docs/babl.css "$RPM_BUILD_ROOT/%{_docdir}/%{nam
rm -rf "$RPM_BUILD_ROOT/%{_docdir}/%{name}-devel/html"/graphics/Makefile*
%delete_la
chrpath -d %{buildroot}/%{_libdir}/%{name}-0.1/*.so
%check
cd tests
for problematic in %nil; do
@ -71,6 +73,9 @@ make check
%doc %{_docdir}/%{name}-devel/html
%changelog
* Wed Sep 9 2021 caodongxia <caodongxia@huawei.com> - 0.1.56-5
- Remove rpath
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 0.1.56-4
- Add gcc in BuildRequires