https://bugzilla.rpmfusion.org/show_bug.cgi?id=3694
--- Comment #7 from MartinKG <mgansser(a)alice.de> 2015-06-21 09:12:25 CEST ---
(In reply to comment #5)
(In reply to comment #4)
> (In reply to comment #2)
[...]
> > 3- Please could you comment explain what this do ?
> >
> > find . -type f -print0 | xargs -0 -n 250 chmod a-x
> >
> > find . -type f | xargs grep -El '\#!/usr/bin/env|\#!BPY' | xargs chmod
a+x
>
> only copied from the existing rpm spec file, don't know what makes it exactly.
Never blindly copy commands which you don't understand.
ok
> > and
> > find %{buildroot}/%{_datadir}/pyshared/Flowblade/locale -name "*.mo"
| sed
> > 's:'%{buildroot}'::
> > s:.*/\([a-zA-Z]\{2\}\).qm:%lang(\1) \0:' > %{name}.lang ?
>
> because macro "%find_lang %{name}" did not work
Have you tried adding --with-qt to its invocation?
Take a look at /usr/lib/rpm/find-lang.sh .
already tried:
/usr/lib/rpm/find-lang.sh
/home/martin/rpmbuild/BUILDROOT/flowblade-1.0.0-2.git94f69ce.fc22.x86_64
flowblade --with-qt
No translations found for flowblade in
/home/martin/rpmbuild/BUILDROOT/flowblade-1.0.0-2.git94f69ce.fc22.x86_64
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.