File rust-env_logger.spec of Package rust-env_logger

# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}

%global crate env_logger

Name:           rust-env_logger
Version:        0.11.2
Release:        %autorelease
Summary:        Logging implementation for log which is configured via an environment variable

License:        MIT OR Apache-2.0
URL:            https://crates.io/crates/env_logger
Source:         https://crates.io/api/v1/crates/%crate/%version/download#/%crate-%version.crate

BuildRequires:  cargo-rpm-macros >= 24
BuildRequires:  crate(anstream) crate(env_filter) crate(humantime) crate(regex) crate(anstyle-query) crate(aho-corasick) crate(memchr)
%global _description %{expand:
A logging implementation for `log` which is configured via an
environment variable.}

%description %{_description}

%package        devel
Summary:        %{summary}
BuildArch:      noarch

%description    devel %{_description}

This package contains library source intended for building other packages which
use the "%{crate}" crate.

%files          devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/

%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 the "default" feature of the "%{crate}" crate.

%files       -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml

%package     -n %{name}+auto-color-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+auto-color-devel %{_description}

This package contains library source intended for building other packages which
use the "auto-color" feature of the "%{crate}" crate.

%files       -n %{name}+auto-color-devel
%ghost %{crate_instdir}/Cargo.toml

%package     -n %{name}+color-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+color-devel %{_description}

This package contains library source intended for building other packages which
use the "color" feature of the "%{crate}" crate.

%files       -n %{name}+color-devel
%ghost %{crate_instdir}/Cargo.toml

%package     -n %{name}+humantime-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+humantime-devel %{_description}

This package contains library source intended for building other packages which
use the "humantime" feature of the "%{crate}" crate.

%files       -n %{name}+humantime-devel
%ghost %{crate_instdir}/Cargo.toml

%package     -n %{name}+regex-devel
Summary:        %{summary}
BuildArch:      noarch

%description -n %{name}+regex-devel %{_description}

This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate.

%files       -n %{name}+regex-devel
%ghost %{crate_instdir}/Cargo.toml

%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

%generate_buildrequires

%build
%cargo_build

%install
%cargo_install

%if %{with check}
%check
%endif

%changelog
%autochangelog
openSUSE Build Service is sponsored by