Compare commits

..

7 Commits

Author SHA1 Message Date
Fabio Valentini 951aa1ac37
Remove reference to readme file that is not included in published crates
5 months ago
Fedora Release Engineering a88f9232ce Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering fc0cdf6873 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 00a2d1f6c5
Fix invalid SPDX identifier in crate license
2 years ago
Fabio Valentini 2ae36496a9
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 6011009d3a Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 11036e2d64 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -1,3 +0,0 @@
# rust-im-rc
The rust-im-rc package

@ -1,6 +1,14 @@
--- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ im-rc-15.1.0/Cargo.toml 2022-05-12T13:33:00.506027+00:00 +++ im-rc-15.1.0/Cargo.toml 2024-09-14T12:15:58.467147+00:00
@@ -62,10 +62,6 @@ @@ -19,7 +19,6 @@
description = "Immutable collection datatypes (the fast but not thread safe version)"
homepage = "http://immutable.rs/"
documentation = "http://immutable.rs/"
-readme = "../../README.md"
keywords = [
"immutable",
"persistent",
@@ -62,10 +61,6 @@
version = "1" version = "1"
optional = true optional = true
@ -11,7 +19,7 @@
[dependencies.serde] [dependencies.serde]
version = "1" version = "1"
optional = true optional = true
@@ -106,10 +102,6 @@ @@ -106,10 +101,6 @@
[features] [features]
debug = [] debug = []

@ -1,26 +1,24 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 26
# * missing dev-dependencies: metrohash # * missing dev-dependencies: metrohash
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate im-rc %global crate im-rc
Name: rust-%{crate} Name: rust-im-rc
Version: 15.1.0 Version: 15.1.0
Release: %autorelease Release: %autorelease
Summary: Immutable collection datatypes (the fast but not thread safe version) Summary: Immutable collection datatypes (the fast but not thread safe version)
# Upstream license specification: MPL-2.0+ License: MPL-2.0+
License: MPLv2.0
URL: https://crates.io/crates/im-rc URL: https://crates.io/crates/im-rc
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Manually created patch for downstream crate metadata changes
# * drop optional "pool" feature with missing "refpool" dependency # * drop optional "pool" feature with missing "refpool" dependency
Patch0: im-rc-fix-metadata.diff # * remove reference to readme file that is not included in published crates
Patch: im-rc-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Immutable collection datatypes (the fast but not thread safe version).} Immutable collection datatypes (the fast but not thread safe version).}
@ -128,7 +126,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,10 @@
[package]
cargo-toml-patch-comments = [
"drop optional \"pool\" feature with missing \"refpool\" dependency",
"remove reference to readme file that is not included in published crates",
]
[tests]
run = ["none"]
comments = ["missing dev-dependencies: metrohash"]
Loading…
Cancel
Save