From bd795208f1ec3774879d8e60f46efe38dfac057a Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Fri, 1 Jan 2021 22:06:40 +0100 Subject: [PATCH] - added enabled_disabled macros --- macros.tld | 4 ++++ rpm-tld-macros.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/macros.tld b/macros.tld index 5225788..7b3e1e3 100644 --- a/macros.tld +++ b/macros.tld @@ -629,6 +629,10 @@ LC_ALL=C.UTF-8 %{__meson} \ %__true_false() %{expand:%%{?with_%{1}:true}%%{!?with_%{1}:false}} %__true_false_not() %{expand:%%{?with_%{1}:false}%%{!?with_%{1}:true}} +# expands to enabled or disabled based on bcond; for use with meson or cmake +%__enabled_disabled() %{expand:%%{?with_%{1}:enabled}%%{!?with_%{1}:disabled}} +%__enabled_disabled_not() %{expand:%%{?with_%{1}:enabled}%%{!?with_%{1}:disabled}} + # for use with cmake: # Usage: cmake_on_off BCOND_NAME [OPTION_NAME] # BuildRequires: rpmbuild(macros) >= 1.742 diff --git a/rpm-tld-macros.spec b/rpm-tld-macros.spec index f08edbc..ae25390 100644 --- a/rpm-tld-macros.spec +++ b/rpm-tld-macros.spec @@ -6,7 +6,7 @@ Summary: TLD Linux RPM macros Summary(pl.UTF-8): Makra RPM dla Linuksa TLD Name: rpm-tld-macros Version: %{rpm_macros_rev} -Release: 1.1 +Release: 1.2 License: GPL v2+ Group: Development/Building Source0: macros.tld -- 2.44.0