legacy package [release 0.3.1-2mamba;Tue Aug 18 2015]
This commit is contained in:
parent
edbf937826
commit
7da1755c07
@ -1,2 +1,5 @@
|
||||
# libwebp4
|
||||
|
||||
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.
|
||||
|
||||
|
109
libwebp4.spec
Normal file
109
libwebp4.spec
Normal file
@ -0,0 +1,109 @@
|
||||
Name: libwebp4
|
||||
Version: 0.3.1
|
||||
Release: 2mamba
|
||||
Summary: WebP library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://code.google.com/speed/webp/
|
||||
Source: http://webp.googlecode.com/files/libwebp-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
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.
|
||||
|
||||
%package tools
|
||||
Group: Applications/Graphics
|
||||
Summary: The WebP command line tools
|
||||
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}.
|
||||
|
||||
%prep
|
||||
%setup -q -n libwebp-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure \
|
||||
--disable-static
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog NEWS README
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/webp
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-2mamba
|
||||
- legacy package
|
||||
|
||||
* Fri Jun 28 2013 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 02 2013 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 10 2012 Automatic Build System <autodist@mambasoft.it> 0.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 0.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.3-1mamba
|
||||
- update to 0.1.3
|
||||
|
||||
* Sat May 28 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.1.2-1mamba
|
||||
- update to 0.1.2
|
||||
|
||||
* Mon Nov 29 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.0.4-1mamba
|
||||
- update to 0.0.4
|
||||
|
||||
* Fri Oct 01 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.0.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user