Compare commits

..

5 Commits

Author SHA1 Message Date
Fedora Release Engineering 29475196d8 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering a80b6f5030 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 089052e191
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering b7ec0f15b3 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering fcf512b0a3 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -1,3 +0,0 @@
# 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 2022-02-09T22:27:33.229164+00:00
+++ rle-decode-fast-1.0.3/Cargo.toml 2023-08-05T22:05:22.977258+00:00
@@ -19,15 +19,5 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/WanzenBug/rle-decode-helper"

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

Loading…
Cancel
Save