Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60539

Re: Python application for rpm creation

References <CACDG_Kfx_Q3wqemMkafyq1RFHAjVV+18n2yj-OYreoFDAKiP=w@mail.gmail.com> <CAA7_tQLxnVDg_vt3nH_qqKJhGRDsAk1_24eBCVFtJ16xaLGAnA@mail.gmail.com>
Date 2013-11-26 21:09 +0530
Subject Re: Python application for rpm creation
From Unix SA <d.joshi84@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3255.1385498449.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

> Sounds to me more like he is looking to package some other in house
software, as opposed to packaging python specific libraries, etc..

- Yes, This is exactly i am looking at

> Doing an apt-cache search on my Ubuntu desktop results with a project,
Spectacle, coincidentally written in Python. (I haven't really looked >
into it):
> http://meego.gitorious.org/meego-developer-tools/spectacle<http://meego.gitorious.org/meego-developer-tools/spectacle>

this looks useful, i shall looking to this... or may be try myself writing
something.

if you guys ( others ) got something else for Redhat Linux rpm creation do
let me know.

Regards,
DJ






On Mon, Nov 25, 2013 at 10:57 PM, Andrew Heagle <andrew@logaan.com> wrote:

> On Mon, Nov 25, 2013 at 9:17 AM, Unix SA <d.joshi84@gmail.com> wrote:
>
>> Hello guys,
>>
>> Probably not right forum but I thought I should get some suggestions.
>>
>> I am looking for some tool written in python which can help users to
>> create rpm spec files and later help to build rpms, this will be for users
>> who are not aware of what spec file is and how to.create rpm.
>>
>> Anyone knows such tool? It will be great if has gui.
>>
>> Regards,
>> Dj
>>
> Sounds to me more like he is looking to package some other in house
> software, as opposed to packaging python specific libraries, etc...
>
> I think you can just provide a blank spec file for them to 'fill in the
> blanks', however, using a GUI would be tricky since some parts of the spec
> file you typically wouldn't be able to complete until after attempting to
> build a few times (eg, %file section).
>
> Doing an apt-cache search on my Ubuntu desktop results with a project,
> Spectacle, coincidentally written in Python. (I haven't really looked into
> it):
> http://meego.gitorious.org/meego-developer-tools/spectacle
>
> When you have your spec files made, I'd recommend using this service to
> build your RPMS: https://build.opensuse.org/
>
>
> Regards,
> Andrew
>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python application for rpm creation Unix SA <d.joshi84@gmail.com> - 2013-11-26 21:09 +0530

csiph-web