Build a special RPM
am 02.03.2007 11:50:39 von mgamito
Hi,
I want to build a single RPM that has more than one software in it and =
a=20
different name from them.
Let's imagine for the sake of example that i want to make an RPM called=
=20
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Build a special RPM
am 02.03.2007 18:26:05 von terry white
.. 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" ...
--=20
.. 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Build a special RPM
am 03.03.2007 02:54:04 von Thornton Prime
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html