Update to 1.4.0 (initial package after unretirement; close RHBZ#2307083)

epel10 imports/epel10/rust-tabwriter-1.4.0-1.el10
Benjamin A. Beasley 6 months ago
parent d19c65eb12
commit fc5dc2d7a9

1
.gitignore vendored

@ -2,3 +2,4 @@
/tabwriter-1.0.4.crate /tabwriter-1.0.4.crate
/tabwriter-1.1.0.crate /tabwriter-1.1.0.crate
/tabwriter-1.2.1.crate /tabwriter-1.2.1.crate
/tabwriter-1.4.0.crate

@ -0,0 +1,4 @@
# Feature metapackages are not supposed to have documentation!
addFilter(r"\+[-_\w]+-devel.noarch: W: no-documentation")
# Not a real spelling error
addFilter(r"spelling-error \('[Tt]abstops?',")

@ -1,25 +1,20 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 26
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tabwriter %global crate tabwriter
Name: rust-%{crate} Name: rust-tabwriter
Version: 1.2.1 Version: 1.4.0
Release: %autorelease Release: %autorelease
Summary: Elastic tabstops Summary: Elastic tabstops
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense OR MIT
URL: https://crates.io/crates/tabwriter URL: https://crates.io/crates/tabwriter
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Elastic tabstops.} Elastic tabstops.}
@ -32,14 +27,15 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license COPYING LICENSE-MIT UNLICENSE %license %{crate_instdir}/COPYING
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/UNLICENSE
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,session.vim} %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,11 +43,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ansi_formatting-devel %package -n %{name}+ansi_formatting-devel
Summary: %{summary} Summary: %{summary}
@ -59,38 +55,14 @@ BuildArch: noarch
%description -n %{name}+ansi_formatting-devel %{_description} %description -n %{name}+ansi_formatting-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "ansi_formatting" feature of "%{crate}" crate. use the "ansi_formatting" feature of the "%{crate}" crate.
%files -n %{name}+ansi_formatting-devel %files -n %{name}+ansi_formatting-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+lazy_static-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+lazy_static-devel %{_description}
This package contains library source intended for building other packages
which use "lazy_static" feature of "%{crate}" crate.
%files -n %{name}+lazy_static-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+regex-devel %{_description}
This package contains library source intended for building other packages
which use "regex" feature of "%{crate}" crate.
%files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (tabwriter-1.2.1.crate) = f5b909440aff00e09e2ddddc7b34556a38ad93b24ed249aa2e9405a9d02ff4d00324b353099ef17394ffa6c20b2c43131ecedf52079ab9dc0559db4d13ac68a5 SHA512 (tabwriter-1.4.0.crate) = 066846124e3beee816f76ed3a59fb224593537ce5807aa472fbcd0cb98f638dba6801d171b6d1026e56b6eaae6f2e873d64c190c97bbd8d6ffeffc82f3b4d52f

Loading…
Cancel
Save