Jules Colding wrote:
> I've experimented with the neededforbuild macro instead of adding
> additional BuildRequires statements. This unfortunately makes 'build'
> complain about failed build dependencies.
You shouldn't use # neededforbuild anymore. The build script supports it
only to be able to rebuild build packages from SUSE Linux <= 10.0, but
then it disregards BuildRequires:.
%if 0%{?suse_version}
BuildRequires: ...
%endif
is the way to go.
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]