diff --git a/perl-Email-Valid.spec b/perl-Email-Valid.spec index e2c42ce..c69a821 100644 --- a/perl-Email-Valid.spec +++ b/perl-Email-Valid.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Email-Valid -Version: 1.192 +Version: 1.193 Release: 1mamba Summary: Email::Valid - Check validity of Internet email addresses Group: System/Libraries/Perl @@ -28,7 +28,10 @@ Email::Valid - Check validity of Internet email addresses. %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make + +%ifnarch %{ix86} %make test +%endif %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -51,6 +54,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sat May 24 2014 Automatic Build System 1.193-1mamba +- automatic update by autodist + * Wed Sep 11 2013 Automatic Build System 1.192-1mamba - automatic update by autodist