Update to 2.06 (add support for smtps via Net::SMTP::SSL); use %{_fixperms}
macro instead of our own chmod incantation
This commit is contained in:
parent
0e333929ab
commit
eeded8bb3f
@ -1 +1 @@
|
||||
MailTools-2.05.tar.gz
|
||||
MailTools-2.06.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Various mail-related perl modules
|
||||
Name: perl-MailTools
|
||||
Version: 2.05
|
||||
Version: 2.06
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -42,7 +42,7 @@ cd -
|
||||
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
|
||||
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
|
||||
%{__chmod} -R u+w %{buildroot}/*
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
@ -84,6 +84,7 @@ cd -
|
||||
%{perl_vendorlib}/Mail/Mailer/rfc822.pm
|
||||
%{perl_vendorlib}/Mail/Mailer/sendmail.pm
|
||||
%{perl_vendorlib}/Mail/Mailer/smtp.pm
|
||||
%{perl_vendorlib}/Mail/Mailer/smtps.pm
|
||||
%{perl_vendorlib}/Mail/Mailer/testfile.pm
|
||||
%{_mandir}/man3/Mail::Address.3pm*
|
||||
%{_mandir}/man3/Mail::Cap.3pm*
|
||||
@ -99,6 +100,10 @@ cd -
|
||||
%{_mandir}/man3/Mail::Util.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 27 2010 Paul Howarth <paul@city-fan.org> 2.06-1
|
||||
- Update to 2.06 (add support for smtps via Net::SMTP::SSL)
|
||||
- Use %%{_fixperms} macro instead of our own chmod incantation
|
||||
|
||||
* Mon Dec 21 2009 Paul Howarth <paul@city-fan.org> 2.05-1
|
||||
- Update to 2.05
|
||||
- Fix de-ref error when index out of range in Mail::Header::get()
|
||||
|
Loading…
Reference in New Issue
Block a user