Name: perl-Email-Valid Version: 0.15 Release: 1%{?dist} Summary: Perl module to check validity of Internet email addresses License: GPL or Artistic Group: Development/Tools URL: http://search.cpan.org/dist/Email-Valid/ Source: http://search.cpan.org/CPAN/authors/id/M/MA/MAURICE/Email-Valid-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see perlfaq 9). %prep %setup -q -n Email-Valid-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -name .packlist -exec rm -f {} ';' %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,0755) %doc Changes README %{perl_vendorlib}/Email/ %{_mandir}/man3/Email::Valid.3pm* %changelog * Mon Apr 17 2006 Chris Wright - 0.15-1 - Initial build.