Re: find-lang.sh search path

2013-07-03 Thread Antonio Trande
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/2013 09:02 AM, Michael Schwendt wrote: > On Mon, 01 Jul 2013 23:28:00 +0200, Antonio Trande wrote: > > Then let's not hack the paths, but find out why %find_lang doesn't > find the files. If %name is not part of the filenames, normally > you

Re: find-lang.sh search path

2013-07-02 Thread Michael Schwendt
On Mon, 01 Jul 2013 23:28:00 +0200, Antonio Trande wrote: > >> "pl" is the file name without extension (pl.qm). In .spec file: > >> > >> ... %find_lang pl --with-qt %find_lang ru --with-qt ... > >> > >> Are they correct ? > > > > No. > > > > Multiple invocations of %find_lang is a consecutive

Re: find-lang.sh search path

2013-07-01 Thread Antonio Trande
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/01/2013 10:31 PM, Michael Schwendt wrote: > On Mon, 01 Jul 2013 20:57:46 +0200, Antonio wrote: > >> On Mon 01 Jul 2013 08:53:44 PM CEST, Michael Schwendt wrote: >>> On Mon, 01 Jul 2013 20:36:25 +0200, Antonio wrote: >>> In qgifer package b

Re: find-lang.sh search path

2013-07-01 Thread Michael Schwendt
On Mon, 01 Jul 2013 20:57:46 +0200, Antonio wrote: > On Mon 01 Jul 2013 08:53:44 PM CEST, Michael Schwendt wrote: > > On Mon, 01 Jul 2013 20:36:25 +0200, Antonio wrote: > > > >> In qgifer package building (Bug#979702), I need to include language > >> *.qm files from source software. > >> > >> Curr

Re: find-lang.sh search path

2013-07-01 Thread Michael Schwendt
On Mon, 01 Jul 2013 20:36:25 +0200, Antonio wrote: > In qgifer package building (Bug#979702), I need to include language > *.qm files from source software. > > Currently, 'cmake' command puts language files into /usr/share/locale > directory but find-lang.sh doesn't locate them in $RPM_BUILD_ROOT

Re: find-lang.sh search path

2013-07-01 Thread Antonio
On Mon 01 Jul 2013 08:53:44 PM CEST, Michael Schwendt wrote: > On Mon, 01 Jul 2013 20:36:25 +0200, Antonio wrote: > >> In qgifer package building (Bug#979702), I need to include language >> *.qm files from source software. >> >> Currently, 'cmake' command puts language files into /usr/share/locale

Re: find-lang.sh search path

2013-07-01 Thread Richard Shaw
On Mon, Jul 1, 2013 at 1:36 PM, Antonio wrote: > In qgifer package building (Bug#979702), I need to include language > *.qm files from source software. > > Currently, 'cmake' command puts language files into /usr/share/locale > directory but find-lang.sh doesn't locate them in $RPM_BUILD_ROOT. Wh