Generating rpm spec from autoconf/automake packages for Fedora

Rui Miguel Seabra rms at 1407.org
Wed Jun 16 09:03:41 UTC 2004


On Wed, 2004-06-16 at 14:46 +0800, Didier Casse wrote:
> where we have to specify all the files that have been installed. Since the
> autoconf/automake packages have not been made by me, I do not know which
> files are being installed and I have to do everytime  a "make install" to
> watch which files are being installed!

Why not:

   ./configure --prefix=/tmp/Z
   make
   make install
   cd /tmp/Z
   find

?

That's what I use to make a new package. It is a bit "manual" labour but
I don't mind.

Rui
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20040616/f7b713f4/attachment.sig>


More information about the fedora-devel-list mailing list