Disable tests

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

@ -1,25 +1,28 @@
# Generated by rust2rpm # Generated by rust2rpm 13
%bcond_without check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate quote %global crate quote
Name: rust-%{crate}0.3 Name: rust-%{crate}0.3
Version: 0.3.15 Version: 0.3.15
Release: 9%{?dist} Release: 10%{?dist}
Summary: Quasi-quoting macro quote!(...) Summary: Quasi-quoting macro quote!(...)
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/quote URL: https://crates.io/crates/quote
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description \ %global _description %{expand:
Quasi-quoting macro quote!(...). Quasi-quoting macro quote!(...).}
%description %{_description} %description %{_description}
@ -35,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,12 +50,15 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -65,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 18 03:48:27 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.15-10
- Disable tests
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save