rpms/perl-MailTools/devel .cvsignore, 1.11, 1.12 perl-MailTools.spec, 1.24, 1.25 sources, 1.11, 1.12 perl-MailTools-1.74-CPAN-20726.patch, 1.1, NONE

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Dec 3 12:34:55 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-MailTools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24039

Modified Files:
	.cvsignore perl-MailTools.spec sources 
Removed Files:
	perl-MailTools-1.74-CPAN-20726.patch 
Log Message:
- Update to 2.02
- Remove buildreqs perl(Net::SMTP) and perl(Net::Domain), bundled with perl
- Add buildreqs perl(Date::Format), perl(Date::Parse), perl(Test::More), and
  perl(Test::Pod)
- Remove patch for CPAN RT#20726, now fixed upstream
- Buildreq perl >= 5.8.1
- Tweak files list to mark pod files as %doc
- Fix character encoding for ChangeLog



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	13 May 2007 12:02:14 -0000	1.11
+++ .cvsignore	3 Dec 2007 12:34:20 -0000	1.12
@@ -1 +1 @@
-MailTools-1.77.tar.gz
+MailTools-2.02.tar.gz


Index: perl-MailTools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/perl-MailTools.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- perl-MailTools.spec	13 Aug 2007 10:21:07 -0000	1.24
+++ perl-MailTools.spec	3 Dec 2007 12:34:20 -0000	1.25
@@ -1,16 +1,16 @@
 Summary:	Various mail-related perl modules
 Name:		perl-MailTools
-Version:	1.77
-Release:	2%{?dist}
+Version:	2.02
+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
-Patch0:		perl-MailTools-1.74-CPAN-20726.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires:	perl(ExtUtils::MakeMaker), perl(Net::Domain), perl(Net::SMTP)
+BuildRequires:	perl(Date::Format), perl(Date::Parse), perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Test::More), perl(Test::Pod), perl >= 3:5.8.1
 
 %description
 MailTools is a set of Perl modules related to mail applications.
@@ -18,13 +18,6 @@
 %prep
 %setup -q -n MailTools-%{version}
 
-# This patch addresses CPAN RT#20726 (http://rt.cpan.org/Public/Bug/Display.html?id=20726)
-# which is about handling filenames with trailing spaces. This patch has been rejected
-# upstream because it raises the minimum perl version required to 5.6.1, which upstream
-# considers to be "too recent". However, given that all distributions supported by this
-# package have at least perl 5.8.0, it's not a problem for us.
-%patch0 -p0
-
 # Set up example scripts
 cd examples
 for file in *.PL; do
@@ -36,6 +29,10 @@
 %{__rm} *.PL
 cd -
 
+# Fix character encodings
+/usr/bin/iconv -f iso-8859-1 -t utf8 < ChangeLog > ChangeLog.utf8
+%{__mv} ChangeLog.utf8 ChangeLog
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
@@ -56,11 +53,27 @@
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog README* examples/
-%{perl_vendorlib}/auto/Mail/
-%{perl_vendorlib}/Mail/
+%dir %{perl_vendorlib}/Mail/
+%doc %{perl_vendorlib}/Mail/*.pod
+%{perl_vendorlib}/Mail/*.pm
+%dir %{perl_vendorlib}/Mail/Field/
+%doc %{perl_vendorlib}/Mail/Field/*.pod
+%{perl_vendorlib}/Mail/Field/*.pm
+%dir %{perl_vendorlib}/Mail/Mailer/
+%{perl_vendorlib}/Mail/Mailer/*.pm
 %{_mandir}/man3/Mail::*.3pm*
 
 %changelog
+* Mon Dec  3 2007 Paul Howarth <paul at city-fan.org> 2.02-1
+- Update to 2.02
+- Remove buildreqs perl(Net::SMTP) and perl(Net::Domain), bundled with perl
+- Add buildreqs perl(Date::Format), perl(Date::Parse), perl(Test::More), and
+  perl(Test::Pod)
+- Remove patch for CPAN RT#20726, now fixed upstream
+- Buildreq perl >= 5.8.1
+- Tweak files list to mark pod files as %%doc
+- Fix character encoding for ChangeLog
+
 * Mon Aug 13 2007 Paul Howarth <paul at city-fan.org> 1.77-2
 - Clarify license as GPL v1 or later, or Artistic (same as perl)
 - Unexpand tabs in spec file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	13 May 2007 12:02:14 -0000	1.11
+++ sources	3 Dec 2007 12:34:20 -0000	1.12
@@ -1 +1 @@
-c1bcd6627cb9bab271b77a8323d62c48  MailTools-1.77.tar.gz
+824bdbe6c4084739ac2d005eebb09b0e  MailTools-2.02.tar.gz


--- perl-MailTools-1.74-CPAN-20726.patch DELETED ---




More information about the fedora-extras-commits mailing list