Adjust comments
All checks were successful
CI / test (push) Successful in 2m2s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-12-24 14:44:23 +11:00
parent bbbedc6a5d
commit 8d1ebc0112
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -1,14 +1,12 @@
# Fedora 42 RPM spec using Fedora's pyproject RPM macros. # Fedora 42 RPM spec using Fedora's pyproject RPM macros.
# #
# IMPORTANT: your upstream pyproject.toml declares Poetry as the build backend # IMPORTANT: pyproject.toml declares Poetry as the build backend and lists
# and lists build-system requires such as conan and lipomerge. Debian packaging # build-system requires such as conan and lipomerge. Debian packaging
# disables PEP517 and builds via setup.py. # disables PEP517 and builds via setup.py.
# #
# To keep the RPM build closer to Debian while still using %pyproject_* macros, # 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 # this spec rewrites ONLY the [build-system] table at %prep time so that
# PEP517 uses setuptools.build_meta with minimal requirements. # 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 %global upstream_version 4.12.0
Name: bouquin-sqlcipher4 Name: bouquin-sqlcipher4