perl-Module-CoreList/perl-Module-CoreList.spec

217 lines
6.4 KiB
RPMSpec
Raw Normal View History

2014-09-18 06:26:21 +00:00
Name: perl-Module-CoreList
# Epoch to compete with perl.spec
Epoch: 1
2017-03-21 07:29:21 +00:00
Version: 5.20170320
2017-02-21 12:03:43 +00:00
Release: 1%{?dist}
2014-09-18 06:26:21 +00:00
Summary: What modules are shipped with versions of perl
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Module-CoreList/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
BuildArch: noarch
2015-06-02 06:08:21 +00:00
BuildRequires: make
2014-09-18 06:26:21 +00:00
BuildRequires: perl
2016-05-10 06:58:01 +00:00
BuildRequires: perl-generators
2014-09-18 06:26:21 +00:00
BuildRequires: perl(Config)
2017-03-21 07:29:21 +00:00
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
2014-09-18 06:26:21 +00:00
# File::Copy not used
# Run-time:
# feature not used at tests
# Getopt::Long not used at tests
BuildRequires: perl(List::Util)
# Pod::Usage not used at tests
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(version) >= 0.88
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(Test::More)
# Optional tests:
%if !%{defined perl_bootstrap}
BuildRequires: perl(Test::Pod) >= 1.00
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(List::Util)
Requires: perl(version) >= 0.88
# Remove under-specified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(version\\)$
%description
Module::CoreList provides information on which core and dual-life modules
are shipped with each version of perl.
%package tools
Summary: Tool for listing modules shipped with perl
Group: Development/Tools
Requires: perl(feature)
Requires: perl(version) >= 0.88
Requires: perl-Module-CoreList = %{epoch}:%{version}-%{release}
# The files were distributed with perl.spec's subpackage
# perl-Module-CoreList <= 1:5.020001-309
Conflicts: perl-Module-CoreList < 1:5.20140914
%description tools
This package provides a corelist(1) tool which can be used to query what
modules were shipped with given perl version.
%prep
%setup -q -n Module-CoreList-%{version}
%build
2017-03-21 07:29:21 +00:00
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
2014-09-18 06:26:21 +00:00
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%files tools
%doc README
%{_bindir}/corelist
%{_mandir}/man1/corelist.*
%changelog
2017-03-21 07:29:21 +00:00
* Tue Mar 21 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170320-1
- 5.20170320 bump
2017-02-21 12:03:43 +00:00
* Tue Feb 21 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170220-1
- 5.20170220 bump
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.20170120-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-01-23 11:28:07 +00:00
* Mon Jan 23 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170120-1
- 5.20170120 bump
2017-01-16 09:06:32 +00:00
* Mon Jan 16 2017 Petr Pisar <ppisar@redhat.com> - 1:5.20170115-1
- 5.20170115 bump
2016-12-21 09:09:26 +00:00
* Wed Dec 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20161220-1
- 5.20161220 bump
2016-11-21 11:34:42 +00:00
* Mon Nov 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20161120-1
- 5.20161120 bump
2016-10-21 06:44:45 +00:00
* Fri Oct 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20161020-1
- 5.20161020 bump
2016-09-21 13:25:24 +00:00
* Wed Sep 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160920-1
- 5.20160920 bump
2016-09-02 09:11:34 +00:00
* Fri Sep 02 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160820-1
- 5.20160820 bump
* Fri Aug 05 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20160720-2
- Avoid loading optional modules from default . (CVE-2016-1238)
2016-07-21 07:53:35 +00:00
* Thu Jul 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160720-1
- 5.20160720 bump
2016-06-21 07:35:57 +00:00
* Tue Jun 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160620-1
- 5.20160620 bump
2016-05-23 11:19:36 +00:00
* Mon May 23 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160520-1
- 5.20160520 bump
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20160507-3
- Perl 5.24 re-rebuild of bootstrapped packages
2016-05-14 10:35:23 +00:00
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20160507-2
- Perl 5.24 rebuild
2016-05-10 06:58:01 +00:00
* Tue May 10 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160507-1
- 5.20160507 bump
2016-05-02 07:32:21 +00:00
* Mon May 02 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160429-1
- 5.20160429 bump
2016-03-21 12:37:25 +00:00
* Mon Mar 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160320-1
- 5.20160320 bump
2016-02-22 08:53:56 +00:00
* Mon Feb 22 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160121-1
- 5.20160121 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.20160120-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-21 09:34:24 +00:00
* Thu Jan 21 2016 Petr Pisar <ppisar@redhat.com> - 1:5.20160120-1
- 5.20160120 bump
2015-12-22 13:01:20 +00:00
* Tue Dec 22 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20151220-1
- 5.20151220 bump
2015-12-14 08:12:31 +00:00
* Mon Dec 14 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20151213-1
- 5.20151213 bump
2015-11-23 09:42:51 +00:00
* Mon Nov 23 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20151120-1
- 5.20151120 bump
2015-10-22 07:36:46 +00:00
* Thu Oct 22 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20151020-1
- 5.20151020 bump
2015-09-21 14:20:57 +00:00
* Mon Sep 21 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150920-1
- 5.20150920 bump
2015-09-14 10:22:39 +00:00
* Mon Sep 14 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150912-1
- 5.20150912 bump
2015-08-25 15:22:37 +00:00
* Tue Aug 25 2015 Tom Callaway <spot@fedoraproject.org> - 1:5.20150820-1
- 5.20150820 bump
2015-07-21 06:51:03 +00:00
* Tue Jul 21 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150720-1
- 5.20150720 bump
2015-06-22 08:50:07 +00:00
* Mon Jun 22 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150620-1
- 5.20150620 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.20150520-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20150520-3
- Perl 5.22 re-rebuild of bootstrapped packages
2015-06-03 17:00:47 +00:00
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.20150520-2
- Perl 5.22 rebuild
2015-06-02 06:08:21 +00:00
* Tue Jun 02 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150520-1
- 5.20150520 bump
2015-04-21 12:43:26 +00:00
* Tue Apr 21 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150420-1
- 5.20150420 bump
2015-03-23 09:05:09 +00:00
* Mon Mar 23 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150320-1
- 5.20150320 bump
2015-02-23 10:04:23 +00:00
* Mon Feb 23 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150220-1
- 5.20150220 bump
2015-02-16 16:15:23 +00:00
* Mon Feb 16 2015 Tom Callaway <spot@fedoraproject.org> - 1:5.20150214-1
- 5.20150214 bump
2015-01-23 14:31:04 +00:00
* Fri Jan 23 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20150120-1
- 5.20150120 bump
2015-01-02 13:52:06 +00:00
* Fri Jan 02 2015 Petr Pisar <ppisar@redhat.com> - 1:5.20141220-1
- 5.20141220 bump
2014-11-25 15:38:42 +00:00
* Tue Nov 25 2014 Petr Pisar <ppisar@redhat.com> - 1:5.20141120-1
- 5.20141120 bump
2014-10-21 13:51:46 +00:00
* Tue Oct 21 2014 Petr Pisar <ppisar@redhat.com> - 1:5.20141020-1
- 5.20141020 bump
2014-10-08 12:27:11 +00:00
* Wed Oct 08 2014 Petr Pisar <ppisar@redhat.com> - 1:5.20141002-1
- 5.20141002 bump
2014-09-18 06:26:21 +00:00
* Wed Sep 17 2014 Petr Pisar <ppisar@redhat.com> 1:5.20140914-1
- Specfile autogenerated by cpanspec 1.78.