Adjust comments
This commit is contained in:
parent
bbbedc6a5d
commit
8d1ebc0112
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue