f38
Petr Písař 12 years ago
parent eba485b6f0
commit be07de9d3b

1
.gitignore vendored

@ -1 +1,2 @@
Class-Prototyped-1.11.tar.gz
/Class-Prototyped-1.13.tar.gz

@ -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

@ -1 +1 @@
886c8f04a8c4eded5355fe7bca989ba6 Class-Prototyped-1.11.tar.gz
3ebf182e8b3f665f30f7748b6b5e7fe9 Class-Prototyped-1.13.tar.gz

Loading…
Cancel
Save