|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Data-Validate-Domain
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Domain validation methods Perl module
|
|
|
|
|
|
|
|
|
@ -17,10 +17,10 @@ BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(Net::Domain::TLD) >= 1.62
|
|
|
|
|
BuildRequires: perl(Net::Domain::TLD) >= 1.74
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Test2::Plugin::UTF8)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(Test::More) >= 1.302015
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
@ -49,7 +49,7 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
|
find %{buildroot} -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -65,6 +65,9 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 31 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.14-1
|
|
|
|
|
- 0.14 bump
|
|
|
|
|
|
|
|
|
|
* Mon Aug 01 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-1
|
|
|
|
|
- 0.12 bump
|
|
|
|
|
|
|
|
|
|