|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
Name: perl-SUPER
|
|
|
|
|
Version: 1.16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Sane superclass method dispatcher
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/SUPER/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
|
|
|
|
@ -14,6 +14,7 @@ Source98: filter-provides.sh
|
|
|
|
|
%define __perl_provides %{SOURCE98}
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(Test::Simple)
|
|
|
|
|
BuildRequires: perl(Sub::Identify)
|
|
|
|
|
|
|
|
|
|
# not picked up due to use base
|
|
|
|
@ -55,6 +56,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 02 2008 Ralf Corsépius <rc040203@freenet.de> 1.16-2
|
|
|
|
|
- Adjust License-tag.
|
|
|
|
|
- BR: perl(Test::Simple) (BZ 419631).
|
|
|
|
|
|
|
|
|
|
* Wed Apr 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.16-1
|
|
|
|
|
- update to 1.16
|
|
|
|
|
|
|
|
|
|