|
|
|
@ -1,14 +1,15 @@
|
|
|
|
|
%global libname libimagequant
|
|
|
|
|
|
|
|
|
|
Name: pngquant
|
|
|
|
|
Version: 2.3.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.3.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
|
%{?el5:Group: Applications/Multimedia}
|
|
|
|
|
|
|
|
|
|
License: BSD with advertising
|
|
|
|
|
|
|
|
|
|
URL: http://%{name}.org
|
|
|
|
|
Source0: %{url}/%{name}-%{version}-src.tar.bz2
|
|
|
|
|
Source0: http://github.srcurl.net/pornel/%{name}/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Patch0: %{name}-2.3.0_fix-Makefile.patch
|
|
|
|
|
|
|
|
|
@ -119,6 +120,9 @@ install -pm 0644 %{name}.1 \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 17 2014 Sérgio Basto <sergio@serjux.com> - 2.3.1-1
|
|
|
|
|
- New bug fixing release
|
|
|
|
|
|
|
|
|
|
* Sat Sep 27 2014 Sérgio Basto <sergio@serjux.com> - 2.3.0-2
|
|
|
|
|
- Disable SSE on i386, to workaround building on i386 ,
|
|
|
|
|
https://github.com/pornel/pngquant/issues/122
|
|
|
|
|