Compare commits
No commits in common. "c8-stream-5.3" and "c8-stream-5.26" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Time-Local-1.28.tar.gz
|
||||
SOURCES/Time-Local-1.25.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
a693c9eb4280a8373e5b49d48738a37425e08c8d SOURCES/Time-Local-1.28.tar.gz
|
||||
02f7817190b1613571cc7d8996e57f851e1fde58 SOURCES/Time-Local-1.25.tar.gz
|
||||
|
||||
@ -1,17 +1,19 @@
|
||||
%global cpan_version 1.28
|
||||
%global cpan_version 1.25
|
||||
Name: perl-Time-Local
|
||||
Epoch: 1
|
||||
Version: %{cpan_version}0
|
||||
Release: 2%{?dist}
|
||||
Release: 395%{?dist}
|
||||
Summary: Efficiently compute time from local and GMT time
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Time-Local
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Time-Local-%{cpan_version}.tar.gz
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Time-Local/
|
||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Time-Local-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
@ -21,8 +23,7 @@ BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(parent)
|
||||
# Tests:
|
||||
# CPAN::Meta not helpful
|
||||
# CPAN::Meta::Prereqs not helpful
|
||||
# POSIX not used
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -39,11 +40,12 @@ so dates before the system's epoch may not work on all operating systems.
|
||||
%setup -q -n Time-Local-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -56,15 +58,6 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.280-2
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Thu Jun 14 2018 Petr Pisar <ppisar@redhat.com> - 1:1.280-1
|
||||
- 1.28 bump
|
||||
|
||||
* Tue Jun 12 2018 Petr Pisar <ppisar@redhat.com> - 1:1.270-1
|
||||
- 1.27 bump
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.250-395
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user