Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d89dd47de9
!11 [sync] PR-9: delete macros in changelog
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-28 11:14:48 +00:00
dongyuzhen
27d1fd460b delete macros in changelog
(cherry picked from commit aef2064cdfc476efa0bacb34195656e9b96d3679)
2022-10-27 11:43:56 +08:00
openeuler-ci-bot
fb7ad0bf31
!7 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 09:12:23 +00:00
ut001695
cb28f84832 fix bogus date in %changelog 2022-06-16 10:27:52 +08:00
openeuler-ci-bot
57f7738d9c !6 perl-File-Temp delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-08-11 09:31:12 +00:00
chenyanpanHW
b86072c59e
delete -Sgit from %autosetup, and delete BuildRequires git 2021-07-30 23:15:41 +08:00
openeuler-ci-bot
cb2a62d485 !5 upgrade version to 0.2311
From: @xinyingchao
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-02-04 21:41:36 +08:00
yangl777
4472d7f4e3 upgrade version to 0.2311 2021-02-03 14:37:51 +08:00
openeuler-ci-bot
a4729cec99 !2 perl-File-Temp
Merge pull request !2 from xinghe/master
2020-07-26 00:30:45 +08:00
zhouhaibo055
4deda7a6f7 update version 2020-07-23 20:47:07 +08:00
3 changed files with 20 additions and 5 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,15 +1,15 @@
%define cpan_name File-Temp
%define cpan_version 0.2308
%define cpan_version 0.2311
Name: perl-File-Temp
Epoch: 1
Version: 0.230.800
Release: 4
Version: 0.2311
Release: 3
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 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(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 -Sgit
%autosetup -n %{cpan_name}-%{cpan_version} -p1
chmod -x misc/benchmark.pl
perl -MConfig -p -i -e 's|\A#!/usr/local/bin/perl\b|$Config{startperl}|' \
misc/benchmark.pl
@ -87,6 +87,21 @@ 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