|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
@ -13,20 +13,19 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/onig_sys
|
|
|
|
URL: https://crates.io/crates/onig_sys
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
|
|
|
# * bump bindgen build-dependency from 0.59 to 0.63
|
|
|
|
Patch: onig_sys-fix-metadata.diff
|
|
|
|
Patch: onig_sys-fix-metadata.diff
|
|
|
|
# * unconditionally use bindgen and dynamic linking with pkg-config
|
|
|
|
# * unconditionally use bindgen and dynamic linking with pkg-config
|
|
|
|
Patch: 0001-Unconditionally-use-bindgen-and-dynamic-linking-with.patch
|
|
|
|
Patch: 0001-Unconditionally-use-bindgen-and-dynamic-linking-with.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
`onig_sys` crate contains raw rust bindings to the oniguruma library. This
|
|
|
|
The `onig_sys` crate contains raw rust bindings to the oniguruma
|
|
|
|
crate exposes a set of unsafe functions which can then be used by other crates
|
|
|
|
library. This crate exposes a set of unsafe functions which can then be
|
|
|
|
to create safe wrappers around Oniguruma.
|
|
|
|
used by other crates to create safe wrappers around Oniguruma. You
|
|
|
|
You probably don't want to link to this crate directly; instead check out the
|
|
|
|
probably don't want to link to this crate directly; instead check out
|
|
|
|
`onig` crate.}
|
|
|
|
the `onig` crate.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|