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

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

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,

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