Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37907534
en ru br
ALT Linux repositórios
S:2.21-alt1
5.0: 2.04-alt1
4.1: 1.76-alt1
4.0: 1.76-alt1
3.0: 1.67-alt1

Group :: Desenvolvimento/Perl
RPM: perl-MailTools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: perl-MailTools-2.06-alt1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/982ad2793fd86c870c7c72f1f017d9ac7e9058a9  |   13 ++
 .gear/tags/list                                    |    1 +
 perl-MailTools.spec                                |  126 ++++++++++++++++++++
 4 files changed, 142 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..8a0fbb8
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=MailTools-@version@
+diff: @version@:. . name=perl-MailTools-@version@-@release@.patch
diff --git a/.gear/tags/982ad2793fd86c870c7c72f1f017d9ac7e9058a9 b/.gear/tags/982ad2793fd86c870c7c72f1f017d9ac7e9058a9
new file mode 100644
index 0000000..0922ece
--- /dev/null
+++ b/.gear/tags/982ad2793fd86c870c7c72f1f017d9ac7e9058a9
@@ -0,0 +1,13 @@
+object a7969521f1af15fab7f282ccf9910e6311650e4e
+type commit
+tag 2.06
+tagger Alexey Tourbin <at@altlinux.ru> 1266351977 +0300
+
+2.06
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAkt6/2oACgkQfBKgtDjnu0YmMgCfUwLdQF/83GzgQpsKMSSj2jwB
+NZAAn1lTeKuIvUsaqgBbOmKCtc8mMsnq
+=fN+F
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..2e6b6d1
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+982ad2793fd86c870c7c72f1f017d9ac7e9058a9 2.06
diff --git a/perl-MailTools.spec b/perl-MailTools.spec
new file mode 100644
index 0000000..5e19de6
--- /dev/null
+++ b/perl-MailTools.spec
@@ -0,0 +1,126 @@
+%define dist MailTools
+Name: perl-%dist
+Version: 2.06
+Release: alt1
+
+Summary: Perl modules related to mail applications
+License: GPL
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+
+# Automatically added by buildreq on Tue Feb 16 2010 (-bi)
+BuildRequires: perl-Net-SMTP-SSL perl-Test-Pod perl-TimeDate sendmail-common
+
+%description
+This is MailTools, a set of perl modules related to mail applications.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc	ChangeLog README
+%dir	%perl_vendor_privlib/Mail
+	%perl_vendor_privlib/Mail/*.pm
+%doc	%perl_vendor_privlib/Mail/*.pod
+%dir	%perl_vendor_privlib/Mail/Field
+	%perl_vendor_privlib/Mail/Field/*.pm
+%doc	%perl_vendor_privlib/Mail/Field/*.pod
+%dir	%perl_vendor_privlib/Mail/Mailer
+	%perl_vendor_privlib/Mail/Mailer/*.pm
+
+%changelog
+* Tue Feb 16 2010 Alexey Tourbin <at@altlinux.ru> 2.06-alt1
+- 2.04 -> 2.06
+- requires perl-Net-SMTP-SSL due to support for smtps
+
+* Tue Sep 16 2008 Alexey Tourbin <at@altlinux.ru> 2.04-alt1
+- 2.03 -> 2.04
+
+* Tue May 06 2008 Alexey Tourbin <at@altlinux.ru> 2.03-alt1
+- 1.76 -> 2.03
+
+* Tue Apr 10 2007 Alexey Tourbin <at@altlinux.ru> 1.76-alt1
+- 1.74 -> 1.76
+- fixed perl syntax in qmail.pm (rt.cpan.org #26237)
+
+* Thu Apr 20 2006 Alexey Tourbin <at@altlinux.ru> 1.74-alt1
+- 1.67 -> 1.74
+
+* Wed Apr 06 2005 Alexey Tourbin <at@altlinux.ru> 1.67-alt1
+- 1.66 -> 1.67
+
+* Tue Jan 25 2005 Alexey Tourbin <at@altlinux.ru> 1.66-alt1
+- 1.64 -> 1.66
+- manual pages not packaged (use perldoc)
+
+* Thu Aug 19 2004 Alexey Tourbin <at@altlinux.ru> 1.64-alt1
+- 1.62 -> 1.64
+
+* Wed Mar 24 2004 Alexey Tourbin <at@altlinux.ru> 1.62-alt1
+- 1.61 -> 1.62, testfile detection fixed upstream
+
+* Sun Mar 14 2004 Alexey Tourbin <at@altlinux.ru> 1.61-alt1
+- 1.61
+- fixed testfile detection
+
+* Fri Oct 03 2003 Alexey Tourbin <at@altlinux.ru> 1.60-alt1
+- 1.60
+
+* Thu Sep 04 2003 Alexey Tourbin <at@altlinux.ru> 1.59-alt1
+- 1.59
+- buildreq re-applied (fixes build in the hasher)
+
+* Wed Mar 19 2003 Stanislav Ievlev <inger@altlinux.ru> 1.58-alt1
+- 1.58
+
+* Tue Nov 05 2002 Alexey Tourbin <at@altlinux.ru> 1.51-alt1
+- 1.51
+- perl-5.8 build with new rpm macros
+
+* Wed Apr 03 2002 Stanislav Ievlev <inger@altlinux.ru> 1.44-alt1
+- 1.44
+
+* Tue Nov 27 2001 Stanislav Ievlev <inger@altlinux.ru> 1.40-alt1
+- 1.40
+
+* Mon Jun 25 2001 Stanislav Ievlev <inger@altlinux.ru> 1.15-ipl4mdk
+- Rebuilt with perl-5.6.1
+
+* Fri Mar 30 2001 Peter 'Nidd' Novodvorsky <nidd@altlinux.ru> 1.15-ipl3mdk
+- Spec Global Cleanup
+
+* Sun Feb 4 2001 AEN <aen@logic.ru>
+- RE adaptation
+
+* Thu Oct 12 2000 François Pons <fpons@mandrakesoft.com> 1.15-1mdk
+- removed typo patch as now applied.
+- 1.15.
+
+* Mon Aug 07 2000 François Pons <fpons@mandrakesoft.com> 1.14.1-3mdk
+- added missing clean.
+
+* Thu Aug 03 2000 François Pons <fpons@mandrakesoft.com> 1.14.1-2mdk
+- macroszifications.
+- noarch.
+- add doc.
+
+* Tue Jul 18 2000 François Pons <fpons@mandrakesoft.com> 1.14.1-1mdk
+- created patch to solve typo in Cap.pm.
+- avoid using version naming conventions from package.
+- 1.1401.
+
+* Mon Apr  3 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 1.14-1mdk
+- 1.14
+- fixed group
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009