From 8d1ebc01121257e70be7049198a9fae5cc6be417 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 24 Dec 2025 14:44:23 +1100 Subject: [PATCH] Adjust comments --- rpm/bouquin-sqlcipher4.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rpm/bouquin-sqlcipher4.spec b/rpm/bouquin-sqlcipher4.spec index 2101c23..5eeacb6 100644 --- a/rpm/bouquin-sqlcipher4.spec +++ b/rpm/bouquin-sqlcipher4.spec @@ -1,14 +1,12 @@ # Fedora 42 RPM spec using Fedora's pyproject RPM macros. # -# IMPORTANT: your upstream pyproject.toml declares Poetry as the build backend -# and lists build-system requires such as conan and lipomerge. Debian packaging +# IMPORTANT: pyproject.toml declares Poetry as the build backend and lists +# build-system requires such as conan and lipomerge. Debian packaging # disables PEP517 and builds via setup.py. # # To keep the RPM build closer to Debian while still using %pyproject_* macros, # this spec rewrites ONLY the [build-system] table at %prep time so that # PEP517 uses setuptools.build_meta with minimal requirements. -# -# If you prefer zero PEP517 involvement, use the "-setup.spec" instead. %global upstream_version 4.12.0 Name: bouquin-sqlcipher4