|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 20
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
# * tests rely on missing or removed dev-dependencies
|
|
|
|
# * tests rely on missing or removed dev-dependencies
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate combine
|
|
|
|
%global crate combine
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 4.6.3
|
|
|
|
Version: 4.6.4
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Fast parser combinators on arbitrary streams with zero-copy support
|
|
|
|
Summary: Fast parser combinators on arbitrary streams with zero-copy support
|
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ Patch0: combine-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Fast parser combinators on arbitrary streams with zero-copy support.}
|
|
|
|
Fast parser combinators on arbitrary streams with zero-copy support.}
|
|
|
@ -37,9 +37,10 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE
|
|
|
|
%license %{crate_instdir}/LICENSE
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -51,7 +52,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "default" feature of the "%{crate}" crate.
|
|
|
|
use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+alloc-devel
|
|
|
|
%package -n %{name}+alloc-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -63,7 +64,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "alloc" feature of the "%{crate}" crate.
|
|
|
|
use the "alloc" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+alloc-devel
|
|
|
|
%files -n %{name}+alloc-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+bytes-devel
|
|
|
|
%package -n %{name}+bytes-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -75,7 +76,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "bytes" feature of the "%{crate}" crate.
|
|
|
|
use the "bytes" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+bytes-devel
|
|
|
|
%files -n %{name}+bytes-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+bytes_05-devel
|
|
|
|
%package -n %{name}+bytes_05-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -87,7 +88,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "bytes_05" feature of the "%{crate}" crate.
|
|
|
|
use the "bytes_05" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+bytes_05-devel
|
|
|
|
%files -n %{name}+bytes_05-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+futures-03-devel
|
|
|
|
%package -n %{name}+futures-03-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -99,7 +100,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "futures-03" feature of the "%{crate}" crate.
|
|
|
|
use the "futures-03" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+futures-03-devel
|
|
|
|
%files -n %{name}+futures-03-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+futures-core-03-devel
|
|
|
|
%package -n %{name}+futures-core-03-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -111,7 +112,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "futures-core-03" feature of the "%{crate}" crate.
|
|
|
|
use the "futures-core-03" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+futures-core-03-devel
|
|
|
|
%files -n %{name}+futures-core-03-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+futures-io-03-devel
|
|
|
|
%package -n %{name}+futures-io-03-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -123,7 +124,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "futures-io-03" feature of the "%{crate}" crate.
|
|
|
|
use the "futures-io-03" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+futures-io-03-devel
|
|
|
|
%files -n %{name}+futures-io-03-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+mp4-devel
|
|
|
|
%package -n %{name}+mp4-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -135,7 +136,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "mp4" feature of the "%{crate}" crate.
|
|
|
|
use the "mp4" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+mp4-devel
|
|
|
|
%files -n %{name}+mp4-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+pin-project-devel
|
|
|
|
%package -n %{name}+pin-project-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -147,7 +148,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "pin-project" feature of the "%{crate}" crate.
|
|
|
|
use the "pin-project" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+pin-project-devel
|
|
|
|
%files -n %{name}+pin-project-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+pin-project-lite-devel
|
|
|
|
%package -n %{name}+pin-project-lite-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -159,7 +160,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "pin-project-lite" feature of the "%{crate}" crate.
|
|
|
|
use the "pin-project-lite" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+pin-project-lite-devel
|
|
|
|
%files -n %{name}+pin-project-lite-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+regex-devel
|
|
|
|
%package -n %{name}+regex-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -171,7 +172,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "regex" feature of the "%{crate}" crate.
|
|
|
|
use the "regex" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+regex-devel
|
|
|
|
%files -n %{name}+regex-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -183,7 +184,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "std" feature of the "%{crate}" crate.
|
|
|
|
use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-devel
|
|
|
|
%package -n %{name}+tokio-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -195,7 +196,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "tokio" feature of the "%{crate}" crate.
|
|
|
|
use the "tokio" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-devel
|
|
|
|
%files -n %{name}+tokio-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-02-devel
|
|
|
|
%package -n %{name}+tokio-02-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -207,7 +208,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "tokio-02" feature of the "%{crate}" crate.
|
|
|
|
use the "tokio-02" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-02-devel
|
|
|
|
%files -n %{name}+tokio-02-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-02-dep-devel
|
|
|
|
%package -n %{name}+tokio-02-dep-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -219,7 +220,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "tokio-02-dep" feature of the "%{crate}" crate.
|
|
|
|
use the "tokio-02-dep" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-02-dep-devel
|
|
|
|
%files -n %{name}+tokio-02-dep-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-dep-devel
|
|
|
|
%package -n %{name}+tokio-dep-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -231,7 +232,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "tokio-dep" feature of the "%{crate}" crate.
|
|
|
|
use the "tokio-dep" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-dep-devel
|
|
|
|
%files -n %{name}+tokio-dep-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tokio-util-devel
|
|
|
|
%package -n %{name}+tokio-util-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -243,7 +244,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "tokio-util" feature of the "%{crate}" crate.
|
|
|
|
use the "tokio-util" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tokio-util-devel
|
|
|
|
%files -n %{name}+tokio-util-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|