Update to 2.14
- New upstream release 2.14 - Fix threads and Mail::Field initiation (CPAN RT#99153) - Warn when loading of some Mail::Field::* fails - Classify buildreqs by usage - Silence warnings from MakeMaker about files we delete in %prep
This commit is contained in:
parent
1717f3c01a
commit
0048ce0494
@ -1,26 +1,40 @@
|
||||
Summary: Various mail-related perl modules
|
||||
Name: perl-MailTools
|
||||
Version: 2.13
|
||||
Release: 3%{?dist}
|
||||
Version: 2.14
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/MailTools/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: perl >= 3:5.8.1
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Date::Format)
|
||||
BuildRequires: perl(Date::Parse)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(Net::Domain) >= 1.05
|
||||
BuildRequires: perl(Net::NNTP)
|
||||
BuildRequires: perl(Net::SMTP) >= 1.03
|
||||
BuildRequires: perl(Net::SMTP::SSL)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
# Extra Tests
|
||||
BuildRequires: perl(Test::Pod)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Net::Domain) >= 1.05
|
||||
Requires: perl(Net::NNTP)
|
||||
|
||||
%description
|
||||
MailTools is a set of Perl modules related to mail applications.
|
||||
@ -35,9 +49,9 @@ for file in *.PL; do
|
||||
done
|
||||
chmod -c -x *_demo
|
||||
# Remove example-generation scripts, no longer needed
|
||||
# It causes warnings from MakeMaker, but we don't care
|
||||
rm *.PL
|
||||
cd -
|
||||
sed -i -e '/^examples\/.*\.PL/d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -91,20 +105,27 @@ rm -rf %{buildroot}
|
||||
%{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*
|
||||
%{_mandir}/man3/Mail::Field.3pm*
|
||||
%{_mandir}/man3/Mail::Field::AddrList.3pm*
|
||||
%{_mandir}/man3/Mail::Field::Date.3pm*
|
||||
%{_mandir}/man3/Mail::Field::Generic.3pm*
|
||||
%{_mandir}/man3/Mail::Filter.3pm*
|
||||
%{_mandir}/man3/Mail::Header.3pm*
|
||||
%{_mandir}/man3/Mail::Internet.3pm*
|
||||
%{_mandir}/man3/Mail::Mailer.3pm*
|
||||
%{_mandir}/man3/Mail::Send.3pm*
|
||||
%{_mandir}/man3/Mail::Util.3pm*
|
||||
%{_mandir}/man3/Mail::Address.3*
|
||||
%{_mandir}/man3/Mail::Cap.3*
|
||||
%{_mandir}/man3/Mail::Field.3*
|
||||
%{_mandir}/man3/Mail::Field::AddrList.3*
|
||||
%{_mandir}/man3/Mail::Field::Date.3*
|
||||
%{_mandir}/man3/Mail::Field::Generic.3*
|
||||
%{_mandir}/man3/Mail::Filter.3*
|
||||
%{_mandir}/man3/Mail::Header.3*
|
||||
%{_mandir}/man3/Mail::Internet.3*
|
||||
%{_mandir}/man3/Mail::Mailer.3*
|
||||
%{_mandir}/man3/Mail::Send.3*
|
||||
%{_mandir}/man3/Mail::Util.3*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 21 2014 Paul Howarth <paul@city-fan.org> - 2.14-1
|
||||
- Update to 2.14
|
||||
- Fix threads and Mail::Field initiation (CPAN RT#99153)
|
||||
- Warn when loading of some Mail::Field::* fails
|
||||
- Classify buildreqs by usage
|
||||
- Silence warnings from MakeMaker about files we delete in %%prep
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.13-3
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user