Update to 1.002002
- New upstream release 1.002002 - Minor metadata updates - This release by ETHER -> update source URL - Classify buildreqs by usage
This commit is contained in:
parent
e5888ef867
commit
bd54b1a932
@ -1,18 +1,23 @@
|
||||
Name: perl-Import-Into
|
||||
Version: 1.002001
|
||||
Version: 1.002002
|
||||
Release: 1%{?dist}
|
||||
Summary: Import packages into other packages
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Import-Into/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -42,6 +47,12 @@ make test
|
||||
%{_mandir}/man3/Import::Into.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed May 7 2014 Paul Howarth <paul@city-fan.org> - 1.002002-1
|
||||
- Update to 1.002002
|
||||
- Minor metadata updates
|
||||
- This release by ETHER -> update source URL
|
||||
- Classify buildreqs by usage
|
||||
|
||||
* Wed Mar 12 2014 Paul Howarth <paul@city-fan.org> - 1.002001-1
|
||||
- Update to 1.002001
|
||||
- Allow specifying by caller level, as well as specifying file, line, and
|
||||
|
||||
Loading…
Reference in New Issue
Block a user