From 6de0077a8c17e2651ed6e4f302006f09a45e1977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 4 Feb 2020 19:25:24 +0200 Subject: build.macros: add __spec_install_post --- NEWS | 1 + build.macros.in | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index d6037da..4851cf9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - build.macros: remove '--without
' rpmbuild functionality +- build.macros: add __spec_install_post Version 2.51 - 3 February 2020, by Jani Välimaa - rpmrc: use _ssp_cflags also with arm optflags diff --git a/build.macros.in b/build.macros.in index 155148e..9962c7a 100644 --- a/build.macros.in +++ b/build.macros.in @@ -406,6 +406,12 @@ popd %{?__brp_mangle_shebangs} \ %{nil} +%__spec_install_post\ + %{?__debug_package:%{__debug_install_post}}\ + %{__arch_install_post}\ + %{__os_install_post}\ +%{nil} + %install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\ %%install\ %{nil} -- cgit v1.2.1