root/packaging/centuryegg/bcond_definitions

Revision 12653, 295 bytes (checked in by build, 13 months ago)

Some definitions not present in Centos 4 rpmbuild

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
Line 
1%define with()         %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
2%define without()      %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
3%define bcond_with()           %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
4%define bcond_without()        %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
Note: See TracBrowser for help on using the browser.