🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 07:29:43 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
rpm
/
macros.d
📍 /usr/lib/rpm/macros.d
🔄 Refresh
✏️
Editing: macros.aaa-pyproject-srpm
Read Only
# 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 takes arbitrary options, to ease addition of new options to the real macro. %pyproject_buildrequires(-) echo 'pyproject-rpm-macros' # 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
💾 Save Changes
❌ Cancel