Browse Source

perl-Email-Valid-0.184-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3221 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
d3b391e252
1 changed files with 14 additions and 3 deletions
  1. 14 3
      p/perl-Email-Valid/perl-Email-Valid-vl.spec

+ 14 - 3
p/perl-Email-Valid/perl-Email-Valid-vl.spec

@@ -1,18 +1,23 @@
 Summary: Check validity of Internet email addresses for Perl
 Name: perl-Email-Valid
-Version: 0.180
+Version: 0.184
 Release: 1%{?_dist_release}
 License: Artistic and GPL
 Group: Development/Libraries
 Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAURICE/Email-Valid-%{version}.tar.gz
-# based http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/*checkout*/perldocjp/docs/modules/Email-Valid-0.15/Email/Valid.pod?rev=1.3
-Source1: Email-Valid-0.15.pod.ja
+# based http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/*checkout*/perldocjp/docs/modules/Email-Valid-0.184/lib/Email/Valid.pod?rev=1.1
+Source1: Email-Valid-0.184.pod.ja
 URL: http://search.cpan.org/author/MAURICE/Email-Valid/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: perl >= 5.004, perl-MailTools
+# for nslookup(1) in %%check
+BuildRequires(check): bind-utils
 Requires: perl >= 5.004, perl-MailTools
 BuildArch: noarch
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 This module determines whether an email address is well-formed, and
 optionally, whether a mail host exists for the domain.
@@ -56,6 +61,12 @@ make test
 %dir %{perl_vendorlib}/Email
 
 %changelog
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 0.184-1
+- new upstream release
+- update Japanese pod file (Source1)
+- add BuildRequires(check): bind-utils
+- add Vendor and Distribution tags
+
 * Sat Feb 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.180-1
 - new upstream release
 - built with perl-5.10.0