|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# * tests require the previous version of rstest
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# * Tests require the previous version of rstest.
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate rstest
|
|
|
|
|
|
|
|
|
|
Name: rust-rstest
|
|
|
|
|
Version: 0.18.2
|
|
|
|
|
Version: 0.23.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Rust fixture based test framework
|
|
|
|
|
|
|
|
|
@ -32,8 +32,8 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENCE-MIT
|
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
@ -61,8 +61,20 @@ use the "async-timeout" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+async-timeout-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+crate-name-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+crate-name-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "crate-name" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+crate-name-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|