remove rpath
This commit is contained in:
parent
44edd9900b
commit
ffc26f8494
@ -1,6 +1,6 @@
|
|||||||
Name: babl
|
Name: babl
|
||||||
Version: 0.1.56
|
Version: 0.1.56
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Pixel encoding and color space conversion engine in C
|
Summary: Pixel encoding and color space conversion engine in C
|
||||||
License: LGPLv3+ and GPLv3+
|
License: LGPLv3+ and GPLv3+
|
||||||
URL: http://www.gegl.org/babl/
|
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*
|
rm -rf "$RPM_BUILD_ROOT/%{_docdir}/%{name}-devel/html"/graphics/Makefile*
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
|
chrpath -d %{buildroot}/%{_libdir}/%{name}-0.1/*.so
|
||||||
|
|
||||||
%check
|
%check
|
||||||
cd tests
|
cd tests
|
||||||
for problematic in %nil; do
|
for problematic in %nil; do
|
||||||
@ -71,6 +73,9 @@ make check
|
|||||||
%doc %{_docdir}/%{name}-devel/html
|
%doc %{_docdir}/%{name}-devel/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 0.1.56-4
|
||||||
- Add gcc in BuildRequires
|
- Add gcc in BuildRequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user