Accepting request 542466 from home:dimstar:Factory

Update to 2.11.2 - please forward to openSUSE:Factory, since appstream-glib will start using this

OBS-URL: https://build.opensuse.org/request/show/542466
OBS-URL: https://build.opensuse.org/package/show/graphics/pngquant?expand=0&rev=4
This commit is contained in:
OBS User mrdocs
2017-11-18 22:48:30 +00:00
committed by Git OBS Bridge
parent 4b8737fa73
commit 6f86cdce49
4 changed files with 37 additions and 7 deletions

View File

@@ -17,10 +17,10 @@
Name: pngquant
Version: 2.3.1
Version: 2.11.2
Release: 0
Summary: Converts 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved
License: BSD-2-Clause
License: GPL-3.0+
Group: Development/Tools/Other
Url: http://pngquant.org/
Source: https://github.com/pornel/pngquant/archive/%{version}.tar.gz
@@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: liblcms2-devel
BuildRequires: libpng-devel
BuildRequires: zlib-devel
BuildRequires: libimagequant-devel >= %{version}
%description
pngquant is a command-line utility and a library for lossy compression of PNG images.
@@ -54,7 +55,7 @@ modern web browsers, and have better fallback in IE6 than 24-bit PNGs.
%__mkdir -p %buildroot%_bindir %buildroot%_docdir/%name
install --mode 0755 --strip %name %buildroot%_bindir
install --mode 0644 CHANGELOG COPYRIGHT INSTALL README.md %buildroot%_docdir/%name
install --mode 0644 CHANGELOG COPYRIGHT README.md %buildroot%_docdir/%name
%files
%defattr(-, root, root)