|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# * files that are required for unit tests are not included in published crates
|
|
|
|
# * files that are required for unit tests are not included in published crates
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate goblin
|
|
|
|
%global crate goblin
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-goblin
|
|
|
|
Name: rust-goblin
|
|
|
|
Version: 0.5.4
|
|
|
|
Version: 0.6.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
|
|
|
|
Summary: Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
|
|
|
|
|
|
|
|
|
|
|
@ -14,12 +14,11 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/goblin
|
|
|
|
URL: https://crates.io/crates/goblin
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate.}
|
|
|
|
An impish, cross-platform, ELF, Mach-o, and PE binary parsing and
|
|
|
|
|
|
|
|
loading crate.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|