|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
@ -15,12 +15,14 @@ Source: %{crates_source}
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# * drop pulldown-cmark binary from compat package
|
|
|
|
# * drop pulldown-cmark binary from compat package
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
|
|
|
|
|
|
|
|
# * bump html5ever dev-dependency from 0.25 to 0.26
|
|
|
|
|
|
|
|
# * bump markup5ever_rcdom dev-dependency from 0.1 to 0.2
|
|
|
|
Patch: pulldown-cmark-fix-metadata.diff
|
|
|
|
Patch: pulldown-cmark-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Pull parser for CommonMark.}
|
|
|
|
A pull parser for CommonMark.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|