|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-SUPER
|
|
|
|
|
Version: 1.14
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Sane superclass method dispatcher
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -16,6 +16,9 @@ Source98: filter-provides.sh
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(Sub::Identify)
|
|
|
|
|
|
|
|
|
|
# not picked up due to use base
|
|
|
|
|
Requires: perl(Exporter)
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -52,6 +55,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 03 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.15-1
|
|
|
|
|
- update to 1.15
|
|
|
|
|
- add explict requires on perl(Exporter); missed due to a use base construct
|
|
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.14-4
|
|
|
|
|
- bump
|
|
|
|
|
|
|
|
|
|