Use a consistent %bcond syntax
This commit is contained in:
parent
1e9bead9ab
commit
e08af6dcb7
@ -1,8 +1,8 @@
|
||||
%bcond_without tests
|
||||
%bcond tests 1
|
||||
|
||||
# This bcond allows to ship a non-compiled version
|
||||
# Slower, but sometimes necessary with alpha Python versions
|
||||
%bcond_without cython_compile
|
||||
%bcond cython_compile 1
|
||||
|
||||
# We don't ship emacs-cython-mode in EL.
|
||||
%bcond emacs %{undefined rhel}
|
||||
|
Loading…
Reference in New Issue
Block a user