Compare commits

..

No commits in common. "d89dd47de9f5d517e1e035ccb25b6962a45246b3" and "742fd569c35d95a1deb73e31119f41aa772d0193" have entirely different histories.

3 changed files with 5 additions and 20 deletions

BIN
File-Temp-0.2308.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%define cpan_name File-Temp
%define cpan_version 0.2311
%define cpan_version 0.2308
Name: perl-File-Temp
Epoch: 1
Version: 0.2311
Release: 3
Version: 0.230.800
Release: 4
Summary: Return name and handle of a temporary file safely
License: GPL+ or Artistic
URL: https://metacpan.org/release/File-Temp
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils make perl(POSIX) perl(strict) perl(warnings) perl(Carp) perl(constant)
BuildRequires: coreutils make git perl(POSIX) perl(strict) perl(warnings) perl(Carp) perl(constant)
BuildRequires: perl-generators perl-interpreter perl(Scalar::Util) perl(FileHandle) perl(Test::More)
BuildRequires: perl(Cwd) perl(Errno) perl(IO::Handle) perl(IO::Seekable) perl(overload) perl(Config)
BuildRequires: perl(:VERSION) >= 5.6
@ -62,7 +62,7 @@ Requires: man
This package includes man files for File::Temp
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1 -Sgit
chmod -x misc/benchmark.pl
perl -MConfig -p -i -e 's|\A#!/usr/local/bin/perl\b|$Config{startperl}|' \
misc/benchmark.pl
@ -87,21 +87,6 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 1:0.2311-3
- delete macros in changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1:0.2311-2
- DESC: delete -Sgit from autosetup, and delete BuildRequires git
* Wed Feb 03 2021 yuanxin <yuanxin24@huawei.com> - 1:0.2311-1
- Upgrade to version 0.2311
* Thu Jul 23 2020 xinghe <xinghe1@huawei.com> - 1:0.230.900-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 0.2309
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1:0.230.800-4
- Type:enhancement
- ID:NA