Compare commits

...

11 Commits

8
.gitignore vendored

@ -10,3 +10,11 @@
/itoa-1.0.1.crate
/itoa-1.0.2.crate
/itoa-1.0.3.crate
/itoa-1.0.4.crate
/itoa-1.0.5.crate
/itoa-1.0.6.crate
/itoa-1.0.8.crate
/itoa-1.0.9.crate
/itoa-1.0.10.crate
/itoa-1.0.11.crate
/itoa-1.0.14.crate

@ -1,3 +0,0 @@
# rust-itoa
The rust-itoa package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate itoa
Name: rust-itoa
Version: 1.0.3
Version: 1.0.14
Release: %autorelease
Summary: Fast integer primitive to string conversion
@ -13,9 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/itoa
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast integer primitive to string conversion.}
@ -49,8 +47,20 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no-panic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+no-panic-devel %{_description}
This package contains library source intended for building other packages which
use the "no-panic" feature of the "%{crate}" crate.
%files -n %{name}+no-panic-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (itoa-1.0.3.crate) = 1290c027ec8a13d2d15ace2b58a1d1a3a18730cd5fb55bc995826b8f4d04ede650b8315a8905f6737c4c4988690ae03bf32c86ab3a31ae068a67d5be04cd618b
SHA512 (itoa-1.0.14.crate) = ea2d38df373652ddacccd11e610dfdad4e3ae7f0d476514e6ac58092733c817bd834e8cd88c3bc4178dd5a646ba628ae626195e0aa407e8534ae3c2a7b049987

Loading…
Cancel
Save