|
|
@ -8,14 +8,14 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate tiff
|
|
|
|
%global crate tiff
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-tiff
|
|
|
|
Name: rust-tiff
|
|
|
|
Version: 0.9.0
|
|
|
|
Version: 0.9.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Decoding and encoding library in pure Rust
|
|
|
|
Summary: Decoding and encoding library in pure Rust
|
|
|
|
|
|
|
|
|
|
|
@ -23,10 +23,10 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/tiff
|
|
|
|
URL: https://crates.io/crates/tiff
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
|
|
|
|
# * drop unused, benchmark-only criterion dev-dependency
|
|
|
|
Patch: tiff-fix-metadata.diff
|
|
|
|
Patch: tiff-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
TIFF decoding and encoding library in pure Rust.}
|
|
|
|
TIFF decoding and encoding library in pure Rust.}
|
|
|
@ -61,7 +61,7 @@ use the "default" 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
|
|
|
@ -80,9 +80,12 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.0-1
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.1-1
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.1-1
|
|
|
|
|
|
|
|
- Update to version 0.9.1; Fixes RHBZ#2258272
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 12 2023 Kalev Lember <klember@redhat.com> - 0.9.0-1
|
|
|
|
* Sat Aug 12 2023 Kalev Lember <klember@redhat.com> - 0.9.0-1
|
|
|
|
- Update to version 0.9.0; Fixes RHBZ#2138521
|
|
|
|
- Update to version 0.9.0; Fixes RHBZ#2138521
|
|
|
|
|
|
|
|
|
|
|
|