0.2308 bump
This commit is contained in:
parent
2af57dc964
commit
2fb68d100d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/File-Temp-0.2303.tar.gz
|
||||
/File-Temp-0.2304.tar.gz
|
||||
/File-Temp-0.2306.tar.gz
|
||||
/File-Temp-0.2308.tar.gz
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
%global cpan_version 0.2306
|
||||
%global cpan_version 0.2308
|
||||
Name: perl-File-Temp
|
||||
Epoch: 1
|
||||
# Normalized version, compete with perl.spec
|
||||
Version: 0.230.600
|
||||
Release: 2%{?dist}
|
||||
Version: 0.230.800
|
||||
Release: 1%{?dist}
|
||||
Summary: Return name and handle of a temporary file safely
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: https://metacpan.org/release/File-Temp
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -15,6 +14,7 @@ BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.6
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -37,7 +37,6 @@ BuildRequires: perl(Scalar::Util)
|
||||
# Symbol not needed
|
||||
# VMS::Stdio not needed
|
||||
# Tests:
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(FileHandle)
|
||||
# Symbol not needed
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -57,7 +56,8 @@ can be used to create a temporary directory.
|
||||
%prep
|
||||
%setup -q -n File-Temp-%{cpan_version}
|
||||
chmod -x misc/benchmark.pl
|
||||
%fix_shbang_line misc/benchmark.pl
|
||||
perl -MConfig -p -i -e 's|\A#!/usr/local/bin/perl\b|$Config{startperl}|' \
|
||||
misc/benchmark.pl
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
@ -76,6 +76,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 12 2018 Petr Pisar <ppisar@redhat.com> - 1:0.230.800-1
|
||||
- 0.2308 bump
|
||||
|
||||
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.230.600-2
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Temp-0.2306.tar.gz) = 1978038308e2c7aeb64faf7e774d017e9e7a8efcd7168b430d3349c0f02eb74bd0299904762632df7738b5e9bd0c26c168f10bfb63f8425c7cb7e3968e6d3d4a
|
||||
SHA512 (File-Temp-0.2308.tar.gz) = a85c3b5d7f39cfd64c370d72cead15f2d6d713b995ceca71e8af359cd686ae685e1ac6ca91e49165b7e867b1d635d1f124e788b92b01f2bda0b3970f2ad983db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user