From df5ddad58ca74b9796b242cf4881f46408553703 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 18 Feb 2025 12:49:58 +0000 Subject: automatic import of pyproject-rpm-macros --- macros.aaa-pyproject-srpm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 macros.aaa-pyproject-srpm (limited to 'macros.aaa-pyproject-srpm') diff --git a/macros.aaa-pyproject-srpm b/macros.aaa-pyproject-srpm new file mode 100644 index 0000000..9bfe84e --- /dev/null +++ b/macros.aaa-pyproject-srpm @@ -0,0 +1,17 @@ +# This file is called macros.aaa-pyproject-srpm +# to sort alphabetically before macros.pyproject. +# When this file is installed but macros.pyproject is not +# this macro will cause the package with the real macro to be installed. +# When macros.pyproject is installed, it overrides this macro. +# Note: This needs to maintain the same set of options as the real macro. +%pyproject_buildrequires(rRxtNwe:C:) echo 'pyproject-rpm-macros' && exit 0 + + +# Declarative buildsystem, requires RPM 4.20+ to work +# https://rpm-software-management.github.io/rpm/manual/buildsystem.html +# This is the minimal implementation to be in the srpm package, +# as required even before the BuildRequires are installed +%buildsystem_pyproject_conf() %nil +%buildsystem_pyproject_generate_buildrequires() %pyproject_buildrequires %* +%buildsystem_pyproject_build() %nil +%buildsystem_pyproject_install() %nil -- cgit v1.2.3