Chris Johns 45ca8cf134 Conditional macros are defined for true else must be 0 for false.
The RPM spec file will return value for %{?macro:value} if the
macro is defined. This means you need to:

%if %something
 %define macro 1
%else
 %undefine macro
%endif

which means you have to have more complex tests to check for the macro
and its value. Therefore we support defined as true and defined and
0 as false.
2013-03-02 16:08:05 +11:00
..
2013-02-28 16:37:27 +11:00
2012-11-06 10:09:40 +11:00
2012-11-06 10:09:40 +11:00
2012-11-06 10:09:40 +11:00
2013-02-28 20:44:02 +11:00