Retain runtime dependency of perl(Business::ISBN) when bootstrapping

Retain runtime dependency of perl(Business::ISBN) when bootstrapping; a
better fix for the build dependency cycle was to drop LWP::Simple as a
buildreq of perl-Business-ISBN (needed only for optional tests) when
bootstrapping
This commit is contained in:
Paul Howarth 2013-02-27 12:01:10 +00:00
parent e385d19206
commit 857ff7b392

View File

@ -1,6 +1,6 @@
Name: perl-URI
Version: 1.60
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A Perl module implementing URI parsing and manipulation
Group: Development/Libraries
License: GPL+ or Artistic
@ -25,9 +25,7 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(Business::ISBN)
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%if 0%{!?perl_bootstrap:1}
Requires: perl(Business::ISBN)
%endif
Requires: perl(Cwd)
Requires: perl(Data::Dumper)
Requires: perl(MIME::Base64) >= 2
@ -71,6 +69,12 @@ make test
%{_mandir}/man3/URI::ldap.3pm*
%changelog
* Wed Feb 27 2013 Paul Howarth <paul@city-fan.org> - 1.60-8
- Retain runtime dependency of perl(Business::ISBN) when bootstrapping; a
better fix for the build dependency cycle was to drop LWP::Simple as a
buildreq of perl-Business-ISBN (needed only for optional tests) when
bootstrapping
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild