Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 6d7c5179da
commit 0342e71c15
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate toml
Name: rust-%{crate}0.4
Version: 0.4.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Native Rust encoder and decoder of TOML-formatted files and streams
# Upstream license specification: MIT/Apache-2.0
@ -15,18 +15,16 @@ URL: https://crates.io/crates/toml
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
%endif
%global _description \
A native Rust encoder and decoder of TOML-formatted files and streams. Provides\
implementations of the standard Serialize/Deserialize traits for TOML data to\
facilitate deserializing and serializing Rust structures.
%global _description %{expand:
Native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.}
%description %{_description}
@ -60,6 +58,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -72,5 +73,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 23 10:46:58 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-2
- Regenerate
* Sat Mar 16 18:13:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-1
- Initial package

Loading…
Cancel
Save