Regenerate with rust2rpm v24

epel9 imports/e9/rust-faccess-0.2.4-5.el9
Fabio Valentini 2 years ago
parent 08871ae38f
commit 3bad263455
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-faccess
The rust-faccess package

@ -1,11 +1,9 @@
--- faccess-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- faccess-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ faccess-0.2.4/Cargo.toml 2022-03-21T12:13:39.852900+00:00 +++ faccess-0.2.4/Cargo.toml 2023-03-03T10:57:19.234832+00:00
@@ -34,19 +34,4 @@ @@ -36,17 +36,3 @@
version = "1.2.1"
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
-version = "~0.2.68" version = "~0.2.68"
-
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8" -version = "0.3.8"
-features = [ -features = [
@ -20,4 +18,3 @@
- "winerror", - "winerror",
- "winnt", - "winnt",
-] -]
+version = "0.2.68"

@ -1,23 +1,19 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate faccess %global crate faccess
Name: rust-%{crate} Name: rust-faccess
Version: 0.2.4 Version: 0.2.4
Release: %autorelease Release: %autorelease
Summary: Simple file accessibility checks Summary: Simple file accessibility checks
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/faccess URL: https://crates.io/crates/faccess
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop Windows-specific dependencies Patch: faccess-fix-metadata-auto.diff
Patch0: faccess-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save