rpms/perl-MIME-tools/FC-4 .cvsignore, 1.3, 1.4 perl-MIME-tools.spec, 1.9, 1.10 sources, 1.3, 1.4

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


Author: scop

Update of /cvs/extras/rpms/perl-MIME-tools/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8901

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).

* 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

* Mon Oct  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 5.418-1
- 5.418.
- Cosmetic specfile cleanups.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MIME-tools/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Jan 2005 11:53:15 -0000	1.3
+++ .cvsignore	16 Jan 2006 20:50:23 -0000	1.4
@@ -1 +1 @@
-MIME-tools-5.417.tar.gz
+MIME-tools-5.419.tar.gz


Index: perl-MIME-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MIME-tools/FC-4/perl-MIME-tools.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-MIME-tools.spec	6 Apr 2005 22:13:06 -0000	1.9
+++ perl-MIME-tools.spec	16 Jan 2006 20:50:23 -0000	1.10
@@ -1,20 +1,19 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-MIME-tools
-Version:        5.417
-Release:        2
-
+Version:        5.419
+Release:        1%{?dist}
 Summary:        Modules for parsing and creating MIME entities in Perl
 
 Group:          Development/Libraries
-License:        Artistic
+License:        Artistic or GPL
 URL:            http://search.cpan.org/dist/MIME-tools/
-Source0:     http://www.cpan.org/authors/id/D/DS/DSKOLL/MIME-tools-5.417.tar.gz
+Source0:        http://www.cpan.org/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-broot-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(IO::Stringy) perl(MIME::Base64) >= 2.20 perl-MailTools
-BuildRequires:  perl >= 1:5.6.1 perl(MIME::QuotedPrint)
+BuildRequires:  perl(IO::Stringy)
+BuildRequires:  perl(MIME::Base64) >= 2.20
+BuildRequires:  perl-MailTools
+BuildRequires:  perl(MIME::QuotedPrint)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -27,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,9 +49,8 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
-if %{__perl} -MMIME::QuotedPrint \
-  -e 'exit ($MIME::QuotedPrint::VERSION < 3.03)' ; then
+%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
@@ -59,13 +64,24 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING README README-OR-DIE examples
-%{perl_vendorlib}/MIME
+%doc ChangeLog COPYING README README-OR-DIE examples/
+%{perl_vendorlib}/MIME/
 %{_mandir}/man3/MIME::*.3*
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* 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
+
+* Mon Oct  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 5.418-1
+- 5.418.
+- Cosmetic specfile cleanups.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.417-2
 - rebuilt
 
 * Sat Jan 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:5.417-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MIME-tools/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Jan 2005 11:53:15 -0000	1.3
+++ sources	16 Jan 2006 20:50:23 -0000	1.4
@@ -1 +1 @@
-a92299db8729f0f7886ada6e3539b265  MIME-tools-5.417.tar.gz
+1c033072b751e27ecb096bc155a7e406  MIME-tools-5.419.tar.gz




More information about the fedora-extras-commits mailing list