Break build-cycle: perl-IPC-System-Simple → perl-Test-Perl-Critic → perl-Perl-Critic → perl-PPI → perl-IO-All → perl-File-MimeInfo → perl-File-BaseDir → perl-IPC-System-Simple

This commit is contained in:
Petr Písař 2015-04-21 17:01:46 +02:00
parent 37b136d000
commit a14c5d8107

View File

@ -1,6 +1,6 @@
Name: perl-IPC-System-Simple
Version: 1.25
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Run commands simply, with detailed diagnostics
@ -25,7 +25,12 @@ BuildRequires: perl(strict)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
%if !%{defined perl_bootstrap}
# Break build-cycle: perl-IPC-System-Simple → perl-Test-Perl-Critic
# → perl-Perl-Critic → perl-PPI → perl-IO-All → perl-File-MimeInfo
# → perl-File-BaseDir → perl-IPC-System-Simple
BuildRequires: perl(Test::Perl::Critic)
%endif
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(warnings)
@ -72,6 +77,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/IPC::System::Simple.3pm*
%changelog
* Tue Apr 21 2015 Petr Pisar <ppisar@redhat.com> - 1.25-4
- Break build-cycle: perl-IPC-System-Simple perl-Test-Perl-Critic
perl-Perl-Critic perl-PPI perl-IO-All perl-File-MimeInfo
perl-File-BaseDir perl-IPC-System-Simple
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-3
- Perl 5.20 rebuild