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

92 lines
2.4 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: 2%{?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
BuildRequires: (crate(chrono/default) >= 0.4.1 with crate(chrono/default) < 0.5.0)
BuildRequires: (crate(log/default) >= 0.4.1 with crate(log/default) < 0.5.0)
BuildRequires: (crate(log/std) >= 0.4.1 with crate(log/std) < 0.5.0)
BuildRequires: (crate(term/default) >= 0.5.1 with crate(term/default) < 0.6.0)
%global _description \
A simple and easy-to-use logging facility for Rust's log crate.
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE.MIT LICENSE.APACHE2
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
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
%package -n %{name}+term-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+term-devel %{_description}
This package contains library source intended for building other packages
which use "term" feature of "%{crate}" crate.
%files -n %{name}+term-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Sat Nov 10 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.3-2
- Adapt to new packaging
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