Compare commits

..

No commits in common. "5fc1eac7ae9cf72c704a91c7db1c0b6af11c779b" and "826d996b652b5d1365cbecc91eebb3222a84c235" have entirely different histories.

3 changed files with 0 additions and 63 deletions

Binary file not shown.

View File

@ -1,59 +0,0 @@
Name: pngquant
Version: 2.18.0
Release: 2
Summary: PNG quantitative tool for reducing the size of the image file
License: GPLv3+
URL: http://pngquant.org
Source0: https://github.com/pornel/pngquant/archive/%{version}/pngquant-%{version}.tar.gz
BuildRequires: libpng-devel >= 1.2.46-1 zlib-devel >= 1.2.3-1 lcms2-devel libimagequant-devel >= %{version} gcc
%if "%{?toolchain}" == "clang"
BuildRequires: libomp-devel
%endif
Requires: libpng >= 1.2.46-1 zlib >= 1.2.3-1 libimagequant >= %{version}
%description
Pngquant converts a 24/32-bit RGBA PNG image into an 8-bit palette that retains the alpha channel. Such images
are compatible with all modern web browsers and can use compatibility settings to help reduce transparency in
Internet Explorer 6.
%package help
Summary: Documentation for pngquant
%description help
This package provides documentation for pngquant.
%prep
%autosetup -n pngquant-%{version} -p1
%build
export CFLAGS="%{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC"
%configure --with-openmp --with-libimagequant
%make_build
%install
%make_install
%check
%make_build test
%files
%doc README.md CHANGELOG COPYRIGHT
%{_bindir}/%{name}
%files help
%{_mandir}/man1/%{name}.1*
%changelog
* Thu Aug 29 2024 wangqiang <wangqiang1@kylinos.cn> - 2.18.0-2
- Support build with clang
* Wed Apr 12 2023 liyanan <thistleslyn@163.com> - 2.18.0-1
- Update to 2.18.0
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 2.12.5-3
- Completing build dependencies
* Fri Dec 13 2019 fengbing <fengbing7@huawei.com> - 2.12.5-2
- Package init

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: pornel/pngquant
tag_prefix: ^v
seperator: .