Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent cc88e297f9
commit 583f4156e1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,5 @@
--- fslock-0.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fslock-0.2.1/Cargo.toml 2022-04-12T10:25:34.827856+00:00
+++ fslock-0.2.1/Cargo.toml 2023-08-06T14:40:28.360156+00:00
@@ -26,9 +26,6 @@
[target."cfg(unix)".dependencies.libc]
version = "^0.2.66"

@ -1,28 +1,24 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate fslock
Name: rust-%{crate}
Name: rust-fslock
Version: 0.2.1
Release: %autorelease
Summary: Library to use files as locks
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/fslock
Source: %{crates_source}
# Initial patched metadata
# * drop windows-specific dependencies
Patch0: fslock-fix-metadata.diff
ExclusiveArch: %{rust_arches}
# Automatically generated patch to strip foreign dependencies
Patch: fslock-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library to use files as locks.}
A library to use files as locks.}
%description %{_description}

Loading…
Cancel
Save