1.30 bump
This commit is contained in:
parent
2ba211c082
commit
1ab796dbb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Time-Local-1.25.tar.gz
|
||||
/Time-Local-1.27.tar.gz
|
||||
/Time-Local-1.28.tar.gz
|
||||
/Time-Local-1.30.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global cpan_version 1.28
|
||||
%global cpan_version 1.30
|
||||
Name: perl-Time-Local
|
||||
Epoch: 2
|
||||
Version: %{cpan_version}0
|
||||
Release: 439%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficiently compute time from local and GMT time
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Time-Local
|
||||
@ -39,11 +39,11 @@ 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
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -51,11 +51,14 @@ make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING.md README.md
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 27 2020 Petr Pisar <ppisar@redhat.com> - 2:1.300-1
|
||||
- 1.30 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.280-439
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Time-Local-1.28.tar.gz) = 8e5e36f84bf9314e780687eaa1a48475ecc4c6cce4510b18d556f1d9ca9ec8b744ac45b4d7d1d9db9bb1a0f15886e8e4ac39aee0882d24fad5becab573b27b67
|
||||
SHA512 (Time-Local-1.30.tar.gz) = 4a27db9a4573b0382d1d5bb9213ca2657b401d91edf573be3235ef899bd5215bf95985152ac20550b121da9952ac51b8a1e568b3a73198d77adac14b688e92ee
|
||||
|
||||
Loading…
Reference in New Issue
Block a user