forked from pool/libimagequant
Accepting request 677182 from graphics
OBS-URL: https://build.opensuse.org/request/show/677182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimagequant?expand=0&rev=2
This commit is contained in:
commit
e73a578b83
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 18:01:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Ensure neutrality of descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 15:42:54 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libimagequant
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,22 +22,22 @@ Name: libimagequant
|
||||
Version: 2.11.3
|
||||
Release: 0
|
||||
Summary: Palette quantization library
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://github.com/ImageOptim/libimagequant
|
||||
Source: https://github.com/ImageOptim/libimagequant/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
Small, portable C library for high-quality conversion of RGBA images to 8-bit
|
||||
indexed-color (palette) images.
|
||||
C library for conversion of RGBA images to 8-bit indexed-color
|
||||
(palette) images.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Palette quantization library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libname}
|
||||
Small, portable C library for high-quality conversion of RGBA images to 8-bit
|
||||
indexed-color (palette) images.
|
||||
C library for conversion of RGBA images to 8-bit indexed-color
|
||||
(palette) images.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libimagequant
|
||||
@ -45,8 +45,8 @@ Group: Development/Languages/C and C++
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description devel
|
||||
Small, portable C library for high-quality conversion of RGBA images to 8-bit
|
||||
indexed-color (palette) images.
|
||||
C library for conversion of RGBA images to 8-bit indexed-color
|
||||
(palette) images.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user