|
|
|
@ -1,23 +1,23 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
# prevent executables from being installed
|
|
|
|
|
%global cargo_install_bin 0
|
|
|
|
|
|
|
|
|
|
%global crate unsafe-libyaml
|
|
|
|
|
|
|
|
|
|
Name: rust-unsafe-libyaml
|
|
|
|
|
Version: 0.2.10
|
|
|
|
|
Version: 0.2.11
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Libyaml transpiled to rust by c2rust
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://crates.io/crates/unsafe-libyaml
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * skip building unused test binaries
|
|
|
|
|
Patch: unsafe-libyaml-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 26
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Libyaml transpiled to rust by c2rust.}
|
|
|
|
|