|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libwebp13
|
|
|
|
|
Version: 1.3.1
|
|
|
|
|
Release: 2%{?dist}.inferit
|
|
|
|
|
Release: 2%{?dist}.inferit.1
|
|
|
|
|
URL: http://webmproject.org/
|
|
|
|
|
Summary: Library and tools for the WebP graphics format
|
|
|
|
|
# Additional IPR is licensed as well. See PATENTS file for details
|
|
|
|
@ -136,7 +136,7 @@ jar cvf ../libwebp.jar com/google/webp/*.class
|
|
|
|
|
# Native build
|
|
|
|
|
%cmake_install
|
|
|
|
|
/usr/bin/install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/ld.so.conf.d
|
|
|
|
|
/bin/echo %{_libdir}/webp13 >${RPM_BUILD_ROOT}%{_sysconfdir}/ld.so.conf.d/libwebp13.conf
|
|
|
|
|
/bin/echo %{_libdir}/webp13 >${RPM_BUILD_ROOT}%{_sysconfdir}/ld.so.conf.d/libwebp13-%{_arch}.conf
|
|
|
|
|
|
|
|
|
|
find "%{buildroot}/%{_libdir}" -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
|
@ -163,7 +163,7 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
|
|
|
|
%{_libdir}/webp13/libwebpdemux.so.*
|
|
|
|
|
%{_libdir}/webp13/libwebpmux.so.*
|
|
|
|
|
%{_libdir}/webp13/libsharpyuv.so.*
|
|
|
|
|
%{_sysconfdir}/ld.so.conf.d/libwebp13.conf
|
|
|
|
|
%{_sysconfdir}/ld.so.conf.d/libwebp13-%{_arch}.conf
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_libdir}/webp13/libwebp.so
|
|
|
|
@ -196,6 +196,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 28 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.1-2.inferit.1
|
|
|
|
|
- Fix ld conf file name
|
|
|
|
|
|
|
|
|
|
* Sun Sep 17 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.3.1-2.inferit
|
|
|
|
|
- Fix CVE-2023-4863
|
|
|
|
|
|
|
|
|
|