Compare commits
No commits in common. "c8-stream-5.3" and "c8s-stream-5.24" have entirely different histories.
c8-stream-
...
c8s-stream
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/File-Temp-0.2309.tar.gz
|
||||
SOURCES/File-Temp-0.2306.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
8914bf3be7a387377f6fc1f8a5e1cf8a355f17ea SOURCES/File-Temp-0.2309.tar.gz
|
||||
e5f13b534cb2bcde59f12b27d4229efb8aa8e0c2 SOURCES/File-Temp-0.2306.tar.gz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
%global cpan_version 0.2309
|
||||
%global cpan_version 0.2306
|
||||
Name: perl-File-Temp
|
||||
Epoch: 1
|
||||
# Normalized version, compete with perl.spec
|
||||
Version: 0.230.900
|
||||
Release: 439%{?dist}
|
||||
Version: 0.230.600
|
||||
Release: 2%{?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
|
||||
@ -14,7 +14,6 @@ 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,6 +36,7 @@ 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)
|
||||
@ -56,8 +56,7 @@ can be used to create a temporary directory.
|
||||
%prep
|
||||
%setup -q -n File-Temp-%{cpan_version}
|
||||
chmod -x misc/benchmark.pl
|
||||
perl -MConfig -p -i -e 's|\A#!/usr/local/bin/perl\b|$Config{startperl}|' \
|
||||
misc/benchmark.pl
|
||||
%fix_shbang_line misc/benchmark.pl
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
@ -71,38 +70,23 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
# Omit CONTRIBUTING (first half is not relevant to a binary package, second
|
||||
# half is already presented in POD)
|
||||
%doc Changes misc README
|
||||
%doc Changes LICENSE misc README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.230.600-2
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Mon Jun 25 2018 Petr Pisar <ppisar@redhat.com> - 0.230.600-1
|
||||
- 0.2306 bump
|
||||
|
||||
* Fri Apr 27 2018 Petr Pisar <ppisar@redhat.com> - 0.230.400-398
|
||||
- Increase release not to clash with perl-bootstrap:5.24 subpackages
|
||||
|
||||
* Wed Mar 28 2018 Petr Pisar <ppisar@redhat.com> - 0.230.400-397
|
||||
- Increase release not to clash with perl-bootstrap:5.24 subpackages
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.230.400-396
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user