# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate bincode Name: rust-%{crate} Version: 1.0.1 Release: 1%{?dist} Summary: Binary serialization / deserialization strategy that uses Serde License: MIT URL: https://crates.io/crates/bincode Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging # [dependencies] BuildRequires: (crate(byteorder) >= 1.2.0 with crate(byteorder) < 2.0.0) BuildRequires: (crate(serde) >= 1.0.63 with crate(serde) < 2.0.0) %if %{with check} # [dev-dependencies] BuildRequires: (crate(serde_bytes) >= 0.10.3 with crate(serde_bytes) < 0.11.0) BuildRequires: (crate(serde_derive) >= 1.0.27 with crate(serde_derive) < 2.0.0) %endif %description %{summary}. %package devel Summary: %{summary} BuildArch: noarch %description devel A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa! This package contains library source intended for building other packages which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %files devel %license LICENSE.md %doc readme.md %{cargo_registry}/%{crate}-%{version}/ %changelog * Tue Jun 19 2018 Josh Stone - 1.0.1-1 - Update to 1.0.1 * Thu May 10 2018 Igor Gnatenko - 1.0.0-1 - Update to 1.0.0 * Fri Feb 09 2018 Fedora Release Engineering - 0.9.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 0.9.2-2 - Rebuild for rust-packaging v5 * Mon Nov 13 2017 Igor Gnatenko - 0.9.2-1 - Update to 0.9.2 * Sat Jul 08 2017 Igor Gnatenko - 0.8.0-2 - Don't patch 1.*.* * Fri Jun 16 2017 Igor Gnatenko - 0.8.0-1 - Initial package