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-27 12:27:06 +11:00
Description
No description provided
4.1 MiB
Languages
Python 96.3%
M4 2.9%
Shell 0.6%
Makefile 0.2%