Update to 0.9.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/papergrid-0.7.1.crate /papergrid-0.7.1.crate
/papergrid-0.9.0.crate

@ -1,24 +1,22 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate papergrid %global crate papergrid
Name: rust-papergrid Name: rust-papergrid
Version: 0.7.1 Version: 0.9.0
Release: %autorelease Release: %autorelease
Summary: Core library to print a table Summary: Core library to print a table
License: MIT License: MIT
URL: https://crates.io/crates/papergrid URL: https://crates.io/crates/papergrid
Source: %{crates_source} Source: %{crates_source}
# PR to symlink license text to each crate directories: https://github.com/zhiburt/tabled/pull/283
Source1: https://raw.githubusercontent.com/zhiburt/tabled/master/LICENSE
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Core library to print a table.} Papergrid is a core library to print a table.}
%description %{_description} %description %{_description}
@ -32,7 +30,7 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -84,9 +82,20 @@ use the "color" feature of the "%{crate}" crate.
%files -n %{name}+color-devel %files -n %{name}+color-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
cp -p %{SOURCE1} .
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (papergrid-0.7.1.crate) = f43c7f64e10f8c692fcd62728e44e893bb59031d7524415892df2fbdcab083c73ba72e20942ba1f47195d9aad5997be6bf0a105be9f18ba6ab171e8e3ebb5356 SHA512 (papergrid-0.9.0.crate) = af436181fb48425a35b19cd37ecc0bb1ae17f5fed3313824633f67f3edd37779ddfc8ccce84ee519256967bea14fc20d17fa180ef275a1cc0ce8a362cdaa899c

Loading…
Cancel
Save