Compare commits

..

No commits in common. "4b788d8f33b17cb5ef1f3a1fa37cb168d0d730ef" and "b09ee5612985c651ff6838260a47dc80b646b74e" have entirely different histories.

3 changed files with 0 additions and 47 deletions

Binary file not shown.

View File

@ -1,43 +0,0 @@
Name: zopfli
Version: 1.0.3
Release: 2
Summary: Compression library programmed in C
License: ASL 2.0
URL: https://github.com/google/zopfli
Source0: https://github.com/google/zopfli/archive/zopfli-%{version}.tar.gz
BuildRequires: gcc-c++
%description
Zopfli Compression Algorithm is a compression library programmed in C to perform
very good, but slow, deflate or zlib compression.
%prep
%autosetup -n zopfli-zopfli-%{version} -p1
%build
make %{?_smp_mflags} CFLAGS="%{optflags}" zopfli zopflipng
%install
mkdir -p %{buildroot}%{_bindir}
cp zopfli zopflipng %{buildroot}%{_bindir}/
chmod 0755 %{buildroot}%{_bindir}/zopfli*
%files
%license COPYING
%doc CONTRIBUTORS README README.zopflipng
%{_bindir}/zopfli*
%changelog
* Thu Oct 27 2022 licihua <licihua@huawei.com> -1.0.3-2
- Delete unused files
* Mon Mar 21 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.0.3-1
- Upgrade to version 1.0.3
* Thu Nov 26 2020 lingsheng <lingsheng@huawei.com> - 1.0.1-9
- Fix invalid read outsize allocated memory
* Mon Jan 6 2020 zhujunhao <zhujunhao5@huawei.com> - 1.0.1-8
- Package init

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: google/zopfli
tag_prefix: "^zopfli-"
separator: "."