Re: [SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-06 Thread Boris Pohler
Thank you for all the answers, I got it working using a spec-file and rpmbuild on archlinux. Am Donnerstag, den 06.03.2014, 12:54 +0800 schrieb Matt Austin: > On 6 March 2014 07:40, Osmo Salomaa wrote: > > > I build helsinki-transit-live packages myself on a Debian >

Re: [SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-05 Thread Matt Austin
On 6 March 2014 07:40, Osmo Salomaa wrote: > > I build helsinki-transit-live packages myself on a Debian desktop system. > I have split the file copying to a Makefile and the spec file just calls > "make install" (but you can just as well put the copy commands in the spec > file if that's easier)

Re: [SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-05 Thread Osmo Salomaa
05.03.2014 23:13, Boris Pohler wrote: I wrote my first little program using python/pyotherside. I develop directly on the jolla-device (no sdk) and would like to build a rpm package to distribute to openrepos (and later to harbour, if python is accepted). What is the prefered (easiest) way? If

Re: [SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-05 Thread Martin Kolman
5.3.2014 22:13, Boris Pohler: Hi, I wrote my first little program using python/pyotherside. I develop directly on the jolla-device (no sdk) and would like to build a rpm package to distribute to openrepos (and later to harbour, if python is accepted). What is the prefered (easiest) way? Well, I'm

Re: [SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-05 Thread Jens Persson
I've never built packages on the Jolla device if that's what you mean but this is what you do on the SDK: 1. Install Virtualbox. 2. Install Sailfish SDK. 3. Start Virtualbox and run the MerSDK image. 4. Log in with SSH. (ssh -p -i ~/SailfishOS/vmshare/ssh/private_keys/engine/mersdk mersdk@loc

Re: [SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-05 Thread Andrey Kozhevnikov
well, i dont know other way than rpmbuild :) On 06.03.2014 03:13, Boris Pohler wrote: Hi, I wrote my first little program using python/pyotherside. I develop directly on the jolla-device (no sdk) and would like to build a rpm package to distribute to openrepos (and later to harbour, if python is

[SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-05 Thread Boris Pohler
Hi, I wrote my first little program using python/pyotherside. I develop directly on the jolla-device (no sdk) and would like to build a rpm package to distribute to openrepos (and later to harbour, if python is accepted). What is the prefered (easiest) way? Boris P.S.: My desktop-distribution is A