Break dependency cycle with perl-HTML-FormatText during bootstrap

This commit is contained in:
Petr Písař 2012-07-09 19:52:55 +02:00
parent 2abb55a939
commit 2b21ef2073

View File

@ -1,6 +1,6 @@
Name: perl-HTML-Tree
Version: 5.02
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: HTML tree handling modules for Perl
Group: Development/Libraries
@ -17,7 +17,9 @@ BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::LeakTrace)
%if !%{defined perl_bootstrap}
BuildRequires: perl(HTML::FormatText)
%endif
Requires: perl(HTML::Parser) >= 3.46
Requires: perl(HTML::Tagset) >= 3.02
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -54,6 +56,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_mandir}/man3/HTML::*3*
%changelog
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 1:5.02-2
- Perl 5.16 rebuild
- Break dependency cycle with perl-HTML-FormatText during bootstrap
* Mon Jul 2 2012 Tom Callaway <spot@fedoraproject.org> - 1:5.02-1
- update to 5.02