]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- add __true_false_not, too auto/th/rpm-build-macros-1.728-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 21 Oct 2017 09:54:58 +0000 (11:54 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 21 Oct 2017 09:54:58 +0000 (11:54 +0200)
rpm.macros

index 654d3d48ab82f0785f4fbd44ae68c2351adf7972..34384893ecf14fdb87cf74f2f0691f4464c44b84 100644 (file)
@@ -428,6 +428,7 @@ LC_ALL=C.UTF-8 %{__meson} \
 
 # expands to true or false based on bcond; used with meson
 %__true_false() %{expand:%%{?with_%{1}:true}%%{!?with_%{1}:false}}
+%__true_false_not() %{expand:%%{?with_%{1}:false}%%{!?with_%{1}:true}}
 
 #-----------------------------------------------------------------
 
This page took 0.077577 seconds and 4 git commands to generate.