.gear/rules | 2 + .../tags/1b10be2694f3f577a50e4892088069885445cb3b | 13 ++++++ .gear/tags/list | 1 + perl-Email-MIME-Encodings.spec | 46 ++++++++++++++++++++ 4 files changed, 62 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..5320373 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Email-MIME-Encodings-@version@ +diff: @version@:. . name=perl-Email-MIME-Encodings-@version@-@release@.patch diff --git a/.gear/tags/1b10be2694f3f577a50e4892088069885445cb3b b/.gear/tags/1b10be2694f3f577a50e4892088069885445cb3b new file mode 100644 index 0000000..8d4dc28 --- /dev/null +++ b/.gear/tags/1b10be2694f3f577a50e4892088069885445cb3b @@ -0,0 +1,13 @@ +object 6c53f141b4de49aa1d96be332b35a3b4884ae310 +type commit +tag 1.313 +tagger Alexey Tourbin 1240138766 +0400 + +1.313 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAknrBA4ACgkQfBKgtDjnu0YA7QCfRY8MDf0N7G/mLIdihbn6hlFh +isUAnR61530+YOrCLE29SPqaftGIK9HL +=4rmj +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..d072cf9 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +1b10be2694f3f577a50e4892088069885445cb3b 1.313 diff --git a/perl-Email-MIME-Encodings.spec b/perl-Email-MIME-Encodings.spec new file mode 100644 index 0000000..4f55b81 --- /dev/null +++ b/perl-Email-MIME-Encodings.spec @@ -0,0 +1,46 @@ +%define dist Email-MIME-Encodings +Name: perl-%dist +Version: 1.313 +Release: alt1 + +Summary: A unified interface to MIME encoding and decoding +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# Automatically added by buildreq on Sun Apr 19 2009 +BuildRequires: perl-Test-Pod + +%description +This module simply wraps MIME::Base64 and MIME::QuotedPrint +so that you can throw the contents of a Content-Transfer-Encoding +header at some text and have the right thing happen. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/Email* + +%changelog +* Sun Apr 19 2009 Alexey Tourbin 1.313-alt1 +- 1.311 -> 1.313 + +* Mon Sep 01 2008 Alexey Tourbin 1.311-alt1 +- 1.3 -> 1.311 + +* Mon Jul 17 2006 Alexey Tourbin 1.3-alt1 +- initial revision