Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60539 > unrolled thread
| Started by | Unix SA <d.joshi84@gmail.com> |
|---|---|
| First post | 2013-11-26 21:09 +0530 |
| Last post | 2013-11-26 21:09 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Python application for rpm creation Unix SA <d.joshi84@gmail.com> - 2013-11-26 21:09 +0530
| From | Unix SA <d.joshi84@gmail.com> |
|---|---|
| Date | 2013-11-26 21:09 +0530 |
| Subject | Re: Python application for rpm creation |
| Message-ID | <mailman.3255.1385498449.18130.python-list@python.org> |
[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 top | Article view | comp.lang.python
csiph-web