[perl-Email-Valid] Upstream update.

corsepiu corsepiu at fedoraproject.org
Fri Feb 22 16:01:33 UTC 2013


commit 9b1f4ada710a9929d78f39dd15187d8285de73e9
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Feb 22 17:01:29 2013 +0100

    Upstream update.
    
    - Modernize spec.
    - Add BR: perl(ExtUtils::MakeMaker) (FTBFS #914276).
    - Add BR: perl(Net::DNS), perl(Scalar::Util), perl(Test::More).

 .gitignore            |    2 +-
 perl-Email-Valid.spec |   20 +++++++++++++-------
 sources               |    2 +-
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c49bcce..d1acb9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Email-Valid-0.184.tar.gz
+/Email-Valid-0.190.tar.gz
diff --git a/perl-Email-Valid.spec b/perl-Email-Valid.spec
index 4dc88cb..72a0d57 100644
--- a/perl-Email-Valid.spec
+++ b/perl-Email-Valid.spec
@@ -1,16 +1,20 @@
 Name:           perl-Email-Valid
-Version:        0.184
-Release:        8%{?dist}
+Version:        0.190
+Release:        1%{?dist}
 Summary:        Check validity of internet email address
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Email-Valid
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Valid-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Mail::Address), perl(Test::Pod), perl(Test::Pod::Coverage)
 BuildRequires:  bind-utils
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Net::Domain::TLD)
+BuildRequires:  perl(Net::DNS)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::More)
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -28,7 +32,6 @@ sed -i '/LICENSE/ d' Makefile.PL
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -37,9 +40,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes
@@ -48,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 22 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.190-1
+- Upstream update.
+- Modernize spec.
+- Add BR: perl(ExtUtils::MakeMaker) (FTBFS #914276).
+- Add BR: perl(Net::DNS), perl(Scalar::Util), perl(Test::More).
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.184-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d9bf834..6b493df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c664a6aa6a228d3de80153fbf14cd326  Email-Valid-0.184.tar.gz
+79d62c686e651247ab6688aa7307a5b2  Email-Valid-0.190.tar.gz



More information about the perl-devel mailing list