- enable bzip-2 support

- fix bogus date in changelog section
This commit is contained in:
Michal Luscon 2013-02-25 14:45:10 +01:00
parent 1570398e01
commit 8de2a94c4b

View File

@ -1,7 +1,7 @@
Summary: A file compression and packaging utility compatible with PKZIP Summary: A file compression and packaging utility compatible with PKZIP
Name: zip Name: zip
Version: 3.0 Version: 3.0
Release: 6%{?dist} Release: 7%{?dist}
License: BSD License: BSD
Group: Applications/Archiving Group: Applications/Archiving
Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz
@ -13,6 +13,7 @@ Patch1: zip-3.0-exec-shield.patch
Patch2: zip-3.0-currdir.patch Patch2: zip-3.0-currdir.patch
# Not upstreamed. # Not upstreamed.
Patch3: zip-3.0-time.patch Patch3: zip-3.0-time.patch
BuildRequires: bzip2-devel
%description %description
The zip program is a compression and file packaging utility. Zip is The zip program is a compression and file packaging utility. Zip is
@ -54,6 +55,10 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \
%{_mandir}/man1/zipsplit.1* %{_mandir}/man1/zipsplit.1*
%changelog %changelog
* Sat Feb 23 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.0-7
- Enable bzip2 support.
- Fix bogus date in %%changelog.
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-6 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@ -175,7 +180,7 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild. - Bump release + rebuild.
* Thu Aug 25 2000 Bill Nottingham <notting@redhat.com> * Fri Aug 25 2000 Bill Nottingham <notting@redhat.com>
- add encryption code (#16878) - add encryption code (#16878)
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com> * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>