|
|
|
@ -8,24 +8,24 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tempfile
|
|
|
|
|
|
|
|
|
|
Name: rust-tempfile
|
|
|
|
|
Version: 3.8.0
|
|
|
|
|
Version: 3.9.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Library for managing temporary files and directories
|
|
|
|
|
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/tempfile
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Automatically generated patch to strip foreign dependencies
|
|
|
|
|
# Automatically generated patch to strip dependencies and normalize metadata
|
|
|
|
|
Patch: tempfile-fix-metadata-auto.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
A library for managing temporary files and directories.}
|
|
|
|
@ -73,7 +73,7 @@ use the "nightly" 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
|
|
|
|
@ -91,6 +91,12 @@ use the "nightly" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 3.9.0-1
|
|
|
|
|
- Update to version 3.9.0; Fixes RHBZ#2256049
|
|
|
|
|
|
|
|
|
|
* Sat Nov 25 2023 Fabio Valentini <decathorpe@gmail.com> - 3.8.1-1
|
|
|
|
|
- Update to version 3.8.1; Fixes RHBZ#2246452
|
|
|
|
|
|
|
|
|
|
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.8.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|