Update to 0.13

- New upstream release 0.13
  - Link to Module::Pluggable and Class::Factory::Util in "SEE ALSO"
  - Align package name parsing with how perl does it (allowing single quotes
    as module separator)
- Classify buildreqs by usage
epel9
Paul Howarth 10 years ago
parent 5b724292c9
commit 250e15e01f

@ -1,6 +1,6 @@
Name: perl-Module-Find
Version: 0.12
Release: 3%{?dist}
Version: 0.13
Release: 1%{?dist}
Summary: Find and use installed modules in a (sub)category
Group: Development/Libraries
License: GPL+ or Artistic
@ -8,16 +8,26 @@ URL: http://search.cpan.org/dist/Module-Find/
Source0: http://search.cpan.org/CPAN/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(Exporter)
# Module Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Pod::Perldoc)
# Module Runtime
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(lib)
BuildRequires: perl(Pod::Perldoc)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
# Optional Tests
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Exporter)
%description
Module::Find lets you find and use modules in categories. This can be very
@ -50,9 +60,16 @@ rm -rf %{buildroot}
%files
%doc Changes README examples/
%{perl_vendorlib}/Module/
%{_mandir}/man3/Module::Find.3pm*
%{_mandir}/man3/Module::Find.3*
%changelog
* Tue Mar 10 2015 Paul Howarth <paul@city-fan.org> - 0.13-1
- Update to 0.13
- Link to Module::Pluggable and Class::Factory::Util in "SEE ALSO"
- Align package name parsing with how perl does it (allowing single quotes
as module separator)
- Classify buildreqs by usage
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-3
- Perl 5.20 rebuild

@ -1 +1 @@
abd614f3ebca68b4e7cc474400a8c0f2 Module-Find-0.12.tar.gz
28a11699901c2b07795ad59827d6ee66 Module-Find-0.13.tar.gz

Loading…
Cancel
Save