Minor reformatting in rust2rpm.toml

[skip changelog]
epel10
Benjamin A. Beasley 4 months ago
parent 9e12f0ebe2
commit 45c22fb6ca

@ -1,19 +1,24 @@
[requires]
build = [
"pkgconfig(libdeflate)"
"pkgconfig(libdeflate)"
]
lib = [
"pkgconfig(libdeflate)"
"pkgconfig(libdeflate)"
]
[package]
cargo-toml-patch-comments = [
"Make the dependency on crate(pkg-config) non-optional instead of associating it with the “dynamic” feature, since we patch the crate to always link dynamically with the system libdeflate, regardless of the selected features.",
"""\
Make the dependency on crate(pkg-config) non-optional instead of associating \
it with the dynamic feature, since we patch the crate to always link \
dynamically with the system libdeflate, regardless of the selected \
features.\
""",
]
[scripts.prep]
pre = [
'''
'''
# Remove the bundled copy of libdeflate.
rm -rv libdeflate
# Make libdeflate detection with pkg-config unconditional.

Loading…
Cancel
Save