|
|
@ -1,14 +1,15 @@
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
%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.5.1
|
|
|
|
Version: 0.5.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Safer binding to platform’s dynamic library loading utilities
|
|
|
|
Summary: Safer binding to platform’s dynamic library loading utilities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: ISC
|
|
|
|
License: ISC
|
|
|
|
License: ISC
|
|
|
|
URL: https://crates.io/crates/libloading
|
|
|
|
URL: https://crates.io/crates/libloading
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
@ -17,12 +18,14 @@ Source: %{crates_source}
|
|
|
|
Patch0: libloading-fix-metadata.diff
|
|
|
|
Patch0: libloading-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(cc/default) >= 1.0.0 with crate(cc/default) < 2.0.0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description %{expand:
|
|
|
|
A safer binding to platform’s dynamic library loading utilities.
|
|
|
|
Safer binding to platform’s dynamic library loading utilities.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -58,6 +61,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
rm -f -v out src/os/unix/global_static.ll
|
|
|
|
rm -f -v out src/os/unix/global_static.ll
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
|
|
|
|
|
|
|
|
@ -70,6 +76,9 @@ rm -f -v out src/os/unix/global_static.ll
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jul 13 11:17:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-1
|
|
|
|
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.5.1-1
|
|
|
|
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
|
|
|
|
|
|
|