Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
494a03e621 dist-git conversion 2010-07-29 16:31:25 +00:00
Karel Klíč
db88e49875 Renamed exec-shield patch, removed zcrypt 2009-12-03 07:20:37 +00:00
Bill Nottingham
99e31b5ccb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:54 +00:00
Jesse Keating
a7ca2a665a Initialize branch F-12 for zip 2009-09-29 07:28:35 +00:00
5 changed files with 8 additions and 27 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: zip
# $Id: Makefile,v 1.1 2004/09/09 15:14:41 cvsdist Exp $
NAME := zip
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,2 +1 @@
922f7f38f8e50ec353fd5b3102e4d4d6 zcrypt29.tar.gz
6bfc076664416251d7624ab3538d1cb9 zip231.tar.gz

View file

@ -1,14 +1,13 @@
Summary: A file compression and packaging utility compatible with PKZIP
Name: zip
Version: 2.31
Release: 8%{?dist}
Release: 9%{?dist}
License: BSD
Group: Applications/Archiving
Source: http://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz
Source1: ftp://ftp.freesoftware.com/pub/infozip/src/zcrypt29.tar.gz
URL: http://www.info-zip.org/pub/infozip/Zip.html
Patch0: zip23.patch
Patch1: exec-shield.patch
Patch1: zip-2.31-exec-shield.patch
Patch2: zip23-umask.patch
Patch5: zip-2.3-currdir.patch
Patch6: zip-2.31-install.patch
@ -29,9 +28,9 @@ Install the zip package if you need to compress files using the zip
program.
%prep
%setup -q -a 1
%setup -q
%patch0 -p1 -b .zip
%patch1 -p1 -b .zip
%patch1 -p1 -b .exec-shield
%patch2 -p1 -b .umask
%patch5 -p1 -b .currdir
%patch6 -p1 -b .install
@ -72,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/zip.1*
%changelog
* Thu Dec 3 2009 Karel Klic <kklic@redhat.com> - 2.31-9
- Renamed exec-shield.patch to zip-2.31-exec-shield.patch
- Removed zcrypt29.tar.gz as it is no longer necessary
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild