You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-simplelog/rust-simplelog.spec

64 lines
1.5 KiB

# Generated by rust2rpm
%bcond_without check
%global debug_package %{nil}
%global crate simplelog
Name: rust-%{crate}
6 years ago
Version: 0.5.3
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]
6 years ago
BuildRequires: (crate(chrono) >= 0.4.1 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
6 years ago
* Wed Oct 10 2018 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3
* Tue Sep 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-1
- Initial package