Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c348127e53
!14 [sync] PR-13: fix package
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2024-04-09 13:18:54 +00:00
wyxaihjr
9192785f18 fix package
(cherry picked from commit 4f92ec4331a71c7bf9be211ddd34444702bf14e1)
2024-04-09 19:12:53 +08:00
openeuler-ci-bot
c2f700a5ef
!9 fix issue:源代码 Makefile 文件指定了使用 gcc 编译器进行编译,导致编译失败。
From: @zhangchao13 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-05-25 08:03:18 +00:00
zhangchao13
75a0ce9b43 fix issue:源代码 Makefile 文件指定了使用 gcc 编译器进行编译,导致编译失败。 2023-04-23 10:39:37 +08:00
openeuler-ci-bot
3dcd48dbce
!8 update 2.7
From: @znzjugod 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
2023-01-29 03:40:41 +00:00
znzjugod
e3927dd681 update to 2.7 2023-01-19 11:37:45 +08:00
openeuler-ci-bot
31f10c448a
!5 【轻量级 PR】:rebuild for next release
From: @markeryang 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-10-27 01:43:02 +00:00
Markeryang
3694755023
update for mass rebuild and upgrade verification 2022-10-25 07:21:48 +00:00
openeuler-ci-bot
bde78f1b70 !2 update to version 2.6
Merge pull request !2 from 郭昭睿/master
2021-12-28 13:11:11 +00:00
guozhaorui
394f29d458 update version to 2.6 2021-12-03 10:39:10 +08:00
4 changed files with 50 additions and 2 deletions

22
0001-pigz-fix-cc.patch Normal file
View File

@ -0,0 +1,22 @@
From 568d3b532e8861fdde4e3b16be8af692d5eac032 Mon Sep 17 00:00:00 2001
From: zhangchao13 <chaozhangm@isoftstone.com>
Date: Sun, 23 Apr 2023 10:33:13 +0800
Subject: [PATCH] pigz-fix-cc
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b1866cf..0fc97fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC=gcc
+CC?=gcc
CFLAGS=-O3 -Wall -Wextra -Wno-unknown-pragmas -Wcast-qual
LDFLAGS=
# CFLAGS=-O3 -Wall -Wextra -Wno-unknown-pragmas -Wcast-qual -g -fsanitize=thread
--
2.33.0

Binary file not shown.

BIN
pigz-2.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
#spec from source code(%{name}-%{version}.tar.gz)
Name: pigz
Version: 2.4
Release: 7
Version: 2.7
Release: 3
Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
License: zlib
Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
URL: http://www.zlib.net/pigz
BuildRequires: zlib-devel gcc
Patch0: 0001-pigz-fix-cc.patch
%description
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that
@ -16,6 +17,7 @@ Mark Adler, and uses the zlib and pthread libraries.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
@ -40,6 +42,30 @@ make test
%{_mandir}/man1/pigz.1*
%changelog
* Sun Mar 10 2024 wyxhjr <yuexiang.oerv@isrc.iscas.ac.cn> - 2.7-3
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: fix software package
* Sun Apr 23 2023 Zhang Chao <chaozhangm@isoftstone.com> - 2.7-2
- Fix CC compiler support
* Thu Jan 19 2023 zhangnan <zhangnan134@huawei.com> - 2.7-1
- update to 2.7
* Tue Oct 25 2022 yanglongkang<yanglongkang@h-partners.com> - 2.6-2
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: rebuild for next release
* Fri Dec 3 2021 guozhaorui<guozhaorui1@huawei.com> - 2.6-1
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: update version to 2.6
* Wed Dec 4 2019 shenyangyang<shenyangyang4@huawei.com> - 2.4-7
- Type: enhancement
- ID: NA