Update to 0.76.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent cb82b96dc9
commit 3b3e934e43
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -0,0 +1 @@
/nu-table-0.76.0.crate

@ -0,0 +1,67 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate nu-table
Name: rust-nu-table
Version: 0.76.0
Release: %autorelease
Summary: Nushell table printing
License: MIT
URL: https://crates.io/crates/nu-table
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Nushell table printing.}
%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
%{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 (nu-table-0.76.0.crate) = 934a8521805c370f89f2cdb4a71d3077bac8d56eb1f4c0de1b3ae1bf20f6e06bf0ae8fb0f72f956e45ddf7d9179c72648b41ef197c2d5afe975f0e5061dc0502
Loading…
Cancel
Save