Name: perl-Net-SMTP-TLS Version: 0.12 Release: 1%{?dist} Summary: SMTP client supporting TLS and AUTH License: CHECK(GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/Net-SMTP-TLS/ Source0: http://www.cpan.org/authors/id/A/AW/AWESTHOLM/Net-SMTP-TLS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Digest::HMAC_MD5) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Socket::SSL) BuildRequires: perl(Net::SSLeay) BuildRequires: perl(Test::More) Requires: perl(Digest::HMAC_MD5) Requires: perl(IO::Socket::SSL) Requires: perl(Net::SSLeay) Requires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API. %prep %setup -q -n Net-SMTP-TLS-%{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 -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Mar 10 2009 Dave Cross 0.12-1 - Specfile autogenerated by cpanspec 1.77.