Sérgio Basto sergio@serjux.com writes:
Hi, How a make I can check what is the result of for example of:
(Some RPM ifdefs)
Conditionals like that are all evaluated at parse time. So put it in a spec file (%prep is fine), parse the spec with "rpmspec -P" and look in the output.
- J<