Run tests in infrastructure

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 4799314331
commit 68937e6019
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,18 +1,18 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_without check
%bcond_with check
%global debug_package %{nil}
%global crate scoped_threadpool
Name: rust-%{crate}
Version: 0.1.9
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Library for scoped and cached threadpools
License: MIT
URL: https://crates.io/crates/scoped_threadpool
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -53,7 +53,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -68,6 +68,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-4
- Run tests in infrastructure
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Loading…
Cancel
Save