RE: Creating RPMS from source without Makefile
- From: "Mertens, Bram" <mertensb@xxxxxxxxxxxx>
- Date: Tue, 16 Oct 2007 08:49:55 +0200
Mazda Motor Logistics Europe NV, Blaasveldstraat 162, B-2830 Willebroek
VAT BE 406.024.281, RPR Mechelen, ING 310-0092504-52, IBAN : BE64 3100 0925 0452, SWIFT : BBRUBEBB
-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx
[mailto:redhat-list-bounces@xxxxxxxxxx] On Behalf Of Karl Latiss
Sent: dinsdag 16 oktober 2007 5:21
To: General Red Hat Linux discussion list
Subject: Re: Creating RPMS from source without Makefile
On Mon, 2007-10-15 at 15:35 +0200, Mertens, Bram wrote:
Hi,I'd like to
For several applications/tools I'd like to create an RPM to make
maintenance easier. However some of these come without a Makefile
(usually just untar in the correct directory). For others
add some additional (configuration) files and such.patches and
According to the maximum rpm book it is recommended to keep
such separate from the original sources (pristine sources).But so far
I've been unable to find an explanation on how exactly toset this up.
I've download the httpd source rpm and noticed that it contains someYou may want to start with a package less complex than httpd
additional files in the SOURCES directory which have been added as
additional "SourceX" lines in the spec file. These are installed by
additional "install" commands in the spec file.
to see how
things work.
I wasn't trying to build httpd, I realise it is "quite" complex and
probably not a good example package. But it was the only package I
could think of straight away that would have a number of patches and
additional files (the RH logos).
Is this the recommended approach? Is there a way to groupthese files
somehow? After installing the httpd source rpm the SOURCE dir wasYou may also want to visit
filled with files with no way to determin which were related to the
httpd package wand which not.
http://docs.fedoraproject.org/drafts/rpm-guide-en/ch-creating-
rpms.html
for a simpler walkthrough.
This is one of the docs I started from. But all it says is:
"As covered in Chapter 2, a major tenet of the philosophy behind RPM is
to start with pristine-unmodified--sources. You may need to patch or
customize the sources for your environment, but you can always go back
to the original sources."
And a bit further:
"Start with pristine sources; then patch as needed. A patch is an
automated set of modifications to the source code. Use the diff command
to build a patch and the patch command to apply the patch (that is, to
modify the source code). Keep the original sources separate from any
patches you need to make the software work in your environment."
But I didn't find anything on "best practices" on HOW to organise these
patches. Whether or not to store them in an archive, a separate
directory or just next to the sources.
E.g. Say I want to build two different packages, neither of which
contains a Makefile. Where do I store the Makefile? I can't store them
both in the SOURCES directory as the names would conflict.
And if you build several packages storing the additional files for all
of these in the SOURCES directory will quickly create a mess.
Kind regards
Bram
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- Creating RPMS from source without Makefile
- From: Mertens, Bram
- Re: Creating RPMS from source without Makefile
- From: Karl Latiss
- Creating RPMS from source without Makefile
- Prev by Date: Re: Creating RPMS from source without Makefile
- Next by Date: RE: Creating RPMS from source without Makefile
- Previous by thread: Re: Creating RPMS from source without Makefile
- Next by thread: Telnet connection closes immediately upon connecting
- Index(es):
Relevant Pages
|