|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Class-Prototyped
|
|
|
|
|
Version: 1.11
|
|
|
|
|
Release: 17%{?dist}
|
|
|
|
|
Version: 1.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast prototype-based OO programming in Perl
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -22,7 +22,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
%global __provides_exclude %{?__provides_exclude?__provides_exclude|}^perl\\(My[^\\)]*Class\\)$
|
|
|
|
|
%global __requires_exclude %{?__requires_exclude?__requires_exclude|}^perl\\(Class::Prototyped::Graph\\)$
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package provides for efficient and simple prototype-based programming
|
|
|
|
@ -44,8 +43,7 @@ perl Build.PL installdirs=vendor
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# PERL_PERTURB_KEYS=0 to work around hash randomization, CPAN RT#84317
|
|
|
|
|
PERL_PERTURB_KEYS=0 ./Build test
|
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes README perf/ examples/
|
|
|
|
@ -53,6 +51,9 @@ PERL_PERTURB_KEYS=0 ./Build test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 1.13-1
|
|
|
|
|
- 1.13 bump
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|