Break build cycle: perl-Path-Tiny → perl-Unicode-UTF8 → perl-Module-Install-ReademFromPod → perl-IO-All → perl-File-MimeInfo
This commit is contained in:
parent
33e3923949
commit
236bd1d0ce
@ -1,6 +1,6 @@
|
||||
Name: perl-File-MimeInfo
|
||||
Version: 0.28
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Determine file type and open application
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -25,7 +25,11 @@ BuildRequires: perl(File::Spec)
|
||||
# Tests:
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional tests:
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Break build cycle: perl-Path-Tiny → perl-Unicode-UTF8 →
|
||||
# perl-Module-Install-ReademFromPod → perl-IO-All → perl-File-MimeInfo
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
%endif
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
# needed for some tests otherwise there are warnings
|
||||
@ -69,6 +73,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 09 2017 Petr Pisar <ppisar@redhat.com> - 0.28-2
|
||||
- Break build cycle: perl-Path-Tiny → perl-Unicode-UTF8 →
|
||||
perl-Module-Install-ReademFromPod → perl-IO-All → perl-File-MimeInfo
|
||||
|
||||
* Wed Nov 30 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-1
|
||||
- 0.28 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user