On Tue, Mar 16, 2004 at 07:14:51PM +0100, Tomasz Gandor wrote:
W li?›cie z wto, 16-03-2004, godz. 17:44, Emil Jerabek pisze:
I've built Fedora binaries now (.tar.gz, I have no idea how to create rpm packages). Where can I upload it?
There is no problem - if you have the tarball, you should use the rpmbuild command (if you have installed all programmers packages, as I did, you must have it). I guess it may be present in the very basic installation of Fedora.
As you're successful in building the binaries, this should not make you much trouble. It is just matter of adding some command line switches. Or, also, you can have a directory with the installation, then you type: rpmbuild --buildroot /usr/bin/gpc gpc.rpm
- this is just my theoretical wild guess...
But I plan to ivestigate into this topic.
Yes, I know, using rpmbuild is quite straightforward. The tricky part is to write a spec file.
Emil