[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: building rpm from tar.gz od bz2
- From: Andre Costa <acosta ar microlink com br>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: building rpm from tar.gz od bz2
- Date: Wed, 31 Mar 2004 13:13:00 -0300
On Wed, 31 Mar 2004 15:40:40 +0200
Michal Zeravik <michalz olomouc com> wrote:
> Hi to all,
>
> I red in rpmbuild manual It's possible to build
> binary package from tar archive.
> All I need is to pass right arguments to ./configure script,
> make and build rpm package.
> Does exist any simple way to do it without spec file?
> For example build rpm after make.
Not really -- unless the developer provided such a rule on the app's
Makefile. However, AFAICS providing the spec file would be the easiest
way.
If you tarball has a spec file, you can build binary (and source) RPMs
directly from the tarball with the -ta parameter:
rpm -ta tarball
spec files for trivial cases are not hard to write, check Matthias
Saou's excellent docs at http://freshrpms.net/docs/fight/. Also, don't
forget to check the mandatory reference MaximumRPM
[http://www.rpm.org/max-rpm/]
HTH
Andre
--
Andre Oliveira da Costa
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]