rpms/perl-MIME-tools/devel .cvsignore, 1.4, 1.5 perl-MIME-tools.spec, 1.11, 1.12 sources, 1.4, 1.5

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Jan 16 20:47:22 UTC 2006


Author: scop

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

Modified Files:
	.cvsignore perl-MIME-tools.spec sources 
Log Message:
* Mon Jan 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.419-1
- 5.419.
- Don't provide perl(main).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MIME-tools/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	3 Oct 2005 19:20:30 -0000	1.4
+++ .cvsignore	16 Jan 2006 20:47:22 -0000	1.5
@@ -1 +1 @@
-MIME-tools-5.418.tar.gz
+MIME-tools-5.419.tar.gz


Index: perl-MIME-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MIME-tools/devel/perl-MIME-tools.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-MIME-tools.spec	4 Oct 2005 16:37:00 -0000	1.11
+++ perl-MIME-tools.spec	16 Jan 2006 20:47:22 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           perl-MIME-tools
-Version:        5.418
-Release:        2%{?dist}
+Version:        5.419
+Release:        1%{?dist}
 Summary:        Modules for parsing and creating MIME entities in Perl
 
 Group:          Development/Libraries
@@ -26,6 +26,13 @@
 %prep
 %setup -q -n MIME-tools-%{version}
 chmod 644 examples/* # avoid dependencies
+f=ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* | grep -v '^perl(main)$'
+EOF
+%define __perl_provides %{_builddir}/MIME-tools-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
 
 
 %build
@@ -43,8 +50,7 @@
 
 
 %check
-if %{__perl} -MMIME::QuotedPrint \
-  -e 'exit ($MIME::QuotedPrint::VERSION < 3.03)' ; then
+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
@@ -64,6 +70,10 @@
 
 
 %changelog
+* Mon Jan 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.419-1
+- 5.419.
+- Don't provide perl(main).
+
 * Tue Oct  4 2005 Paul Howarth <paul at city-fan.org> - 5.418-2
 - License is same as perl (GPL or Artistic), not just Artistic
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MIME-tools/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	3 Oct 2005 19:20:30 -0000	1.4
+++ sources	16 Jan 2006 20:47:22 -0000	1.5
@@ -1 +1 @@
-39bfa5efc92ef6838a932ee9fc0d437d  MIME-tools-5.418.tar.gz
+1c033072b751e27ecb096bc155a7e406  MIME-tools-5.419.tar.gz




More information about the fedora-extras-commits mailing list