Build a special RPM

Hi,

I want to build a single RPM that has more than one software in it and =
a
different name from them.

Let's imagine for the sake of example that i want to make an RPM called=

databases.rpm that installs both MySQL and Postgres.

How can i do this with a single spec file ?

I've googled for an hour or two and found no info about this issue.

Can someone enlighten me, please ?

WarmRegards,
M=E1rio Gamito
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
mgamito [ Fr, 02 März 2007 11:50 ] [ ID #1645153 ]

Re: Build a special RPM

=2E.. ciao:

: on "3-2-2007" "M=E1rio Gamito" writ:
: I want to build a single RPM that has more than one software in it an=
d a
: different name from them.

personally, i tend to avoid rpm, but man says:

rpm - "basic mode selected ... Build Package from Tarball"

tar - "to tar are the names of the files or directories" ...


--
=2E.. i'm a man, but i can change,
if i have to , i guess ...

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" =
in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
terry white [ Fr, 02 März 2007 18:26 ] [ ID #1645154 ]

Re: Build a special RPM

If all you want to do is require two packages, and you have a good
RPM-based package dependency system, just put both packages in
Requires: and build an empty RPM. (I do this all the time).

If you want something more complicated, go read the book at
www.rpm.org, download the SRPMs for one or both packages, and start
merging them.

~ thornton
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Thornton Prime [ Sa, 03 März 2007 02:54 ] [ ID #1646236 ]
Linux » gmane.linux.admin » Build a special RPM

Vorheriges Thema: Shared /home across distros
Nächstes Thema: Running a program as non root (not trivial)