|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
Name: perl-Class-C3
|
|
|
|
|
Version: 0.26
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.27
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Pragma to use the C3 method resolution order algorithm
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Class-C3/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Class-C3-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Build
|
|
|
|
|
BuildRequires: perl >= 4:5.9.5
|
|
|
|
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# Module
|
|
|
|
@ -66,13 +67,19 @@ cp -p opt/c3.pm %{buildroot}%{perl_vendorlib}/
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc ChangeLog README util/ t/
|
|
|
|
|
%doc Changes README t/
|
|
|
|
|
%{perl_vendorlib}/c3.pm
|
|
|
|
|
%{perl_vendorlib}/Class/
|
|
|
|
|
%{_mandir}/man3/Class::C3.3pm*
|
|
|
|
|
%{_mandir}/man3/Class::C3::next.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 4 2014 Paul Howarth <paul@city-fan.org> - 0.27-1
|
|
|
|
|
- Update to 0.27:
|
|
|
|
|
- Declare minimum perl version of 5.6 in metadata
|
|
|
|
|
- Upstream ChangeLog renamed to Changes
|
|
|
|
|
- Upstream dropped visualize_c3.pl utility script
|
|
|
|
|
|
|
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.26-3
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|