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
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.
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
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
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
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
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
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
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
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
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
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.
12 matches
Mail list logo