|
|
@ -1,8 +1,8 @@
|
|
|
|
%global libname libimagequant
|
|
|
|
%global libname libimagequant
|
|
|
|
|
|
|
|
|
|
|
|
Name: pngquant
|
|
|
|
Name: pngquant
|
|
|
|
Version: 2.4.0.1
|
|
|
|
Version: 2.4.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
%{?el5:Group: Applications/Multimedia}
|
|
|
|
%{?el5:Group: Applications/Multimedia}
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,6 @@ Source0: http://github.srcurl.net/pornel/%{name}/%{version}/%{name}-%{version
|
|
|
|
#Source0: https://github.com/pornel/%{name}/archive/%{name}-%{version}.tar.gz
|
|
|
|
#Source0: https://github.com/pornel/%{name}/archive/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: %{name}-2.4.0_fix-Makefile.patch
|
|
|
|
Patch0: %{name}-2.4.0_fix-Makefile.patch
|
|
|
|
Patch1: %{name}-2.4.0_fix-epels.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?el5:BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)}
|
|
|
|
%{?el5:BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)}
|
|
|
@ -60,7 +59,6 @@ There is also some brief API-documentation.
|
|
|
|
%global optflags %(echo %{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC )
|
|
|
|
%global optflags %(echo %{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC )
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
rm lib/configure
|
|
|
|
rm lib/configure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -124,6 +122,10 @@ install -Dpm0644 pngquant.1 %{buildroot}/%{_mandir}/man1/pngquant.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 20 2015 Sérgio Basto <sergio@serjux.com> - 2.4.1-1
|
|
|
|
|
|
|
|
- Update to 2.4.1
|
|
|
|
|
|
|
|
- Dropped "epel compile fix" patch
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 2.4.0.1-4
|
|
|
|
* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 2.4.0.1-4
|
|
|
|
- epel compile fix or compile fix for png15
|
|
|
|
- epel compile fix or compile fix for png15
|
|
|
|
|
|
|
|
|
|
|
|