rebuilt with --enable-libwebpdemux [release 0.5.1-2mamba;Tue Nov 01 2016]
This commit is contained in:
parent
9cdc276a68
commit
981cbca481
30
libwebp.spec
30
libwebp.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libwebp
|
Name: libwebp
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
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
|
||||||
@ -12,8 +12,13 @@ Source: http://downloads.webmproject.org/releases/webp/libwebp-%{version}
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libGL-devel
|
||||||
|
BuildRequires: libfreeglut-devel
|
||||||
|
BuildRequires: libjbig-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -50,6 +55,7 @@ This package contains utility applications for %{name}.
|
|||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
|
--enable-libwebpdemux \
|
||||||
--with-pnglibdir=%{_libdir} \
|
--with-pnglibdir=%{_libdir} \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
@ -67,23 +73,33 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libwebp.so.*
|
||||||
|
%{_libdir}/libwebpdemux.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog NEWS README
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/webp
|
%dir %{_includedir}/webp
|
||||||
%{_libdir}/*.la
|
%{_includedir}/webp/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libwebp.la
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/libwebp.so
|
||||||
|
%{_libdir}/libwebpdemux.la
|
||||||
|
%{_libdir}/libwebpdemux.so
|
||||||
|
%{_libdir}/pkgconfig/libwebp.pc
|
||||||
|
%{_libdir}/pkgconfig/libwebpdemux.pc
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/cwebp
|
||||||
|
%{_bindir}/dwebp
|
||||||
|
%{_bindir}/vwebp
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
||||||
|
- rebuilt with --enable-libwebpdemux
|
||||||
|
|
||||||
* Sat Jul 23 2016 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
* Sat Jul 23 2016 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user