Re: [SailfishDevel] More executables in one package

2014-08-03 Thread Mohammed Hassan
On Fri, Aug 01, 2014 at 09:24:34PM +0200, Michał Radwański wrote:
>  Actually, SailfishOS uses Zypper (it's openSUSE derivative). As far as
>  I know, there are differences between Fedora RPM's and openSUSE RPM's.

Sailfish OS is an RPM based distro. It uses PackageKit for package management.
Packagekit uses libzypp which is the same library used by zypper.
libzypp uses RPM to do the actual package management.


Back to the original question: You can add as much executables as you want. The 
only
issue is I don't know if the harbour rpmvalidator will like it or not.

Cheers,

>  2014-08-01 20:37 GMT+02:00 Andrey Kozhevnikov
>  <[1]coderusin...@gmail.com>:
> 
>  there is nothing special for sailfishos. use general rpm techniques.
>  02.08.2014 00:31, Michał Radwański пишет:
> 
>  I want to make C/C++ IDE for Sailfish OS. How to add two (or more)
>  executables to RPM? Or have I to make another app like $(MyApp)-g++?
>  Envoyé de mon iPhone
> 
>  ___
>  SailfishOS.org Devel mailing list
>  To unsubscribe, please send a mail to
>  [2]devel-unsubscr...@lists.sailfishos.org
> 
>  ___
>  SailfishOS.org Devel mailing list
>  To unsubscribe, please send a mail to
>  [3]devel-unsubscr...@lists.sailfishos.org
> 
> References
> 
>  1. mailto:coderusin...@gmail.com
>  2. mailto:devel-unsubscr...@lists.sailfishos.org
>  3. mailto:devel-unsubscr...@lists.sailfishos.org

> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] More executables in one package

2014-08-01 Thread Martin Kolman

1.8.2014 21:24, Micha? Radwan'ski:

Actually, SailfishOS uses Zypper (it's openSUSE derivative).

Actually it uses packagekit and Zypper is not even installed by default.

As far as I know, there are differences between Fedora RPM's and 
openSUSE RPM's.
Well I would be very surprised if there was such a huge difference such 
as a totally different executable placement mechanism...



2014-08-01 20:37 GMT+02:00 Andrey Kozhevnikov >:


there is nothing special for sailfishos. use general rpm techniques.

02.08.2014 00:31, Micha? Radwan'ski ?:

I want to make C/C++ IDE for Sailfish OS. How to add two (or
more) executables to RPM? Or have I to make another app like
$(MyApp)-g++?

Envoyé de mon iPhone
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org





___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] More executables in one package

2014-08-01 Thread Michał Radwański
Actually, SailfishOS uses Zypper (it's openSUSE derivative). As far as I
know, there are differences between Fedora RPM's and openSUSE RPM's.


2014-08-01 20:37 GMT+02:00 Andrey Kozhevnikov :

> there is nothing special for sailfishos. use general rpm techniques.
>
> 02.08.2014 00:31, Michał Radwański пишет:
>
>> I want to make C/C++ IDE for Sailfish OS. How to add two (or more)
>> executables to RPM? Or have I to make another app like $(MyApp)-g++?
>>
>> Envoyé de mon iPhone
>> ___
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to devel-unsubscribe@lists.
>> sailfishos.org
>>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscribe@lists.
> sailfishos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] More executables in one package

2014-08-01 Thread Andrey Kozhevnikov

there is nothing special for sailfishos. use general rpm techniques.

02.08.2014 00:31, Michał Radwański пишет:

I want to make C/C++ IDE for Sailfish OS. How to add two (or more) executables 
to RPM? Or have I to make another app like $(MyApp)-g++?

Envoyé de mon iPhone
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] More executables in one package

2014-08-01 Thread Dmitry
Hi

You need to list more executables in file section.

Take as reference spec file from rpm based distribution, ie fedora
1 серп. 2014 21:31, користувач "Michał Radwański" 
написав:

> I want to make C/C++ IDE for Sailfish OS. How to add two (or more)
> executables to RPM? Or have I to make another app like $(MyApp)-g++?
>
> Envoyé de mon iPhone
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] More executables in one package

2014-08-01 Thread Michał Radwański
I want to make C/C++ IDE for Sailfish OS. How to add two (or more) executables 
to RPM? Or have I to make another app like $(MyApp)-g++?

Envoyé de mon iPhone
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org