1.68 bump
This commit is contained in:
parent
568aeedb94
commit
10ac354f92
@ -1,6 +1,6 @@
|
|||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 1.67
|
Version: 1.68
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Perl module implementing URI parsing and manipulation
|
Summary: A Perl module implementing URI parsing and manipulation
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -8,8 +8,12 @@ URL: http://search.cpan.org/dist/URI/
|
|||||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/URI-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/URI-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
|
BuildRequires: perl(utf8)
|
||||||
# Module Runtime
|
# Module Runtime
|
||||||
# Business::ISBN → Test::Pod → Pod::Simple → HTML::Entities (HTML::Parser) → URI
|
# Business::ISBN → Test::Pod → Pod::Simple → HTML::Entities (HTML::Parser) → URI
|
||||||
%if 0%{!?perl_bootstrap:1}
|
%if 0%{!?perl_bootstrap:1}
|
||||||
@ -34,9 +38,7 @@ BuildRequires: perl(Config)
|
|||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(Storable)
|
BuildRequires: perl(Storable)
|
||||||
BuildRequires: perl(Test)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(utf8)
|
|
||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Business::ISBN)
|
Requires: perl(Business::ISBN)
|
||||||
@ -67,6 +69,7 @@ make pure_install DESTDIR=%{buildroot}
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license LICENSE
|
||||||
%doc Changes README uri-test
|
%doc Changes README uri-test
|
||||||
%{perl_privlib}/URI.pm
|
%{perl_privlib}/URI.pm
|
||||||
%{perl_privlib}/URI/
|
%{perl_privlib}/URI/
|
||||||
@ -83,6 +86,9 @@ make test
|
|||||||
%{_mandir}/man3/URI::ldap.3*
|
%{_mandir}/man3/URI::ldap.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 26 2015 Paul Howarth <paul@city-fan.org> - 1.68-1
|
||||||
|
- 1.68 bump
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.67-4
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.67-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user