Update to version 1.3.0; Fixes RHBZ#2166987

epel9 imports/e9/rust-fs_extra-1.3.0-1.el9
Fabio Valentini 2 years ago
parent 49452ce932
commit 51bc8a13c3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/fs_extra-1.1.0.crate /fs_extra-1.1.0.crate
/fs_extra-1.2.0.crate /fs_extra-1.2.0.crate
/fs_extra-1.3.0.crate

@ -1,29 +1,25 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 24
%bcond_without check # * some tests hard-code assumptions that are not true across file systems:
# https://github.com/webdesus/fs_extra/issues/69
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fs_extra %global crate fs_extra
Name: rust-%{crate} Name: rust-fs_extra
Version: 1.2.0 Version: 1.3.0
Release: %autorelease Release: %autorelease
Summary: Expanding opportunities standard library std::fs and std::io Summary: Expanding std::fs and std::io
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/fs_extra URL: https://crates.io/crates/fs_extra
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Expanding opportunities standard library std::fs and std::io. Recursively copy Expanding std::fs and std::io. Recursively copy folders with information
folders with recept information about process and much more.} about process and much more.}
%description %{_description} %description %{_description}
@ -33,13 +29,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,11 +43,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (fs_extra-1.2.0.crate) = 66670d624394874d7f786f8d362438c53f5b18008909ab8e7a74e82518dbc189e37588836f05f19dcd4718f4c1a5296fdf274380d574b1f475e28891ecdd6c91 SHA512 (fs_extra-1.3.0.crate) = 090d2ace0517b86dd2f54c5491366cbb6e1677f64cf64f024f7dc6a3c42c4f8c54b215e954572e2df10ae7f0e956890ecf7ccbeebf66b645c7647409484c845d

Loading…
Cancel
Save