https://bugzilla.rpmfusion.org/show_bug.cgi?id=3694
--- Comment #10 from MartinKG <mgansser(a)alice.de> 2015-06-21 18:18:07 CEST ---
(In reply to comment #9)
Why this?
find %{buildroot}/%{python_sitelib}/Flowblade/locale -name "*.mo" | sed
's:'%{buildroot}'::
s:.*/\([a-zA-Z]\{2\}\).qm:%lang(\1) \0:' > %{name}.lang
use the proper name to find the .mo (it works wonders if you do :-) )
%find_lang Flowblade
%files -f Flowblade.lang
corrected
Spec URL:
https://martinkg.fedorapeople.org/Review/SPECS/flowblade.spec
SRPM URL:
https://martinkg.fedorapeople.org/Review/SRPMS/flowblade-1.0.0-3.git94f69...
%changelog
* Sun Jun 21 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
1.0.0-3.git94f69ce
- added flowblade.patch
- put setup.py into %%build section
- added macro %%find_lang
- fixed locale path
--
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.