Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecf7ee8bfe |
1 changed files with 5 additions and 1 deletions
6
zip.spec
6
zip.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: A file compression and packaging utility compatible with PKZIP
|
||||
Name: zip
|
||||
Version: 3.0
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Archiving
|
||||
Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz
|
||||
|
|
@ -18,6 +18,7 @@ Patch4: man.patch
|
|||
Patch5: zip-3.0-format-security.patch
|
||||
Patch6: zipnote.patch
|
||||
BuildRequires: bzip2-devel
|
||||
Requires: unzip
|
||||
|
||||
%description
|
||||
The zip program is a compression and file packaging utility. Zip is
|
||||
|
|
@ -60,6 +61,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \
|
|||
%{_mandir}/man1/zipsplit.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 26 2015 Petr Stodulka <pstodulk@redhat.com> - 3.0-14
|
||||
- Added requirement for unzip (#1235956)
|
||||
|
||||
* Wed Jan 28 2015 Petr Stodulka <pstodulk@redhat.com> - 3.0-13
|
||||
- fix crashing zipnote when editing .zip files (#1179420)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue