|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# * tests and test files are not included in published crates
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -16,16 +16,15 @@
|
|
|
|
|
%global crate jpeg-decoder
|
|
|
|
|
|
|
|
|
|
Name: rust-jpeg-decoder
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Version: 0.3.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: JPEG decoder
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT / Apache-2.0
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/jpeg-decoder
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
JPEG decoder.}
|
|
|
|
@ -97,7 +96,7 @@ use the "rayon" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -115,9 +114,12 @@ use the "rayon" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.0-1
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
|
|
|
|
|
- Update to version 0.3.1; Fixes RHBZ#2258267
|
|
|
|
|
|
|
|
|
|
* Tue Aug 08 2023 Kalev Lember <klember@redhat.com> - 0.3.0-1
|
|
|
|
|
- Update to version 0.3.0; Fixes RHBZ#2135555
|
|
|
|
|
|
|
|
|
|