|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate libloading
|
|
|
|
%global crate libloading
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.7.0
|
|
|
|
Version: 0.7.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Safer binding to platform’s dynamic library loading utilities
|
|
|
|
Summary: Safer binding to platform’s dynamic library loading utilities
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: ISC
|
|
|
|
URL: https://crates.io/crates/libloading
|
|
|
|
URL: https://crates.io/crates/libloading
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows
|
|
|
|
# * drop windows-specific dependencies
|
|
|
|
Patch0: libloading-fix-metadata.diff
|
|
|
|
Patch0: libloading-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -25,7 +25,8 @@ BuildArch: noarch
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Safer binding to platform’s dynamic library loading utilities.}
|
|
|
|
Bindings around the platform's dynamic library loading primitives with greatly
|
|
|
|
|
|
|
|
improved memory safety.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|