1 Star 0 Fork 44

tiberium/zip

forked from src-openEuler/zip 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zip.spec 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
Name: zip
Version: 3.0
Release: 31
Summary: A compression and file packaging/archive utility
License: Info-ZIP
URL: http://www.info-zip.org/Zip.html
Source0: http://downloads.sourceforge.net/infozip/zip30.tar.gz
# Patch1 to patch6 get from fedora
Patch1: zip-3.0-exec-shield.patch
Patch2: zip-3.0-currdir.patch
Patch3: zip-3.0-time.patch
Patch4: man.patch
Patch5: zip-3.0-format-security.patch
Patch6: zipnote.patch
Patch7: zip-fix-cc.patch
Patch8: zip-fix-type-conflict.patch
Patch6000: CVE-2018-13410.patch
Patch9000: openEuler-Cleanup-residual-temporary-file.patch
BuildRequires: bzip2-devel gcc
%description
The zip program is a compression and file packaging utility. Zip has one
compression method and can also store files without compression.
Zip automatically chooses the better of the two for each file. Compression
ratios of 2:1 to 3:1 are common for text files.
%package help
Summary: Documents and manuals related to zip
BuildArch: noarch
%description help
This package contains the documents and manuals related to zip.
%prep
%autosetup -n zip30 -p1
%build
%make_build -f unix/Makefile prefix=%{_prefix} "CFLAGS_NOOPT=-I. -DUNIX $RPM_OPT_FLAGS" generic
%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
%make_install -f unix/Makefile prefix=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}/man1
%files
%defattr(-,root,root)
%doc README CHANGES TODO WHATSNEW WHERE README.CR
%doc proginfo/algorith.txt
%license LICENSE
%{_bindir}/zip*
%files help
%{_mandir}/man1/zip*
%changelog
* Fri Nov 10 2023 luofeng <luofeng13@huawei.com> - 3.0-31
- support clang build
* Fri May 27 2022 konglidong <konglidong@uniontech.com> - 3.0-30
- modify bad date in %changelog
* Tue Aug 03 2021 shixuantong <shixuantong@huawei.com> - 3.0-29
- remove unnecessary installation dependencies
* Mon Jun 21 2021 shixuantong <shixuantong@huawei.com> - 3.0-28
- revert zip-3.0-crc-builtin.patch
* Sun May 9 2021 hanzhelii <182212254@bjtu.edu.cn> - 3.0-27
- Add zip-3.0-crc-builtin.patch
* Tue Dec 8 2020 wuchaochao <wuchaochao4@huawei.com> - 3.0-26
- Add openEuler-Cleanup-residual-temporary-file.patch
* Fri Feb 14 2020 chengquan <chengquan3@huawei.com> - 3.0-25
- Add gcc BuildRequire
* Tue Sep 3 2019 dongjian <dongjian13@huawei.com> - 3.0-24
- Rebuild and modify the description
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tiberium/zip.git
git@gitee.com:tiberium/zip.git
tiberium
zip
zip
master

搜索帮助