Break build-cycle
perl-Path-Class → perl-Test-Perl-Critic → perl-Perl-Critic → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → perl-Path-Class
This commit is contained in:
parent
d6a8e6c6ce
commit
67bd50d483
@ -1,6 +1,6 @@
|
||||
Name: perl-Path-Class
|
||||
Version: 0.33
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Cross-platform path specification manipulation
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -22,7 +22,11 @@ BuildRequires: perl(parent)
|
||||
BuildRequires: perl(Perl::OSType)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Test::More)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Cycle: perl-Path-Class → perl-Test-Perl-Critic → perl-Perl-Critic →
|
||||
# perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → perl-Path-Class
|
||||
BuildRequires: perl(Test::Perl::Critic)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -55,6 +59,11 @@ AUTHOR_TESTING=1 ./Build test
|
||||
%{_mandir}/man3/Path::Class::File.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 25 2014 Petr Pisar <ppisar@redhat.com> - 0.33-2
|
||||
- Break build-cycle: perl-Path-Class → perl-Test-Perl-Critic →
|
||||
perl-Perl-Critic → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir →
|
||||
perl-Path-Class
|
||||
|
||||
* Thu Dec 12 2013 Paul Howarth <paul@city-fan.org> - 0.33-1
|
||||
- Update to 0.33:
|
||||
- New copy_to() and move_to() methods
|
||||
|
Loading…
Reference in New Issue
Block a user