|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# * resolve circular dependency with object and addr2line
|
|
|
|
# * resolve circular dependency with object and addr2line
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate gimli
|
|
|
|
%global crate gimli
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-gimli
|
|
|
|
Name: rust-gimli
|
|
|
|
Version: 0.26.2
|
|
|
|
Version: 0.27.2
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Library for reading and writing the DWARF debugging format
|
|
|
|
Summary: Library for reading and writing the DWARF debugging format
|
|
|
|
|
|
|
|
|
|
|
@ -17,12 +17,10 @@ Source: %{crates_source}
|
|
|
|
# * exclude test fixtures from installed files
|
|
|
|
# * exclude test fixtures from installed files
|
|
|
|
Patch: gimli-fix-metadata.diff
|
|
|
|
Patch: gimli-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Library for reading and writing the DWARF debugging format.}
|
|
|
|
A library for reading and writing the DWARF debugging format.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -153,8 +151,9 @@ use the "write" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
find -type f -name '*.rs' -exec chmod -c -x '{}' '+'
|
|
|
|
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
# remove stray executable bit
|
|
|
|
|
|
|
|
chmod -x tests/parse_self.rs
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|