Re: zip/unzip with zcrypt support

2000-07-12 Thread Mike A. Harris
s. Put that in the > spec file under patches. > >Is the source file in the original rpm a zip or tar/gzip >archive? Last reseort that isn't very portable > >unzip /usr/src/redhat/SOURCES/zcrypt28.zip > >What the $RPM_??? variable that points to /usr/src/redhat ? >t

Re: zip/unzip with zcrypt support

2000-07-11 Thread Thomas Dodd
in the original rpm a zip or tar/gzip archive? Last reseort that isn't very portable unzip /usr/src/redhat/SOURCES/zcrypt28.zip What the $RPM_??? variable that points to /usr/src/redhat ? try: unzip ${RPM_SOURCE_DIR}/zcrypt28.zip The %prep does a 'cd ${RPM_BUILD_DIR}' for you.

crypt'd zip/unzip RPM problem solved.

2000-07-10 Thread Mike A. Harris
Thanks very much to those who replied to my problem getting a crypted version of zip and unzip. I've managed to download a source RPM for a slightly older version of the programs and have used the info in it's spec file to modify the new version's spec file. I've successful

zip/unzip with zcrypt support

2000-07-10 Thread Mike A. Harris
I'm trying to build an RPM packaged version of Infozip zip utilities with encryption support. I've downloaded the source RPM from RedHat 6.2 for zip and unzip, and I've downloaded the needed zcrypt28.zip package from Holland. The contents of the zcrypt28.zip package when unzip

Re: zip/unzip

2000-07-03 Thread Mike A. Harris
On Sun, 2 Jul 2000, Inetconsult AG Dani Ammann wrote: >Date: Sun, 2 Jul 2000 20:22:07 +0200 >From: Inetconsult AG Dani Ammann <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: zip/unzip > >I need to install zip/unzip programms to create und extract >winzi

Re: zip/unzip

2000-07-02 Thread Matt Wilson
The packages you want are shipped in Red Hat Linux. Install the 'zip' and 'unzip' RPM packages. Cheers, Matt On Sun, Jul 02, 2000 at 08:22:07PM +0200, Inetconsult AG Dani Ammann wrote: > I need to install zip/unzip programms to create und extract > winzip

zip/unzip

2000-07-02 Thread Inetconsult AG Dani Ammann
I need to install zip/unzip programms to create und extract winzip compatiple *.zip archives. Could you tell me where i can download the programms and how to install on my redhat linux box ? gzip/gunzip or gz.tar wo'nt do the job for me...i need to create winzip-compatible archives o

Re: Unzip

2000-01-03 Thread Kevin Waterson
Szy wrote: > I have a file(a package) about 10MB and named as *.tar.bz2 > > I can't unzip it can u help me to unzip it? bzip2 -d file.tar.bz2; tar -xvf file.tar Kevin -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Re: Unzip

2000-01-03 Thread Ryan C. Sumner
wrote: > I have a file(a package) about 10MB and named as *.tar.bz2 > > I can't unzip it can u help me to unzip it? > > -- > To unsubscribe: > mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > > -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Unzip

2000-01-03 Thread Szy
I have a file(a package) about 10MB and named as *.tar.bz2 I can't unzip it can u help me to unzip it? -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Re: unzip-5.40-2: broken spec file patch

1999-08-31 Thread Andrew E. Mileski
A full night of sleep always helps. Here is a better patch that doesn't get rid of zipgrep. -- Andrew E. Mileski - Software Engineer Rebel.com http://www.rebel.com/ --- unzip.spec.orig Mon Nov 30 12:29:39 1998 +++ unzip.spec Tue Aug 31 10:36:28 1999 @@ -1,6 +1,6 @@ %define name

unzip-5.40-2: broken spec file patch

1999-08-30 Thread Andrew E. Mileski
Am I the only one who's tried to rebuild unzip-5.40-2.src.rpm? I don't have a clue how the original srpm managed to get generated with a broken spec file (zipgrep is no longer built it seems). And the old spec file wasn't portable anymore (i386 specific), but I fixed that too.