Update to 2.09
- New upstream release 2.09: - Remove dependency to Test::Pod by moving 99pod.t from t/ to xt/ (CPAN RT#69918) - BR: perl(Net::Domain) ≥ 1.05 and perl(Net::SMTP) ≥ 1.03 - Explicitly run xt/ tests
This commit is contained in:
parent
8be079f61d
commit
c51da7feac
@ -1,7 +1,7 @@
|
||||
Summary: Various mail-related perl modules
|
||||
Name: perl-MailTools
|
||||
Version: 2.08
|
||||
Release: 3%{?dist}
|
||||
Version: 2.09
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/MailTools/
|
||||
@ -17,6 +17,8 @@ BuildRequires: perl(Date::Parse)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(Net::Domain) >= 1.05
|
||||
BuildRequires: perl(Net::SMTP) >= 1.03
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
@ -55,6 +57,7 @@ find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
|
||||
|
||||
%check
|
||||
make test
|
||||
make test TEST_FILES="xt/*.t"
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -109,6 +112,13 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Mail::Util.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 25 2012 Paul Howarth <paul@city-fan.org> - 2.09-1
|
||||
- Update to 2.09
|
||||
- Remove dependency to Test::Pod by moving 99pod.t from t/ to xt/
|
||||
(CPAN RT#69918)
|
||||
- BR: perl(Net::Domain) ≥ 1.05 and perl(Net::SMTP) ≥ 1.03
|
||||
- Explicitly run xt/ tests
|
||||
|
||||
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.08-3
|
||||
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
||||
- One buildreq per line for readability
|
||||
|
Loading…
Reference in New Issue
Block a user