|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Class-C3
|
|
|
|
Name: perl-Class-C3
|
|
|
|
Version: 0.33
|
|
|
|
Version: 0.34
|
|
|
|
Release: 5%{?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
|
|
|
|
URL: http://search.cpan.org/dist/Class-C3/
|
|
|
|
URL: http://search.cpan.org/dist/Class-C3/
|
|
|
@ -10,8 +10,8 @@ BuildArch: noarch
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-interpreter >= 4:5.9.5
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
# Build (dependencies of bundled ExtUtils::HasCompiler)
|
|
|
|
# Build (dependencies of bundled ExtUtils::HasCompiler)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -62,7 +62,7 @@ make %{?_smp_mflags}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -delete
|
|
|
|
find %{buildroot} -type f -name .packlist -delete
|
|
|
|
cp -p opt/c3.pm %{buildroot}%{perl_vendorlib}/
|
|
|
|
cp -p opt/c3.pm %{buildroot}%{perl_vendorlib}/
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
make test
|
|
|
@ -75,6 +75,11 @@ make test
|
|
|
|
%{_mandir}/man3/Class::C3::next.3*
|
|
|
|
%{_mandir}/man3/Class::C3::next.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Apr 20 2018 Paul Howarth <paul@city-fan.org> - 0.34-1
|
|
|
|
|
|
|
|
- Update to 0.34
|
|
|
|
|
|
|
|
- Update bundled ExtUtils::HasCompiler to 0.021
|
|
|
|
|
|
|
|
- Fix some examples in pod
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.33-5
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.33-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|