|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Class-C3
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Pragma to use the C3 method resolution order algorithm
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -9,6 +9,10 @@ Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Class-C3-%{version}.
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
# see rh#205081,rh#204800
|
|
|
|
|
%define __perl_provides %{nil}
|
|
|
|
|
Provides: perl(Class::C3) = %{version}
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Algorithm::C3) >= 0.05
|
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.15
|
|
|
|
|
# testing...
|
|
|
|
@ -56,6 +60,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 19 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-4
|
|
|
|
|
- fix autoprovides, see rh#205801
|
|
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-3
|
|
|
|
|
- bump
|
|
|
|
|
|
|
|
|
|