diff --git a/python3.spec b/python3.spec index 45c66ec..81f71ce 100644 --- a/python3.spec +++ b/python3.spec @@ -30,7 +30,7 @@ License: Python # Expensive optimizations (mainly, profile-guided optimizations) %ifarch %{ix86} x86_64 -%bcond_without optimizations +%bcond_with optimizations %else # On some architectures, the optimized build takes tens of hours, possibly # longer than Koji's 24-hour timeout. Disable optimizations here. @@ -38,14 +38,14 @@ License: Python %endif # Run the test suite in %%check -%bcond_without tests +%bcond_with tests # Ability to reuse RPM-installed pip using rewheel %bcond_without rewheel # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) -%bcond_without debug_build +%bcond_with debug_build # Support for the GDB debugger %bcond_without gdb_hooks