http://bugzilla.rpmfusion.org/show_bug.cgi?id=1453
Richard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Richard <[email protected]> 2011-09-26 22:29:19 --- 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} 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. -- 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.
