[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Building for a Python application
- From: James Olin Oden <joden malachi lee k12 nc us>
- To: rpm-list redhat com
- Subject: Re: Building for a Python application
- Date: Tue, 29 Apr 2003 06:35:22 -0400 (EDT)
On 28 Apr 2003, Neil Hodge wrote:
> All:
>
> This is probably more of a protocol question(s), but here it goes:
>
> I have an app I would like to distribute, which is a python application.
>
> 1. Should I package this as a source rpm, or a binary rpm? I would
> think source. But I need it to be in a /usr/share/... type location.
> That being the case:
>
A source RPM is usd to distribute everything needed to build the
binary rpm's; in other words its a tiny reproducible build environment
(to some extent). You will need to build both, but to install your
python modules you would use the binary rpm's you generate.
All that being said what your really need to do is read
maximum rpm. Its on the rpm web site.
Cheers...james
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]