Disable tests

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 863550b7d5
commit 091b1601c7
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
%bcond_without check
# Generated by rust2rpm 13
%bcond_with check
%global debug_package %{nil}
%global crate env_logger
Name: rust-%{crate}0.5
Version: 0.5.13
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Logging implementation for `log` which is configured via environment variable
# Upstream license specification: MIT/Apache-2.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-devel
Summary: %{summary}
@ -63,11 +63,10 @@ This package contains library source intended for building other packages
which use "regex" feature of "%{crate}" crate.
%files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
sed -i -e '/#!\[.*deny(.*warnings.*).*\]/d' src/lib.rs
%cargo_prep
%generate_buildrequires
@ -85,6 +84,9 @@ sed -i -e '/#!\[.*deny(.*warnings.*).*\]/d' src/lib.rs
%endif
%changelog
* Tue Feb 18 03:42:56 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.13-8
- Disable tests
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.13-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save