|
|
16c45a |
Name: perl-Importer
|
|
|
16c45a |
Version: 0.025
|
|
|
16c45a |
Release: 6%{?dist}
|
|
|
16c45a |
Summary: Alternative interface to modules that export symbols
|
|
|
16c45a |
License: GPL+ or Artistic
|
|
|
16c45a |
URL: https://metacpan.org/release/Importer
|
|
|
16c45a |
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-%{version}.tar.gz
|
|
|
16c45a |
BuildArch: noarch
|
|
|
16c45a |
BuildRequires: make
|
|
|
16c45a |
BuildRequires: perl-generators
|
|
|
16c45a |
BuildRequires: perl-interpreter
|
|
|
16c45a |
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
16c45a |
BuildRequires: perl(strict)
|
|
|
16c45a |
BuildRequires: perl(warnings)
|
|
|
16c45a |
# Tests:
|
|
|
16c45a |
BuildRequires: perl(base)
|
|
|
16c45a |
BuildRequires: perl(Exporter)
|
|
|
16c45a |
BuildRequires: perl(Test::More) >= 0.98
|
|
|
16c45a |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
16c45a |
|
|
|
16c45a |
%description
|
|
|
16c45a |
This Perl module acts as a layer between Exporter and modules which consume
|
|
|
16c45a |
exports. It is feature-compatible with Exporter, plus some much needed
|
|
|
16c45a |
extras. You can use this to import symbols from any exporter that follows
|
|
|
16c45a |
Exporters specification. The exporter modules themselves do not need to use
|
|
|
16c45a |
or inherit from the Exporter module, they just need to set @EXPORT and/or
|
|
|
16c45a |
other variables.
|
|
|
16c45a |
|
|
|
16c45a |
%prep
|
|
|
16c45a |
%setup -q -n Importer-%{version}
|
|
|
16c45a |
|
|
|
16c45a |
%build
|
|
|
16c45a |
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
16c45a |
make %{?_smp_mflags}
|
|
|
16c45a |
|
|
|
16c45a |
%install
|
|
|
16c45a |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
16c45a |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
16c45a |
|
|
|
16c45a |
%check
|
|
|
16c45a |
make test
|
|
|
16c45a |
|
|
|
16c45a |
%files
|
|
|
16c45a |
%license LICENSE
|
|
|
16c45a |
%doc Changes README
|
|
|
16c45a |
%{perl_vendorlib}/*
|
|
|
16c45a |
%{_mandir}/man3/*
|
|
|
16c45a |
|
|
|
16c45a |
%changelog
|
|
|
16c45a |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.025-6
|
|
|
16c45a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.025-5
|
|
|
16c45a |
- Perl 5.30 rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.025-4
|
|
|
16c45a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.025-3
|
|
|
16c45a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.025-2
|
|
|
16c45a |
- Perl 5.28 rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Mon Feb 19 2018 Petr Pisar <ppisar@redhat.com> - 0.025-1
|
|
|
16c45a |
- 0.025 bump
|
|
|
16c45a |
|
|
|
16c45a |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.024-5
|
|
|
16c45a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.024-4
|
|
|
16c45a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.024-3
|
|
|
16c45a |
- Perl 5.26 rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.024-2
|
|
|
16c45a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Fri Oct 21 2016 Petr Pisar <ppisar@redhat.com> - 0.024-1
|
|
|
16c45a |
- 0.024 bump
|
|
|
16c45a |
|
|
|
16c45a |
* Thu Jul 14 2016 Petr Pisar <ppisar@redhat.com> - 0.014-1
|
|
|
16c45a |
- 0.014 bump
|
|
|
16c45a |
|
|
|
16c45a |
* Mon Jul 11 2016 Petr Pisar <ppisar@redhat.com> - 0.013-1
|
|
|
16c45a |
- 0.013 bump
|
|
|
16c45a |
|
|
|
16c45a |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.012-3
|
|
|
16c45a |
- Perl 5.24 rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.012-2
|
|
|
16c45a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
16c45a |
|
|
|
16c45a |
* Wed Jan 27 2016 Petr Pisar <ppisar@redhat.com> 0.012-1
|
|
|
16c45a |
- Specfile autogenerated by cpanspec 1.78.
|