Compare commits
No commits in common. "c8s" and "c8-stream-5.3" have entirely different histories.
c8s
...
c8-stream-
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
|||||||
/File-Temp-0.23.tar.gz
|
SOURCES/File-Temp-0.2309.tar.gz
|
||||||
/File-Temp-0.2301.tar.gz
|
|
||||||
/File-Temp-0.2302.tar.gz
|
|
||||||
/File-Temp-0.2303.tar.gz
|
|
||||||
/File-Temp-0.2304.tar.gz
|
|
||||||
/File-Temp-0.2306.tar.gz
|
|
||||||
|
|||||||
1
.perl-File-Temp.metadata
Normal file
1
.perl-File-Temp.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
8914bf3be7a387377f6fc1f8a5e1cf8a355f17ea SOURCES/File-Temp-0.2309.tar.gz
|
||||||
@ -1,11 +1,11 @@
|
|||||||
%global cpan_version 0.2306
|
%global cpan_version 0.2309
|
||||||
Name: perl-File-Temp
|
Name: perl-File-Temp
|
||||||
|
Epoch: 1
|
||||||
# Normalized version, compete with perl.spec
|
# Normalized version, compete with perl.spec
|
||||||
Version: 0.230.600
|
Version: 0.230.900
|
||||||
Release: 1%{?dist}
|
Release: 439%{?dist}
|
||||||
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
|
||||||
Group: Development/Libraries
|
|
||||||
URL: https://metacpan.org/release/File-Temp
|
URL: https://metacpan.org/release/File-Temp
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -14,6 +14,7 @@ BuildRequires: make
|
|||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(:VERSION) >= 5.6
|
BuildRequires: perl(:VERSION) >= 5.6
|
||||||
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -36,7 +37,6 @@ BuildRequires: perl(Scalar::Util)
|
|||||||
# Symbol not needed
|
# Symbol not needed
|
||||||
# VMS::Stdio not needed
|
# VMS::Stdio not needed
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(Config)
|
|
||||||
BuildRequires: perl(FileHandle)
|
BuildRequires: perl(FileHandle)
|
||||||
# Symbol not needed
|
# Symbol not needed
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
@ -56,7 +56,8 @@ can be used to create a temporary directory.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n File-Temp-%{cpan_version}
|
%setup -q -n File-Temp-%{cpan_version}
|
||||||
chmod -x misc/benchmark.pl
|
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
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
@ -70,11 +71,35 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes LICENSE misc README
|
%license LICENSE
|
||||||
|
# Omit CONTRIBUTING (first half is not relevant to a binary package, second
|
||||||
|
# half is already presented in POD)
|
||||||
|
%doc Changes misc README
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.230.900-439
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.230.900-438
|
||||||
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.230.900-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 08 2019 Petr Pisar <ppisar@redhat.com> - 1:0.230.900-1
|
||||||
|
- 0.2309 bump
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.230.800-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Mon Jun 25 2018 Petr Pisar <ppisar@redhat.com> - 0.230.600-1
|
* Mon Jun 25 2018 Petr Pisar <ppisar@redhat.com> - 0.230.600-1
|
||||||
- 0.2306 bump
|
- 0.2306 bump
|
||||||
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
from Config import *
|
|
||||||
addFilter("spelling-error .* (tempfile|tempdir)");
|
|
||||||
Loading…
Reference in New Issue
Block a user