|
|
|
@ -1,12 +1,14 @@
|
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
|
%bcond_without check
|
|
|
|
|
# rustdoc fails to compile some doctests on aarch64
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1902663
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate nom
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}5
|
|
|
|
|
Version: 5.1.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Byte-oriented, zero-copy, parser combinators library
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
@ -171,5 +173,8 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 25 2021 Fabio Valentini <decathorpe@gmail.com> - 5.1.2-2
|
|
|
|
|
- Disable tests, they are broken on aarch64 anyway.
|
|
|
|
|
|
|
|
|
|
* Mon Jan 25 2021 Fabio Valentini <decathorpe@gmail.com> - 5.1.2-1
|
|
|
|
|
- Initial compat package for nom 5
|
|
|
|
|