<br><br><div class="gmail_quote">On Tue, Jul 31, 2012 at 9:38 PM, Zippy Zeppoli <span dir="ltr"><<a href="mailto:zippyzeppoli@gmail.com" target="_blank">zippyzeppoli@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi List,<br>I was wondering, is there a way to take a zip file that just needs to be extracted to a given directory and build the rpm based off the zip file without creating a spec file?<br><br>I saw in some documentation the use of a command as follows:<br>

<br>rpmbuild -tb somezip.zip<br><br>I looked in the man page but didn't see a description for -tb. Is this a valid usage?<br><br></blockquote><div><br></div><div>I don't have zip support in fpm, yet, but you could do this:</div>
<div><br></div><div>% unzip foo-1.2.3.zip</div><div>% fpm -s dir -t rpm -n foo -v 1.2.3 ./</div><div><br></div><div>For more details: <a href="https://github.com/jordansissel/fpm">https://github.com/jordansissel/fpm</a></div>
<div><br></div><div>-Jordan</div></div>