import perl-Sub-Info-0.002-5.el8

This commit is contained in:
CentOS Sources 2019-05-07 09:59:46 -04:00 committed by Andrew Lukoshko
commit cb0a440b93
3 changed files with 69 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/Sub-Info-0.002.tar.gz

1
.perl-Sub-Info.metadata Normal file
View File

@ -0,0 +1 @@
77bbd1d2ff5449a5aaa2eca41345aadead303e0e SOURCES/Sub-Info-0.002.tar.gz

67
SPECS/perl-Sub-Info.spec Normal file
View File

@ -0,0 +1,67 @@
Name: perl-Sub-Info
Version: 0.002
Release: 5%{?dist}
Summary: Tool for inspecting Perl subroutines
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Sub-Info/
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Sub-Info-%{version}.tar.gz
BuildArch: noarch
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl(:VERSION) >= 5.8.1
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Importer) >= 0.024
# Tests:
BuildRequires: perl(Test2::Tools::Tiny) >= 1.302072
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Importer) >= 0.024
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Importer\\)$
%description
This allows to inspect Perl subroutines.
%prep
%setup -q -n Sub-Info-%{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 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
%license LICENSE
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.002-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.002-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.002-3
- Perl 5.26 rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.002-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Jan 04 2017 Petr Pisar <ppisar@redhat.com> 0.002-1
- Specfile autogenerated by cpanspec 1.78.