1.67 bump
This commit is contained in:
parent
0620091748
commit
56731e1186
@ -1,5 +1,5 @@
|
||||
Name: perl-URI
|
||||
Version: 1.65
|
||||
Version: 1.67
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl module implementing URI parsing and manipulation
|
||||
Group: Development/Libraries
|
||||
@ -7,37 +7,42 @@ License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/URI/
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/URI-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Module Runtime
|
||||
# Business::ISBN → Test::Pod → Pod::Simple → HTML::Entities (HTML::Parser) → URI
|
||||
%if 0%{!?perl_bootstrap:1}
|
||||
BuildRequires: perl(Business::ISBN)
|
||||
%endif
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(integer)
|
||||
BuildRequires: perl(MIME::Base64) >= 2
|
||||
BuildRequires: perl(Net::Domain)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
# Business::ISBN -> Test::Pod -> Pod::Simple -> HTML::Entities (HTML::Parser) -> URI
|
||||
%if 0%{!?perl_bootstrap:1}
|
||||
BuildRequires: perl(Business::ISBN)
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Business::ISBN)
|
||||
Requires: perl(Cwd)
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(MIME::Base64) >= 2
|
||||
Requires: perl(Net::Domain)
|
||||
|
||||
@ -65,19 +70,22 @@ make test
|
||||
%doc Changes README uri-test
|
||||
%{perl_privlib}/URI.pm
|
||||
%{perl_privlib}/URI/
|
||||
%{_mandir}/man3/URI.3pm*
|
||||
%{_mandir}/man3/URI::Escape.3pm*
|
||||
%{_mandir}/man3/URI::Heuristic.3pm*
|
||||
%{_mandir}/man3/URI::QueryParam.3pm*
|
||||
%{_mandir}/man3/URI::Split.3pm*
|
||||
%{_mandir}/man3/URI::URL.3pm*
|
||||
%{_mandir}/man3/URI::WithBase.3pm*
|
||||
%{_mandir}/man3/URI::_punycode.3pm*
|
||||
%{_mandir}/man3/URI::data.3pm*
|
||||
%{_mandir}/man3/URI::file.3pm*
|
||||
%{_mandir}/man3/URI::ldap.3pm*
|
||||
%{_mandir}/man3/URI.3*
|
||||
%{_mandir}/man3/URI::Escape.3*
|
||||
%{_mandir}/man3/URI::Heuristic.3*
|
||||
%{_mandir}/man3/URI::QueryParam.3*
|
||||
%{_mandir}/man3/URI::Split.3*
|
||||
%{_mandir}/man3/URI::URL.3*
|
||||
%{_mandir}/man3/URI::WithBase.3*
|
||||
%{_mandir}/man3/URI::_punycode.3*
|
||||
%{_mandir}/man3/URI::data.3*
|
||||
%{_mandir}/man3/URI::file.3*
|
||||
%{_mandir}/man3/URI::ldap.3*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2015 Paul Howarth <paul@city-fan.org> - 1.67-1
|
||||
- 1.67 bump
|
||||
|
||||
* Fri Nov 7 2014 Paul Howarth <paul@city-fan.org> - 1.65-1
|
||||
- 1.65 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user