Initial Fedora package

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9 imports/e9/rust-ansi-str-0.7.2-1.el9
Michel Alexandre Salim 2 years ago
parent e06095b50b
commit 8cf08468de
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -0,0 +1 @@
/ansi-str-0.7.2.crate

@ -0,0 +1,68 @@
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate ansi-str
Name: rust-ansi-str
Version: 0.7.2
Release: %autorelease
Summary: Library which provides a set of methods to work with ANSI strings
License: MIT
URL: https://crates.io/crates/ansi-str
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library which provides a set of methods to work with ANSI strings.}
%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
%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
%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 (ansi-str-0.7.2.crate) = 52462c001507b6cb6a2722ba276a5eb8b77b8697997c6333e6f0fda2e0111e291ab403284f26064f33ca4c75aa31d6b48248cd322ade54949705e6e20cec3b08
Loading…
Cancel
Save