From 317c8cf617a8c1f3d2376e5cee09d64dfdd94a14 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:07:50 +0100 Subject: [PATCH] automatic version update by autodist [release 1.3.0-1mamba;Tue Jan 17 2023] --- libwebp.spec | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/libwebp.spec b/libwebp.spec index f1741f3..ff9f6c0 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -1,27 +1,22 @@ Name: libwebp -Version: 1.2.3 +Version: 1.3.0 Release: 1mamba Summary: A method of lossy compression that can be used on photographic images Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino +Packager: Silvan Calarco URL: https://developers.google.com/speed/webp/?csw=1 Source: http://downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz -#Source: http://webp.googlecode.com/files/libwebp-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libfreeglut-devel BuildRequires: libgif-devel BuildRequires: libglvnd-devel -BuildRequires: libjbig-devel BuildRequires: libjpeg-devel -BuildRequires: liblzma-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel -BuildRequires: libz-devel -BuildRequires: libzstd-devel ## AUTOBUILDREQ-END %description @@ -36,8 +31,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel WebP is a method of lossy compression that can be used on photographic images. The degree of compression is adjustable so a user can choose the trade-off between file size and image quality. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %package tools Group: Applications/Graphics @@ -47,14 +41,15 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tools WebP is a method of lossy compression that can be used on photographic images. The degree of compression is adjustable so a user can choose the trade-off between file size and image quality. - This package contains utility applications for %{name}. +%debug_package + %prep %setup -q +./autogen.sh %build -./autogen.sh %configure \ --enable-libwebpmux \ --enable-libwebpdemux \ @@ -77,6 +72,7 @@ This package contains utility applications for %{name}. %files %defattr(-,root,root) +%{_libdir}/libsharpyuv.so.* %{_libdir}/libwebp.so.* %{_libdir}/libwebpmux.so.* %{_libdir}/libwebpdemux.so.* @@ -88,14 +84,14 @@ This package contains utility applications for %{name}. %defattr(-,root,root) %dir %{_includedir}/webp %{_includedir}/webp/*.h -%{_libdir}/libwebpdecoder.la +%dir %{_includedir}/webp/sharpyuv +%{_includedir}/webp/sharpyuv/*.h +%{_libdir}/libsharpyuv.so %{_libdir}/libwebpdecoder.so -%{_libdir}/libwebpmux.la %{_libdir}/libwebpmux.so -%{_libdir}/libwebp.la %{_libdir}/libwebp.so -%{_libdir}/libwebpdemux.la %{_libdir}/libwebpdemux.so +%{_libdir}/pkgconfig/libsharpyuv.pc %{_libdir}/pkgconfig/libwebp.pc %{_libdir}/pkgconfig/libwebpdemux.pc %{_libdir}/pkgconfig/libwebpdecoder.pc @@ -113,6 +109,12 @@ This package contains utility applications for %{name}. %{_mandir}/man1/* %changelog +* Tue Jan 17 2023 Automatic Build System 1.3.0-1mamba +- automatic version update by autodist + +* Sat Aug 06 2022 Automatic Build System 1.2.4-1mamba +- automatic version update by autodist + * Sun Jul 17 2022 Automatic Build System 1.2.3-1mamba - automatic version update by autodist