Update to 1.002004
- New upstream release 1.002004
- Module loading is now done while importing, making it unnecessary to load
them beforehand (CPAN RT#96995)
- Fix prerequisite declarations for older toolchain
This commit is contained in:
parent
9cf00d4dfd
commit
eaa9c7c653
@ -1,6 +1,6 @@
|
||||
Name: perl-Import-Into
|
||||
Version: 1.002002
|
||||
Release: 3%{?dist}
|
||||
Version: 1.002004
|
||||
Release: 1%{?dist}
|
||||
Summary: Import packages into other packages
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,16 +11,16 @@ BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
Loading Import::Into creates a global method import::into which you can call on
|
||||
@ -30,7 +30,7 @@ any package to import it into another package.
|
||||
%setup -q -n Import-Into-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
|
||||
perl Makefile.PL INSTALLDIRS=vendor --skipdeps
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -44,9 +44,15 @@ make test
|
||||
%files
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/Import/
|
||||
%{_mandir}/man3/Import::Into.3pm*
|
||||
%{_mandir}/man3/Import::Into.3*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 1.002004-1
|
||||
- Update to 1.002004
|
||||
- Module loading is now done while importing, making it unnecessary to load
|
||||
them beforehand (CPAN RT#96995)
|
||||
- Fix prerequisite declarations for older toolchain
|
||||
|
||||
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.002002-3
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user