https://bugzilla.rpmfusion.org/show_bug.cgi?id=3694
--- Comment #20 from NVieville <nicolas.vieville(a)univ-valenciennes.fr> 2015-08-27
14:27:01 CEST ---
Created attachment 1476
-->
https://bugzilla.rpmfusion.org/attachment.cgi?id=1476
modified spec file for last git sources
Hello,
After getting your spec file (I am very interested in this package to land in
rpmfusion repository), I noticed that line:
for i in cs de es fi fr it; do
should maybe replaced with (on one line):
for i in $(ls -d %{buildroot}%{python_sitelib}/Flowblade/locale/*/LC_MESSAGES/
| sed 's/\(^.*locale\/\)\(.*\)\(\/LC_MESSAGES\/$\)/\2/') ; do
This new line will avoid maintaining the list of languages as new ones get
added in the sources package (usually useful with automated builds).
I've also made some adaptation in order to build the package from last git
sources and to be able to deal with multiple patches eventually (see spec file
attached).
Feel free to make any comment about this.
Thanks for packaging this software.
Cordially,
--
NVieville
--
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.