Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent e82c924203
commit 7dfac33638
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

@ -1,5 +1,5 @@
--- findshlibs-0.10.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ findshlibs-0.10.2/Cargo.toml 2022-04-20T18:18:00.934891+00:00
+++ findshlibs-0.10.2/Cargo.toml 2023-08-06T14:29:24.999620+00:00
@@ -24,8 +24,3 @@
version = "0.2.104"
[build-dependencies.cc]

@ -1,28 +1,25 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate findshlibs
Name: rust-%{crate}
Name: rust-findshlibs
Version: 0.10.2
Release: %autorelease
Summary: Find the set of shared libraries loaded in the current process with a cross platform API
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/findshlibs
Source: %{crates_source}
# Drop dependencies for Mac and Windows targets
Patch0: findshlibs-fix-metadata.diff
ExclusiveArch: %{rust_arches}
# Automatically generated patch to strip foreign dependencies
Patch: findshlibs-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Find the set of shared libraries loaded in the current process with a cross
platform API.}
Find the set of shared libraries loaded in the current process with a
cross platform API.}
%description %{_description}

Loading…
Cancel
Save