I can think of two good choices.
1) convert the zip file to a tarred and gziped
   file. Then add it to the Source list, so you
   have 2 source files
2) make a patch file that will change the dummy
   crypt file to the real ones. 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 ?
try:

unzip ${RPM_SOURCE_DIR}/zcrypt28.zip

The %prep does a 'cd ${RPM_BUILD_DIR}' for you.

        -Thomas



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to