diff --git a/README.md b/README.md index ae49a45..7665ea8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Net-SMTP-TLS-ButMaintained +Net::SMTP::TLS::ButMaintained - An SMTP client supporting TLS and AUTH + diff --git a/perl-Net-SMTP-TLS-ButMaintained.spec b/perl-Net-SMTP-TLS-ButMaintained.spec new file mode 100644 index 0000000..c921ac1 --- /dev/null +++ b/perl-Net-SMTP-TLS-ButMaintained.spec @@ -0,0 +1,75 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Net-SMTP-TLS-ButMaintained +Version: 0.24 +Release: 1mamba +Summary: Net::SMTP::TLS::ButMaintained - An SMTP client supporting TLS and AUTH +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-SMTP-TLS-ButMaintained-%{version}.tar.gz +License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +BuildRequires: perl-Digest-HMAC +BuildRequires: perl-IO-Socket-SSL +BuildRequires: perl-Net-SSLeay +## AUTOBUILDREQ-END +BuildRequires: perl-devel +Requires: perl >= %perl_major_ver +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Net::SMTP::TLS::ButMaintained - An SMTP client supporting TLS and AUTH + +%prep +%setup -q -n Net-SMTP-TLS-ButMaintained-%{version} + +%build +%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" + +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl + +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm -f $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f .packlist +%defattr(-,root,root) +%doc LICENSE README + +%changelog +* Thu May 16 2013 Automatic Build System 0.24-1mamba +- automatic version update by autodist + +* Mon Dec 10 2012 Automatic Build System 0.21-1mamba +- automatic version update by autodist + +* Wed Aug 15 2012 Automatic Build System 0.20-1mamba +- automatic version update by autodist + +* Wed Jun 20 2012 Automatic Build System 0.19-1mamba +- automatic version update by autodist + +* Mon Jun 20 2011 Automatic Build System 0.18-1mamba +- automatic update by autodist + +* Wed Jun 08 2011 Silvan Calarco 0.17-1mamba +- package created by autospec