!9 Add a BuildRquires for gcc
From: @liuyumeng1 Reviewed-by: @shirely16,@small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
029fa3845d
@ -1,6 +1,6 @@
|
|||||||
Name: libimagequant
|
Name: libimagequant
|
||||||
Version: 2.14.0
|
Version: 2.14.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Palette quantization library
|
Summary: Palette quantization library
|
||||||
License: GPLv3+ and MIT
|
License: GPLv3+ and MIT
|
||||||
URL: https://github.com/ImageOptim/libimagequant
|
URL: https://github.com/ImageOptim/libimagequant
|
||||||
@ -9,6 +9,8 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|||||||
Patch0000: libimagequant_solibperm.patch
|
Patch0000: libimagequant_solibperm.patch
|
||||||
Patch0001: libimagequant_omp.patch
|
Patch0001: libimagequant_omp.patch
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The portable C library can convert RGBA images into
|
The portable C library can convert RGBA images into
|
||||||
8-bit indexed color images with high quality.
|
8-bit indexed color images with high quality.
|
||||||
@ -46,6 +48,9 @@ rm -f %{buildroot}%{_libdir}/%{name}.a
|
|||||||
%{_libdir}/pkgconfig/imagequant.pc
|
%{_libdir}/pkgconfig/imagequant.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 08 2021 liuyumeng <liuyumeng5@huawei.com> - 2.14.0-2
|
||||||
|
- Add a BuildRequires for gcc
|
||||||
|
|
||||||
* Tue Feb 02 2021 zhanzhimin <zhanzhimin@huawei.com> - 2.14.0-1
|
* Tue Feb 02 2021 zhanzhimin <zhanzhimin@huawei.com> - 2.14.0-1
|
||||||
- update to 2.14.0
|
- update to 2.14.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user