Compare commits
10 Commits
742fd569c3
...
d89dd47de9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d89dd47de9 | ||
|
|
27d1fd460b | ||
|
|
fb7ad0bf31 | ||
|
|
cb28f84832 | ||
|
|
57f7738d9c | ||
|
|
b86072c59e | ||
|
|
cb2a62d485 | ||
|
|
4472d7f4e3 | ||
|
|
a4729cec99 | ||
|
|
4deda7a6f7 |
Binary file not shown.
BIN
File-Temp-0.2311.tar.gz
Normal file
BIN
File-Temp-0.2311.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,15 @@
|
|||||||
%define cpan_name File-Temp
|
%define cpan_name File-Temp
|
||||||
%define cpan_version 0.2308
|
%define cpan_version 0.2311
|
||||||
Name: perl-File-Temp
|
Name: perl-File-Temp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.230.800
|
Version: 0.2311
|
||||||
Release: 4
|
Release: 3
|
||||||
Summary: Return name and handle of a temporary file safely
|
Summary: Return name and handle of a temporary file safely
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/File-Temp
|
URL: https://metacpan.org/release/File-Temp
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils make git perl(POSIX) perl(strict) perl(warnings) perl(Carp) perl(constant)
|
BuildRequires: coreutils make 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-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(Cwd) perl(Errno) perl(IO::Handle) perl(IO::Seekable) perl(overload) perl(Config)
|
||||||
BuildRequires: perl(:VERSION) >= 5.6
|
BuildRequires: perl(:VERSION) >= 5.6
|
||||||
@ -62,7 +62,7 @@ Requires: man
|
|||||||
This package includes man files for File::Temp
|
This package includes man files for File::Temp
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1 -Sgit
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
chmod -x misc/benchmark.pl
|
chmod -x misc/benchmark.pl
|
||||||
perl -MConfig -p -i -e 's|\A#!/usr/local/bin/perl\b|$Config{startperl}|' \
|
perl -MConfig -p -i -e 's|\A#!/usr/local/bin/perl\b|$Config{startperl}|' \
|
||||||
misc/benchmark.pl
|
misc/benchmark.pl
|
||||||
@ -87,6 +87,21 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1:0.230.800-4
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user