Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -0,0 +1,5 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
buildrequires =
|
||||||
|
pkgconfig(oniguruma) >= 6.8.0
|
||||||
|
lib.requires =
|
||||||
|
pkgconfig(oniguruma) >= 6.8.0
|
@ -1,26 +0,0 @@
|
|||||||
[package]
|
|
||||||
summary = "Rust bindings for oniguruma"
|
|
||||||
cargo-toml-patch-comments = [
|
|
||||||
"bump bindgen build-dependency from 0.59 to 0.69",
|
|
||||||
"remove reference to readme file that is not included in published crates",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package.extra-patches]]
|
|
||||||
number = 1
|
|
||||||
file = "0001-Unconditionally-use-bindgen-and-dynamic-linking-with.patch"
|
|
||||||
comments = ["unconditionally use bindgen and dynamic linking with pkg-config"]
|
|
||||||
|
|
||||||
[requires]
|
|
||||||
build = [
|
|
||||||
"pkgconfig(oniguruma) >= 6.8.0",
|
|
||||||
]
|
|
||||||
lib = [
|
|
||||||
"pkgconfig(oniguruma) >= 6.8.0",
|
|
||||||
]
|
|
||||||
|
|
||||||
[scripts]
|
|
||||||
prep.post = [
|
|
||||||
"# remove bundled oniguruma sources",
|
|
||||||
"rm -r oniguruma/",
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in new issue