Import
This commit is contained in:
parent
19a6c9905f
commit
4d39a4c59d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Module-CoreList-2.13.tar.gz
|
||||
/Module-CoreList-5.20140914.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
Package obsoleted by the base perl package in 5.10.0.
|
84
perl-Module-CoreList.spec
Normal file
84
perl-Module-CoreList.spec
Normal file
@ -0,0 +1,84 @@
|
||||
Name: perl-Module-CoreList
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
Version: 5.20140914
|
||||
Release: 1%{?dist}
|
||||
Summary: What modules are shipped with versions of perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
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
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# 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
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_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
|
||||
* Wed Sep 17 2014 Petr Pisar <ppisar@redhat.com> 1:5.20140914-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in New Issue
Block a user