]> git.pld-linux.org Git - packages/zip.git/commitdiff
- fixed %setup
authormarcus <marcus@pld-linux.org>
Sun, 7 Oct 2001 17:14:58 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zip.spec -> 1.21

zip.spec

index 8e569873d463f55765d5ea24359d864159ffd3c5..8dbed0f62df3a1fa523999d41eaafb72d205cb16 100644 (file)
--- a/zip.spec
+++ b/zip.spec
@@ -16,6 +16,8 @@ Patch0:               %{name}-zmem.patch
 BuildPrereq:   unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _unzipbin /usr/bin/unzip -o
+
 %description
 The zip program is a compression and file packaging utility. Zip is
 analogous to a combination of the UNIX tar and compress commands and
@@ -49,8 +51,8 @@ yaz
 bir birleĆ¾imi gibidir ve PKZIP uyumludur.
 
 %prep
-%setup  -q 
-unzip -o $RPM_SOURCE_DIR/zcrypt28.zip
+%setup  -q -a0 -a1 < echo "A"
+#unzip -o $RPM_SOURCE_DIR/zcrypt28.zip
 
 %patch0 -p1
 
This page took 0.08017 seconds and 4 git commands to generate.