rpms/perl-Email-Valid/devel perl-Email-Valid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 18:46:55 UTC 2006


Author: spot

Update of /cvs/extras/rpms/perl-Email-Valid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15702/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Email-Valid.spec 
Log Message:
auto-import perl-Email-Valid-0.176-3.fc6 on branch devel from perl-Email-Valid-0.176-3.fc6.src.rpm


--- NEW FILE perl-Email-Valid.spec ---
Name:           perl-Email-Valid
Version:        0.176
Release:        3%{?dist}
Summary:        Check validity of internet email address
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Email-Valid
Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Valid-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Mail::Address), perl(Test::Pod), perl(Test::Pod::Coverage)
BuildRequires:  bind-utils
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%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 Email-Valid-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/Email/
%{_mandir}/man3/*.3*


%changelog
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.176-3
- remove tab (replace with space)
- remove unnecessary Requires on Mail::Address

* Sun Sep 10 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.176-2
- add BR: Test::Pod, Test::Pod::Coverage, bind-utils to help tests along

* Thu Aug  3 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.176-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-Valid/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Sep 2006 18:46:30 -0000	1.1
+++ .cvsignore	15 Sep 2006 18:46:55 -0000	1.2
@@ -0,0 +1 @@
+Email-Valid-0.176.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-Valid/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Sep 2006 18:46:30 -0000	1.1
+++ sources	15 Sep 2006 18:46:55 -0000	1.2
@@ -0,0 +1 @@
+c71a350965c97473af80edfa1bff0b63  Email-Valid-0.176.tar.gz




More information about the scm-commits mailing list