rebuilt with --enable-libwebpmux --enable-libwebpdecoder --enable-libwebpextras [release 1.0.0-2mamba;Thu May 03 2018]
This commit is contained in:
parent
e2d7b1c42c
commit
e76062c023
21
libwebp.spec
21
libwebp.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libwebp
|
Name: libwebp
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A method of lossy compression that can be used on photographic images
|
Summary: A method of lossy compression that can be used on photographic images
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,6 +14,7 @@ License: BSD
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libfreeglut-devel
|
BuildRequires: libfreeglut-devel
|
||||||
|
BuildRequires: libgif-devel
|
||||||
BuildRequires: libjbig-devel
|
BuildRequires: libjbig-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
@ -55,7 +56,10 @@ This package contains utility applications for %{name}.
|
|||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
|
--enable-libwebpmux \
|
||||||
--enable-libwebpdemux \
|
--enable-libwebpdemux \
|
||||||
|
--enable-libwebpdecoder \
|
||||||
|
--enable-libwebpextras \
|
||||||
--with-pnglibdir=%{_libdir} \
|
--with-pnglibdir=%{_libdir} \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
@ -74,7 +78,9 @@ This package contains utility applications for %{name}.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libwebp.so.*
|
%{_libdir}/libwebp.so.*
|
||||||
|
%{_libdir}/libwebpmux.so.*
|
||||||
%{_libdir}/libwebpdemux.so.*
|
%{_libdir}/libwebpdemux.so.*
|
||||||
|
%{_libdir}/libwebpdecoder.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog NEWS README
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
@ -82,21 +88,34 @@ This package contains utility applications for %{name}.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/webp
|
%dir %{_includedir}/webp
|
||||||
%{_includedir}/webp/*.h
|
%{_includedir}/webp/*.h
|
||||||
|
%{_libdir}/libwebpdecoder.la
|
||||||
|
%{_libdir}/libwebpdecoder.so
|
||||||
|
%{_libdir}/libwebpmux.la
|
||||||
|
%{_libdir}/libwebpmux.so
|
||||||
%{_libdir}/libwebp.la
|
%{_libdir}/libwebp.la
|
||||||
%{_libdir}/libwebp.so
|
%{_libdir}/libwebp.so
|
||||||
%{_libdir}/libwebpdemux.la
|
%{_libdir}/libwebpdemux.la
|
||||||
%{_libdir}/libwebpdemux.so
|
%{_libdir}/libwebpdemux.so
|
||||||
%{_libdir}/pkgconfig/libwebp.pc
|
%{_libdir}/pkgconfig/libwebp.pc
|
||||||
%{_libdir}/pkgconfig/libwebpdemux.pc
|
%{_libdir}/pkgconfig/libwebpdemux.pc
|
||||||
|
%{_libdir}/pkgconfig/libwebpdecoder.pc
|
||||||
|
%{_libdir}/pkgconfig/libwebpmux.pc
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cwebp
|
%{_bindir}/cwebp
|
||||||
%{_bindir}/dwebp
|
%{_bindir}/dwebp
|
||||||
%{_bindir}/vwebp
|
%{_bindir}/vwebp
|
||||||
|
%{_bindir}/gif2webp
|
||||||
|
%{_bindir}/img2webp
|
||||||
|
%{_bindir}/webpinfo
|
||||||
|
%{_bindir}/webpmux
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 03 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
||||||
|
- rebuilt with --enable-libwebpmux --enable-libwebpdecoder --enable-libwebpextras
|
||||||
|
|
||||||
* Sun Apr 29 2018 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
* Sun Apr 29 2018 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user