https://bugzilla.rpmfusion.org/show_bug.cgi?id=3694
Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dominik(a)greysector.net
--- Comment #5 from Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
2015-06-21 01:27:02 CEST ---
(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.
> 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 .
--
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.