Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 7bacd2c44a17eb738733ceaeb279260d > files > 2

perl-Email-Valid-0.190.0-2.mga3.src.rpm

%define upstream_name     Email-Valid
%define upstream_version 0.190

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Check validity of Internet email addresses
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/Email/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Mail::Address)
BuildRequires: perl(Net::DNS)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildArch:  noarch

%description
This module determines whether an email address is well-formed, and
optionally, whether a mail host exists for the domain or whether
the top level domain of the email address is valid.  

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{perl_vendorlib}/Email
%{_mandir}/*/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.190.0-2.mga3
+ Revision: 366866
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jun 05 2012 jquelin <jquelin> 0.190.0-1.mga3
+ Revision: 254935
- update to 0.190

* Thu Feb 23 2012 jquelin <jquelin> 0.187.0-1.mga2
+ Revision: 212836
- update to 0.187

* Wed Jan 25 2012 jquelin <jquelin> 0.186.0-1.mga2
+ Revision: 200877
- update to 0.186

  + kharec <kharec>
    - update to 0.185

* Sun Jan 23 2011 jquelin <jquelin> 0.184.0-1.mga1
+ Revision: 33754
- mageia rebuild
- imported package perl-Email-Valid