|
|
@ -1,11 +1,12 @@
|
|
|
|
Name: perl-Class-C3
|
|
|
|
Name: perl-Class-C3
|
|
|
|
Version: 0.19
|
|
|
|
Version: 0.20
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Pragma to use the C3 method resolution order algorithm
|
|
|
|
Summary: Pragma to use the C3 method resolution order algorithm
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Class-C3/
|
|
|
|
URL: http://search.cpan.org/dist/Class-C3/
|
|
|
|
Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Class-C3-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Class-C3-%{version}.tar.gz
|
|
|
|
|
|
|
|
#Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Class-C3-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
@ -23,6 +24,7 @@ BuildRequires: perl(Class::C3::XS) >= 0.07
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.15
|
|
|
|
BuildRequires: perl(Test::Exception) >= 0.15
|
|
|
|
# testing...
|
|
|
|
# testing...
|
|
|
|
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
|
|
|
|
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
|
|
|
|
|
|
|
|
BuildRequires: perl(Class::C3)
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
|
|
|
|
|
|
|
# missed!
|
|
|
|
# missed!
|
|
|
@ -74,6 +76,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jan 25 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.20-1
|
|
|
|
|
|
|
|
- update to 0.20
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-2
|
|
|
|
* Tue Mar 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-2
|
|
|
|
- rebuild for new perl
|
|
|
|
- rebuild for new perl
|
|
|
|
|
|
|
|
|
|
|
|