https://bugzilla.rpmfusion.org/show_bug.cgi?id=3694
--- Comment #2 from Sérgio Basto <sergio(a)serjux.com> 2015-06-20 23:36:33 CEST ---
2 big issues
1- python setup.py install --root=%{buildroot}
--install-lib=/usr/share/pyshared --optimize=1
should be something simple like this:
%install
python setup.py install --root %{buildroot}
%files
%{python_sitearch}/Flowblade/
%{python_sitearch}/flowblade*
2- flowblade.src:100: E: hardcoded-library-path in
/usr/lib/mime/packages/flowblade
/usr/lib/mime/packages/flowblade ? what is this ?
Scriptlets for Desktop files and mimeinfo are correct but
/usr/lib/mime/packages/flowblade maybe should be in /usr/libexec/
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
and
find %{buildroot}/%{_datadir}/pyshared/Flowblade/locale -name "*.mo" | sed
's:'%{buildroot}'::
s:.*/\([a-zA-Z]\{2\}\).qm:%lang(\1) \0:' > %{name}.lang ?
--
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.