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-env_logger/rust-env_logger.spec

133 lines
3.4 KiB

# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate env_logger
Name: rust-env_logger
Version: 0.11.5
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
6 years ago
Source: %{crates_source}
# * upstream patch to fix invalid code block attributes in docstrings
Patch: https://github.com/rust-cli/env_logger/commit/b020d97.patch
BuildRequires: cargo-rpm-macros >= 24
%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
6 years ago
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+auto-color-devel %{_description}
6 years ago
This package contains library source intended for building other packages which
use the "auto-color" feature of the "%{crate}" crate.
6 years ago
%files -n %{name}+auto-color-devel
%ghost %{crate_instdir}/Cargo.toml
6 years ago
%package -n %{name}+color-devel
6 years ago
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+color-devel %{_description}
6 years ago
This package contains library source intended for building other packages which
use the "color" feature of the "%{crate}" crate.
6 years ago
%files -n %{name}+color-devel
%ghost %{crate_instdir}/Cargo.toml
6 years ago
%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
6 years ago
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+regex-devel %{_description}
6 years ago
This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate.
6 years ago
%files -n %{name}+regex-devel
%ghost %{crate_instdir}/Cargo.toml
6 years ago
%package -n %{name}+unstable-kv-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-kv-devel %{_description}
This package contains library source intended for building other packages which
use the "unstable-kv" feature of the "%{crate}" crate.
%files -n %{name}+unstable-kv-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog