|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
# * 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-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.24.0
|
|
|
|
Version: 0.25.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Library for reading and writing the DWARF debugging format
|
|
|
|
Summary: Library for reading and writing the DWARF debugging format
|
|
|
|
|
|
|
|
|
|
|
@ -43,7 +43,7 @@ which use "%{crate}" crate.
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
%doc CHANGELOG.md CONTRIBUTING.md README.md
|
|
|
|
%doc CHANGELOG.md CONTRIBUTING.md README.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{fixtures/,.github/,rustfmt.toml}
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{fixtures/,rustfmt.toml}
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|