summaryrefslogtreecommitdiff
path: root/macros.aaa-pyproject-srpm
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-03-26 08:56:56 +0000
committerCoprDistGit <infra@openeuler.org>2025-03-26 08:56:56 +0000
commit05e453f33d593c331357af998dcc63610dd31374 (patch)
treec79c2ad412872d264b1d9d3490af578a6e4283eb /macros.aaa-pyproject-srpm
parentdf5ddad58ca74b9796b242cf4881f46408553703 (diff)
automatic import of pyproject-rpm-macrosopeneuler24.03_LTS_SP1
Diffstat (limited to 'macros.aaa-pyproject-srpm')
-rw-r--r--macros.aaa-pyproject-srpm17
1 files changed, 0 insertions, 17 deletions
diff --git a/macros.aaa-pyproject-srpm b/macros.aaa-pyproject-srpm
deleted file mode 100644
index 9bfe84e..0000000
--- a/macros.aaa-pyproject-srpm
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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