Initial import (#2237909)

epel9 imports/e9/rust-color-print-proc-macro-0.3.5-1.el9
Fabio Valentini 1 year ago
parent a6ac7d789e
commit 05e6fc0900
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/color-print-proc-macro-0.3.5.crate

@ -1,3 +0,0 @@
# rust-color-print-proc-macro
The rust-color-print-proc-macro package

@ -0,0 +1,81 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate color-print-proc-macro
Name: rust-color-print-proc-macro
Version: 0.3.5
Release: %autorelease
Summary: Implementation for the package color-print
License: MIT OR Apache-2.0
URL: https://crates.io/crates/color-print-proc-macro
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Implementation for the package color-print.}
%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}+terminfo-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminfo-devel %{_description}
This package contains library source intended for building other packages which
use the "terminfo" feature of the "%{crate}" crate.
%files -n %{name}+terminfo-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -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 (color-print-proc-macro-0.3.5.crate) = 03ff7fa8b80ac3bc2186853787a592b1d8fac75ad32bbdf5f2ff9ba6c27a56c57b90c0d23f40cb43595a4e4f9f6d817d2525e8127f62b5b94f58dc7070a7e3f9
Loading…
Cancel
Save