Specify all dependencies
This commit is contained in:
parent
bff142e083
commit
9bf0afbc1a
@ -1,6 +1,6 @@
|
||||
Name: perl-URI
|
||||
Version: 1.60
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A Perl module implementing URI parsing and manipulation
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -9,15 +9,25 @@ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
BuildRequires: perl(Net::Domain)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Business::ISBN -> Test::Pod -> Pod::Simple -> HTML::Entities (HTML::Parser) -> URI
|
||||
%if 0%{!?perl_bootstrap:1}
|
||||
BuildRequires: perl(Business::ISBN)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Cwd)
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(Net::Domain)
|
||||
|
||||
%description
|
||||
This module implements the URI class. Objects of this class represent
|
||||
@ -57,6 +67,9 @@ make test
|
||||
%{_mandir}/man3/URI::ldap.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-5
|
||||
- Specify all dependencies
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user