http://bugzilla.rpmfusion.org/show_bug.cgi?id=1453
--- Comment #10 from Xavier Bachelot <xavier(a)bachelot.org> 2011-09-26 22:52:47 ---
(In reply to comment #9)
Some observations:
1. Should the devel subpackage requirement for the main package be arch
specific?
Requires: %{name} = %{version}-%{release}
to
Requires: %{name}%{?_isa} = %{version}-%{release}
Right, I'll fix that in the next release.
2. If you're not going to build for EL5, the following can be
omitted:
BuildRoot: entirely
rm -rf $RPM_BUILD_ROOT from %install
%clean entirely
%defattr(-,root,root,-) from all %files sections.
I plan to build for EL5.
--
Configure bugmail:
http://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.