Don't manually and incorrectly install vwebp, Makefile already does it correctly (#1836640)

This commit is contained in:
Sandro Mani 2020-05-18 10:32:08 +02:00
parent 2220d72fd4
commit ff346687e1

View File

@ -2,7 +2,7 @@
Name: libwebp
Version: 1.1.0
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://webmproject.org/
Summary: Library and tools for the WebP graphics format
# Additional IPR is licensed as well. See PATENTS file for details
@ -103,7 +103,6 @@ jar cvf ../libwebp.jar com/google/webp/*.class
%install
%make_install
install -m 755 examples/vwebp %{buildroot}%{_bindir}/vwebp
find "%{buildroot}/%{_libdir}" -type f -name "*.la" -delete
# swig generated Java bindings
@ -143,6 +142,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
%changelog
* Mon May 18 2020 Sandro Mani <manisandro@gmail.com> - 1.1.0-3
- Don't manually and incorrectly install vwebp, Makefile already does it correctly (#1836640)
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild