[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
%ifarch semantics
- From: "Serguei Ostrovskii" <sostrovsky snip net>
- To: <rpm-list redhat com>
- Subject: %ifarch semantics
- Date: Thu, 3 Jan 2002 11:57:46 -0500
Hello,
here's a quote from "Maximum RPM" :
<quote>
%ifarch i386 sparc
The contents of the spec file following this line would be processed only by Intel x86 or Sun SPARC-based systems.
</quote>
It seems to me that's not true.
I tried
rpmbuild -ba --target i586
a package which had in .spec file something like
%ifarch i386 sparc sparc64
patch0 ....
%endif
and that patch wasn't applied.
And it sure did when I appended to %ifarch targets i586, i686
Presuming I am not mistaken, are there any means to have
the behaviour "Maximum RPM" describes,
something that would mean IA-32 ?
Thank you,
Sergey Ostrovsky.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]