From c77511f05f13b1d568a6f04a1a9cf2625f40666e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 2 Feb 2020 10:47:59 +0200 Subject: build.macros: drop unused _with() and _without() macros originating to RPM 4.4 --- NEWS | 2 ++ build.macros.in | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 69b483d..64f43fe 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ - build.macros: drop pyver macro (moved to python-rpm-macros) - build.macros: drop unused macros - _package_i18n() + - _with() + - _without() - py_platlibdir - py_purelibdir - py_platsitedir diff --git a/build.macros.in b/build.macros.in index 56ac31d..50c8a1b 100644 --- a/build.macros.in +++ b/build.macros.in @@ -315,11 +315,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o Obsoletes: %{1} <= %{?epoch:%epoch}%{?!epoch:0}:%{version}-%{release} \ Provides: %{1} = %{?epoch:%epoch}%{?!epoch:0}:%{version}-%{release} -# Shorthand for %{defined with_...} -# macros provided by rpm 4.4, but buggy :( -%_with() %{expand: %%{?_with_%1:1} %%{!?_with_%1: %%{?_without_%1:0} %%{!?_without_%1: %%{?with_%1:%%{with_%1}} %%{!?with_%1: %%{?without_%1:!%%{without_%1}} %%{!?without_%1: %%{?2:%%2} %%{!?2:1} } } } } } -%_without() !%{expand: %%{with %1 %{?2:%2}}} - #------------------------------------------------------------------------------ # Java Macros # -- cgit v1.2.1