]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- typo in cmake_on_off description
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 18 Apr 2019 06:30:05 +0000 (08:30 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 18 Apr 2019 06:30:05 +0000 (08:30 +0200)
rpm.macros

index 8a26e75b7de9ffc45bfcfea0e3eeb85dbf52af1e..01c8a3993745d5f0106daae568c1aabaab2dc7a6 100644 (file)
@@ -434,7 +434,7 @@ LC_ALL=C.UTF-8 %{__meson} \
 %__true_false_not() %{expand:%%{?with_%{1}:false}%%{!?with_%{1}:true}}
 
 # for use with cmake:
-# Usage: cmake_with BCOND_NAME [OPTION_NAME]
+# Usage: cmake_on_off BCOND_NAME [OPTION_NAME]
 # BuildRequires: rpmbuild(macros) >= 1.742
 %cmake_on_off() -D%{?2}%{!?2:%{1}}:BOOL=%{expand:%%{?with_%{1}:ON}%%{!?with_%{1}:OFF}}
 
This page took 0.044334 seconds and 4 git commands to generate.