Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4b788d8f33
!11 删除多余文件
From: @licihua 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-27 07:28:21 +00:00
licihua
c48cf51bfa delete unused files 2022-10-27 00:01:04 -04:00
openeuler-ci-bot
03b498df59
!9 版本升级至 1.0.3
From: @licihua 
Reviewed-by: @hanxinke 
Signed-off-by: @hanxinke
2022-03-22 01:27:43 +00:00
licihua
3e021092b3 uprage to 1.0.3 2022-03-21 21:54:19 +08:00
openeuler-ci-bot
5738aeddcc !6 Fix invalid read outsize allocated memory
From: @ultra_planet
Reviewed-by: @licihua
Signed-off-by: @licihua
2020-11-27 15:19:16 +08:00
lingsheng
c6c0aab3cf Fix invalid read outsize allocated memory 2020-11-27 14:15:36 +08:00
openeuler-ci-bot
aea45a11b1 !2 Add zopfli.yaml
Merge pull request !2 from yaokai13/master
2020-05-13 11:37:16 +08:00
yaokai13
3aadf328c4 Add zopfli.yaml 2020-05-07 11:43:18 +08:00
openeuler-ci-bot
5accfce9af !1 add zopfli
Merge pull request !1 from compile_success/master
2020-01-10 14:29:22 +08:00
compile_success
b57f4159fc init 2020-01-10 14:23:23 +08:00
3 changed files with 47 additions and 0 deletions

BIN
zopfli-1.0.3.tar.gz Normal file

Binary file not shown.

43
zopfli.spec Normal file
View File

@ -0,0 +1,43 @@
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

4
zopfli.yaml Normal file
View File

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