Compare commits

..

4 Commits

Author SHA1 Message Date
Fabio Valentini 6c484fb8d7
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 2953a8563b
Rebuild
3 years ago
Igor Raits 9e5748eb4a
Revert "Bootstrap (disable tests)"
3 years ago
Igor Raits 69bdc9a1eb
Bootstrap (disable tests)
3 years ago

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

@ -1,22 +1,28 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 19
%bcond_without check
%global debug_package %{nil}
%global crate bincode
Name: rust-bincode
Name: rust-%{crate}
Version: 1.3.3
Release: %autorelease
Summary: Binary serialization / deserialization strategy that uses Serde
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/bincode
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
A binary serialization / deserialization strategy that uses Serde for
Binary serialization / deserialization strategy that uses Serde for
transforming structs into bytes and vice versa!.}
%description %{_description}
@ -28,12 +34,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
use "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE.md
%doc %{crate_instdir}/readme.md
%{crate_instdir}/
%license LICENSE.md
%doc readme.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -42,10 +48,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
use "the default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+i128-devel
Summary: %{summary}
@ -54,10 +60,10 @@ BuildArch: noarch
%description -n %{name}+i128-devel %{_description}
This package contains library source intended for building other packages which
use the "i128" feature of the "%{crate}" crate.
use "the i128" feature of the "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1,2 +0,0 @@
[DEFAULT]
summary = Binary serialization / deserialization strategy that uses Serde
Loading…
Cancel
Save