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