rpms/perl-MIME-tools/devel .cvsignore, 1.6, 1.7 perl-MIME-tools.spec, 1.19, 1.20 sources, 1.6, 1.7

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Mar 11 15:37:49 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-MIME-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14565

Modified Files:
	.cvsignore perl-MIME-tools.spec sources 
Log Message:
- Update to 5.425
- Add note about File::Temp requirement
- New upstream maintainer -> updated URL for source
- Given that this package will not build on old distributions, don't cater
  for handling old versions of MIME::QuotedPrint in %check and buildreq
  perl(MIME::Base64) >= 3.03
- Buildreq perl(File::Path) >= 1, perl(File::Spec) >= 0.6, and
  perl(IO::Stringy) >= 2.110
- Only include README as %%doc, not README*
- Dispense with provides filter, no longer needed



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MIME-tools/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	19 Apr 2006 14:14:08 -0000	1.6
+++ .cvsignore	11 Mar 2008 15:37:12 -0000	1.7
@@ -1 +1 @@
-MIME-tools-5.420.tar.gz
+MIME-tools-5.425.tar.gz


Index: perl-MIME-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MIME-tools/devel/perl-MIME-tools.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- perl-MIME-tools.spec	28 Feb 2008 13:06:57 -0000	1.19
+++ perl-MIME-tools.spec	11 Mar 2008 15:37:12 -0000	1.20
@@ -1,16 +1,22 @@
+# Note: MIME::tools > 5.420 require File::Temp >= 0.17, which is not available
+# in Fedora prior to Fedora 9 (it's a core module)
+
 Name:		perl-MIME-tools
-Version:	5.420
-Release:	6%{?dist}
+Version:	5.425
+Release:	1%{?dist}
 Summary:	Modules for parsing and creating MIME entities in Perl
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/MIME-tools/
-Source0:	http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/D/DO/DONEILL/MIME-tools-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(IO::Stringy)	>= 1.211
-BuildRequires:	perl(MIME::Base64)	>= 2.20
+BuildRequires:	perl(File::Path)	>= 1
+BuildRequires:	perl(File::Spec)	>= 0.6
+BuildRequires:	perl(File::Temp)	>= 0.17
+BuildRequires:	perl(IO::Stringy)	>= 2.110
+BuildRequires:	perl(MIME::Base64)	>= 3.03
 BuildRequires:	perl-MailTools		>= 1.50
 BuildRequires:	perl(MIME::QuotedPrint)
 BuildRequires:	perl(Test::More)
@@ -29,10 +35,6 @@
 /usr/bin/iconv -f iso-8859-1 -t utf-8 ChangeLog > ChangeLog.utf8
 %{__mv} ChangeLog.utf8 ChangeLog
 
-# Remove redundant provides
-%global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(main)'"
-%define __perl_provides %{provfilt}
-
 # The more useful examples will go in %{_bindir}
 %{__mkdir} useful-examples
 %{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples
@@ -60,19 +62,14 @@
 cd -
 
 %check
-if %{__perl} -e "use MIME::QuotedPrint 3.03" 2>/dev/null; then
-	%{__make} test
-else
-	# Expected failures: 4, 5 and 7-11 of t/Misc.t
-	%{__make} test || :
-fi
+%{__make} test
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README* COPYING ChangeLog
+%doc README COPYING ChangeLog
 # Adding examples introduces additional deps, but these are all satisfied by
 # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway.
 %doc examples
@@ -82,6 +79,18 @@
 %{_mandir}/man3/MIME::*.3pm*
 
 %changelog
+* Tue Mar 11 2008 Paul Howarth <paul at city-fan.org> 5.425-1
+- Update to 5.425
+- Add note about File::Temp requirement
+- New upstream maintainer -> updated URL for source
+- Given that this package will not build on old distributions, don't cater
+  for handling old versions of MIME::QuotedPrint in %%check and buildreq
+  perl(MIME::Base64) >= 3.03
+- Buildreq perl(File::Path) >= 1, perl(File::Spec) >= 0.6, and
+  perl(IO::Stringy) >= 2.110
+- Only include README as %%doc, not README*
+- Dispense with provides filter, no longer needed
+
 * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 5.420-6
 - Rebuild for perl 5.10 (again)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MIME-tools/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	19 Apr 2006 14:14:08 -0000	1.6
+++ sources	11 Mar 2008 15:37:12 -0000	1.7
@@ -1 +1 @@
-4db6505cc0132c80c5a9cc54f443a21a  MIME-tools-5.420.tar.gz
+35821ae976e2884f4350dc25d4734655  MIME-tools-5.425.tar.gz




More information about the fedora-extras-commits mailing list