Initial import (pretty_env_logger 0.4 compat package)

epel9 imports/e9/rust-pretty_env_logger0.4-0.4.0-1.el9
Fabio Valentini 1 year ago
parent 49bc3b02ce
commit 6e5b62d352
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/pretty_env_logger-0.4.0.crate

@ -1,3 +0,0 @@
# rust-pretty_env_logger0.4
The rust-pretty_env_logger0.4 package

@ -0,0 +1,69 @@
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate pretty_env_logger
Name: rust-pretty_env_logger0.4
Version: 0.4.0
Release: %autorelease
Summary: Visually pretty env_logger
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/pretty_env_logger
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A visually pretty env_logger.}
%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
%{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
%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

@ -0,0 +1 @@
SHA512 (pretty_env_logger-0.4.0.crate) = 770de8e256cedfb21fc89cc1ecc564ae1a8e67263705b4234b91867996c4db77ec703b70a46aef6b018c6ce09aab6a232fd1eedf8324c39f119a6807daa534f9
Loading…
Cancel
Save