Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
494a03e621 | ||
|
|
db88e49875 | ||
|
|
99e31b5ccb | ||
|
|
a7ca2a665a |
5 changed files with 8 additions and 27 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
1
sources
1
sources
|
|
@ -1,2 +1 @@
|
|||
922f7f38f8e50ec353fd5b3102e4d4d6 zcrypt29.tar.gz
|
||||
6bfc076664416251d7624ab3538d1cb9 zip231.tar.gz
|
||||
|
|
|
|||
13
zip.spec
13
zip.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue