1.72 bump
This commit is contained in:
parent
db05a1ca39
commit
2e6ace88b9
@ -2,10 +2,9 @@
|
||||
%bcond_without perl_URI_enables_Business_ISBN
|
||||
|
||||
Name: perl-URI
|
||||
Version: 1.71
|
||||
Release: 8%{?dist}
|
||||
Version: 1.72
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl module implementing URI parsing and manipulation
|
||||
Group: Development/Libraries
|
||||
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
|
||||
@ -14,10 +13,9 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(utf8)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
@ -32,14 +30,17 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Needs)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Cwd)
|
||||
@ -47,6 +48,7 @@ Requires: perl(Data::Dumper)
|
||||
Requires: perl(Encode)
|
||||
Requires: perl(MIME::Base64) >= 2
|
||||
Requires: perl(Net::Domain)
|
||||
Requires: perl(utf8)
|
||||
|
||||
# Optional Functionality
|
||||
%if %{with perl_URI_enables_Business_ISBN}
|
||||
@ -68,19 +70,19 @@ updated by RFC 2732).
|
||||
chmod -c 644 uri-test
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=perl NO_PACKLIST=true
|
||||
perl Makefile.PL INSTALLDIRS=perl NO_PACKLIST=true NO_PERLLOCAL=true
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README uri-test
|
||||
%doc Changes CONTRIBUTING.md uri-test
|
||||
%{perl_privlib}/URI.pm
|
||||
%{perl_privlib}/URI/
|
||||
%{_mandir}/man3/URI.3*
|
||||
@ -96,6 +98,9 @@ make test
|
||||
%{_mandir}/man3/URI::ldap.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 26 2017 Paul Howarth <paul@city-fan.org> - 1.72-1
|
||||
- 1.72 bump
|
||||
|
||||
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.71-8
|
||||
- Perl 5.26 re-rebuild of bootstrapped packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user