Compare commits

...

5 Commits

Author SHA1 Message Date
Fedora Release Engineering 52296530f6 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering dd6e63f162 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 7dfac33638
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering e82c924203 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering dd5e96ab51 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -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