https://bugzilla.rpmfusion.org/show_bug.cgi?id=2855
--- Comment #25 from Klaatu <klaatu(a)straightedgelinux.com> 2013-07-07 04:38:14 CEST
---
(In reply to comment #24)
No, I think it's just confused because of the way you have your
spec laid
out...
%global name flowblade
%global release 1%{?dist}
%global version 0.8.0
Get rid of this, just use the tags directly, i.e.:
Name: flowblade
Version: 0.8.0
Release: 1%{?dist}
Also:
%install
rm -fr $RPM_BUILD_ROOT
kill the rm -fr $RPM_BUILD_ROOT...
Got rid of the %global declarations, got rid of the rm -fr $RPM_BUILD_ROOT.
fedora-review still fails in two places; update mime is not run, and rpmlint is
not run on all packages. I think the install itself is failing; I see errors
about it requiring mlt, ffmpeg, and some others, and I tried changing those to
BuidRequires in spite of being pretty sure they aren't required to build a
python application, and it made no difference.
--
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.