Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -0,0 +1,3 @@
# rust-rle-decode-fast
The rust-rle-decode-fast package

@ -1,5 +1,5 @@
--- rle-decode-fast-1.0.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- rle-decode-fast-1.0.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rle-decode-fast-1.0.3/Cargo.toml 2023-08-05T22:05:22.977258+00:00 +++ rle-decode-fast-1.0.3/Cargo.toml 2022-02-09T22:27:33.229164+00:00
@@ -19,15 +19,5 @@ @@ -19,15 +19,5 @@
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/WanzenBug/rle-decode-helper" repository = "https://github.com/WanzenBug/rle-decode-helper"

@ -1,22 +1,25 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rle-decode-fast %global crate rle-decode-fast
Name: rust-rle-decode-fast Name: rust-%{crate}
Version: 1.0.3 Version: 1.0.3
Release: %autorelease Release: %autorelease
Summary: Fast decoder for Run-Length Encoded data in Rust Summary: Fast decoder for Run-Length Encoded data in Rust
License: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/rle-decode-fast URL: https://crates.io/crates/rle-decode-fast
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Initial patched metadata
# * drop unused, benchmark-only criterion dependency to speed up builds # * remove unused benchmark feature and criterion dependency
Patch: rle-decode-fast-fix-metadata.diff Patch0: rle-decode-fast-fix-metadata.diff
BuildRequires: rust-packaging >= 21 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Fast decoder for Run-Length Encoded data in Rust} Fast decoder for Run-Length Encoded data in Rust}
@ -34,10 +37,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license LICENSE-APACHE LICENSE-MIT
%license %{crate_instdir}/LICENSE-MIT %doc README.md
%doc %{crate_instdir}/README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,7 +51,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

Loading…
Cancel
Save