https://bugzilla.rpmfusion.org/show_bug.cgi?id=3694
--- Comment #21 from MartinKG <mgansser(a)alice.de> 2015-08-27 20:13:49 CEST ---
(In reply to comment #20)
Created attachment 1476 [details]
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
Thank you for your changes, I have taken it in a new package.
Spec URL:
https://martinkg.fedorapeople.org/Review/SPECS/flowblade.spec
SRPM URL:
https://martinkg.fedorapeople.org/Review/SRPMS/flowblade-1.0.0-6.git7d981...
--
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.