Break build-cycle
perl-Role-Tiny → perl-namespace-autoclean → perl-Moose → perl-Test-Spelling → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → perl-Path-IsDev → perl-Role-Tiny
This commit is contained in:
parent
608e30acf0
commit
22172ce525
@ -1,6 +1,6 @@
|
||||
Name: perl-Role-Tiny
|
||||
Version: 1.003002
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A nouvelle cuisine portion size slice of Moose
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -16,7 +16,12 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(mro)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Cycle: perl-Role-Tiny → perl-namespace-autoclean → perl-Moose →
|
||||
# perl-Test-Spelling → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir →
|
||||
# perl-Path-IsDev → perl-Role-Tiny
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
%endif
|
||||
BuildRequires: perl(Test::Fatal) >= 0.003
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(strict)
|
||||
@ -55,6 +60,11 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 25 2014 Petr Pisar <ppisar@redhat.com> - 1.003002-2
|
||||
- Break build-cycle: perl-Role-Tiny → perl-namespace-autoclean → perl-Moose →
|
||||
perl-Test-Spelling → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir →
|
||||
perl-Path-IsDev → perl-Role-Tiny
|
||||
|
||||
* Fri Oct 18 2013 Miro Hrončok <mhroncok@redhat.com> - 1.003002-1
|
||||
- 1.003002 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user