diff --git a/babl.spec b/babl.spec index 5374227..382cb81 100644 --- a/babl.spec +++ b/babl.spec @@ -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 - 0.1.56-5 +- Remove rpath + * Mon May 31 2021 baizhonggui - 0.1.56-4 - Add gcc in BuildRequires