On Fri, 2005-07-15 at 16:35 -0600, Orion Poplawski wrote:
Ignacio Vazquez-Abrams wrote:
No. Use %{fedora}. It will have an integer value the same as the version of Fedora the package is built for. Even better, since there are separate branches per version it's easy enough to just have the differences in the spec files directly.
Could you give an example? I can't find docs on how to use %if in a spec file to compare values.
%if 0%{?fedora} > 03 foo %else bar %endif