https://bugzilla.rpmfusion.org/show_bug.cgi?id=2269
--- Comment #2 from Richard <hobbes1069(a)gmail.com> 2012-04-11 21:54:56 CEST ---
Ok, quick spec review...
1. Unless we're going to build for EL5 the following can (at your preference)
be removed:
BuildRoot:
rm -rf $RPM_BUILD_ROOT in %install
%clean
%defattr(-,root,root,-) in %files
2. devel sub-package should be arch dependent, i.e.:
Requires: %{name}%{?_isa} = %{version}-%{release}
3. Completely optional. It was suggested to me once that for out of source
builds this is more elegant:
%build
rm -rf <builddir> && mkdir <builddir> && pushd
<builddir>
...
Have you already tested building for ppc and sparc? I don't have any hardware
for that.
--
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.