5.20170320 bump
This commit is contained in:
parent
7032050de0
commit
5f9648bb9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ Module-CoreList-2.13.tar.gz
|
|||||||
/Module-CoreList-5.20170115.tar.gz
|
/Module-CoreList-5.20170115.tar.gz
|
||||||
/Module-CoreList-5.20170120.tar.gz
|
/Module-CoreList-5.20170120.tar.gz
|
||||||
/Module-CoreList-5.20170220.tar.gz
|
/Module-CoreList-5.20170220.tar.gz
|
||||||
|
/Module-CoreList-5.20170320.tar.gz
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
Name: perl-Module-CoreList
|
Name: perl-Module-CoreList
|
||||||
# Epoch to compete with perl.spec
|
# Epoch to compete with perl.spec
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 5.20170220
|
Version: 5.20170320
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: What modules are shipped with versions of perl
|
Summary: What modules are shipped with versions of perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://search.cpan.org/dist/Module-CoreList/
|
URL: http://search.cpan.org/dist/Module-CoreList/
|
||||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: findutils
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
# File::Copy not used
|
# File::Copy not used
|
||||||
# Run-time:
|
# Run-time:
|
||||||
# feature not used at tests
|
# feature not used at tests
|
||||||
@ -61,12 +59,11 @@ modules were shipped with given perl version.
|
|||||||
%setup -q -n Module-CoreList-%{version}
|
%setup -q -n Module-CoreList-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -83,6 +80,9 @@ make test
|
|||||||
%{_mandir}/man1/corelist.*
|
%{_mandir}/man1/corelist.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 21 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170320-1
|
||||||
|
- 5.20170320 bump
|
||||||
|
|
||||||
* Tue Feb 21 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170220-1
|
* Tue Feb 21 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170220-1
|
||||||
- 5.20170220 bump
|
- 5.20170220 bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Module-CoreList-5.20170220.tar.gz) = 9ce8e5470e8844d31de2c3ddf6c8e651bc2ccfc388fffc709d1dcc0d8d3dbb3bcf409547a802c0d26f732a90e757a775c964cf8c6aadf92c96457071e555cbda
|
SHA512 (Module-CoreList-5.20170320.tar.gz) = ee458ee15f6fd5bc9dff1218b4d4f3827fb46e005f3f94d29f63a522895ce1a4f4a5d82d4ab760c696b9be84738cb4301ea34fae3bbfa036a74dd0070582034f
|
||||||
|
Loading…
Reference in New Issue
Block a user