|
|
@ -4,14 +4,14 @@
|
|
|
|
%global libname libimagequant
|
|
|
|
%global libname libimagequant
|
|
|
|
|
|
|
|
|
|
|
|
Name: pngquant
|
|
|
|
Name: pngquant
|
|
|
|
Version: 2.7.0
|
|
|
|
Version: 2.7.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPLv3+
|
|
|
|
|
|
|
|
|
|
|
|
URL: http://%{name}.org
|
|
|
|
URL: http://%{name}.org
|
|
|
|
Source0: https://github.com/pornel/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/pornel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: libpng-devel >= 1.2.46-1
|
|
|
|
BuildRequires: libpng-devel >= 1.2.46-1
|
|
|
|
BuildRequires: zlib-devel >= 1.2.3-1
|
|
|
|
BuildRequires: zlib-devel >= 1.2.3-1
|
|
|
@ -86,16 +86,12 @@ make test.shared
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
# EPEL6 support https://fedoraproject.org/wiki/EPEL:Packaging#The_.25license_tag
|
|
|
|
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
|
|
|
%doc README.md CHANGELOG
|
|
|
|
%doc README.md CHANGELOG
|
|
|
|
%license COPYRIGHT
|
|
|
|
%license COPYRIGHT
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{libname}
|
|
|
|
%files -n %{libname}
|
|
|
|
# EPEL6 support https://fedoraproject.org/wiki/EPEL:Packaging#The_.25license_tag
|
|
|
|
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
|
|
|
%license lib/COPYRIGHT
|
|
|
|
%license lib/COPYRIGHT
|
|
|
|
%{_libdir}/%{libname}.so.*
|
|
|
|
%{_libdir}/%{libname}.so.*
|
|
|
|
|
|
|
|
|
|
|
@ -106,6 +102,9 @@ make test.shared
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 15 2016 Sérgio Basto <sergio@serjux.com> - 2.7.1-1
|
|
|
|
|
|
|
|
- Update pngquant 2.7.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 10 2016 Sérgio Basto <sergio@serjux.com> - 2.7.0-1
|
|
|
|
* Tue May 10 2016 Sérgio Basto <sergio@serjux.com> - 2.7.0-1
|
|
|
|
- Update to 2.7.0
|
|
|
|
- Update to 2.7.0
|
|
|
|
- License change to GPLv3+ .
|
|
|
|
- License change to GPLv3+ .
|
|
|
|