# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate simplelog Name: rust-%{crate} Version: 0.5.2 Release: 1%{?dist} Summary: Simple and easy-to-use logging facility for Rust's log crate # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/simplelog Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging # [dependencies] BuildRequires: (crate(chrono) >= 0.4.0 with crate(chrono) < 0.5.0) BuildRequires: ((crate(log) >= 0.4.1 with crate(log) < 0.5.0) with crate(log/std)) BuildRequires: (crate(term) >= 0.5.1 with crate(term) < 0.6.0) %description %{summary}. %package devel Summary: %{summary} BuildArch: noarch %description devel A simple and easy-to-use logging facility for Rust's log crate. This package contains library source intended for building other packages which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %files devel %license LICENSE.MIT LICENSE.APACHE2 %doc README.md CHANGELOG.md %{cargo_registry}/%{crate}-%{version}/ %changelog * Tue Sep 11 2018 Igor Gnatenko - 0.5.2-1 - Initial package