Compare commits

..

3 Commits

@ -1,5 +1,6 @@
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 26
# * outdated dev-dependencies: quickcheck ^0.9, rand ^0.7
%bcond_with check
%global debug_package %{nil}
%global crate byteorder
@ -13,7 +14,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/byteorder
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Library for reading/writing numbers in big-endian and little-endian.}

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: quickcheck ^0.9, rand ^0.7"]
Loading…
Cancel
Save