automatic update by autodist [release 1.193-1mamba;Sat May 24 2014]

This commit is contained in:
Automatic Build System 2024-01-06 08:55:23 +01:00
parent 3c6770c153
commit d8786b4fa1

View File

@ -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 <autodist@mambasoft.it> 1.193-1mamba
- automatic update by autodist
* Wed Sep 11 2013 Automatic Build System <autodist@mambasoft.it> 1.192-1mamba
- automatic update by autodist