Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37853084
en ru br
ALT Linux repositórios
S:2.60-alt1
5.0: 0.90-alt1
4.1: 0.72-alt1
4.0: 0.72-alt1

Group :: Desenvolvimento/Perl
RPM: perl-DateTime-TimeZone

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: perl-DateTime-TimeZone-1.27-alt1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/1cffb4b808785e8cfb14a3e81c7c1fdc218a6f92  |   13 ++
 .../tags/d4250892ac583263df4f8e93f8ac4c1c13947323  |   13 ++
 .gear/tags/list                                    |    1 +
 perl-DateTime-TimeZone.spec                        |  119 ++++++++++++++++++++
 5 files changed, 148 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..9f607b2
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=DateTime-TimeZone-@version@
+diff: @version@:. . name=perl-DateTime-TimeZone-@version@-@release@.patch
diff --git a/.gear/tags/1cffb4b808785e8cfb14a3e81c7c1fdc218a6f92 b/.gear/tags/1cffb4b808785e8cfb14a3e81c7c1fdc218a6f92
new file mode 100644
index 0000000..d9ad1b9
--- /dev/null
+++ b/.gear/tags/1cffb4b808785e8cfb14a3e81c7c1fdc218a6f92
@@ -0,0 +1,13 @@
+object 7cf4f226400e2211abb96a741735821a7756195f
+type commit
+tag 1.21
+tagger Alexey Tourbin <at@altlinux.ru> 1284998237 +0400
+
+1.21
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAkyXhF0ACgkQfBKgtDjnu0Yv8ACg126fiQh3sZu+dWAuIeNtXaud
++V4AoKqRza9qWmOQp9Qyv0cMKUn5KFED
+=fdxV
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/d4250892ac583263df4f8e93f8ac4c1c13947323 b/.gear/tags/d4250892ac583263df4f8e93f8ac4c1c13947323
new file mode 100644
index 0000000..ebb911d
--- /dev/null
+++ b/.gear/tags/d4250892ac583263df4f8e93f8ac4c1c13947323
@@ -0,0 +1,13 @@
+object a3db2ac964f3351eb5af4e0a8511e9472485741a
+type commit
+tag 1.27
+tagger Alexey Tourbin <at@altlinux.ru> 1296786284 +0300
+
+1.27
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iEYEABECAAYFAk1LY20ACgkQfBKgtDjnu0YUeACgpcLEkediCtDs6YjZkti0ebQ6
+BxkAn3fJk9I+kcKmiLDzUJSifEyYjlkZ
+=XEeU
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..47951a5
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+d4250892ac583263df4f8e93f8ac4c1c13947323 1.27
diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
new file mode 100644
index 0000000..198c214
--- /dev/null
+++ b/perl-DateTime-TimeZone.spec
@@ -0,0 +1,119 @@
+%define dist DateTime-TimeZone
+Name: perl-%dist
+Version: 1.27
+Release: alt1
+
+Summary: Time zone object base class and factory
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+
+# avoid rpmdb bloat
+%add_findprov_skiplist */DateTime/TimeZone/Africa/*
+%add_findprov_skiplist */DateTime/TimeZone/America/*
+%add_findprov_skiplist */DateTime/TimeZone/Antarctica/*
+%add_findprov_skiplist */DateTime/TimeZone/Asia/*
+%add_findprov_skiplist */DateTime/TimeZone/Atlantic/*
+%add_findprov_skiplist */DateTime/TimeZone/Australia/*
+%add_findprov_skiplist */DateTime/TimeZone/Europe/*
+%add_findprov_skiplist */DateTime/TimeZone/Indian/*
+%add_findprov_skiplist */DateTime/TimeZone/Pacific/*
+
+# Automatically added by buildreq on Fri Feb 04 2011
+BuildRequires: perl-Class-Load perl-Class-Singleton perl-DateTime perl-Module-Build perl-Test-Output perl-parent
+
+%description
+The DateTime::TimeZone modules provide a Perl interface to the Olson
+time zone database.  Rather than using the database directly, we parse
+the database files and turn them into a set of modules, one for each
+time zone defined.  This allows for various optimizations in doing
+time zone calculations.  This conversion is done with the script in
+tools/parse_olson.
+
+The Olson time zone database is the best available source for world
+wide time zone information.  It is available from
+ftp://elsie.nci.nih.gov/pub/.  A good starting point for information
+on the database, and time zones in general, is
+http://www.twinsun.com/tz/tz-link.htm.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README
+%perl_vendor_privlib/DateTime*
+
+%changelog
+* Fri Feb 04 2011 Alexey Tourbin <at@altlinux.ru> 1.27-alt1
+- 1.26 -> 1.27
+
+* Sat Dec 18 2010 Alexey Tourbin <at@altlinux.ru> 1.26-alt1
+- 1.21 -> 1.26
+- re-enabled dependency on perl-DateTime
+
+* Mon Sep 20 2010 Alexey Tourbin <at@altlinux.ru> 1.21-alt1
+- 1.18 -> 1.21
+- disabled dependency on perl-DateTime, for bootsrap
+
+* Tue May 04 2010 Alexey Tourbin <at@altlinux.ru> 1.18-alt1
+- 1.15 -> 1.18
+
+* Mon Mar 29 2010 Alexey Tourbin <at@altlinux.ru> 1.15-alt1
+- 1.10 -> 1.15
+
+* Tue Feb 16 2010 Alexey Tourbin <at@altlinux.ru> 1.10-alt1
+- 0.99 -> 1.10
+
+* Mon Oct 19 2009 Alexey Tourbin <at@altlinux.ru> 0.99-alt1
+- 0.91 -> 0.99
+
+* Thu Jul 02 2009 Alexey Tourbin <at@altlinux.ru> 0.91-alt1
+- 0.90 -> 0.91
+
+* Mon May 11 2009 Alexey Tourbin <at@altlinux.ru> 0.90-alt1
+- 0.89 -> 0.90
+
+* Sun Apr 19 2009 Alexey Tourbin <at@altlinux.ru> 0.89-alt1
+- 0.86 -> 0.89
+
+* Tue Mar 24 2009 Alexey Tourbin <at@altlinux.ru> 0.86-alt1
+- 0.83 -> 0.86
+
+* Thu Nov 06 2008 Alexey Tourbin <at@altlinux.ru> 0.83-alt1
+- 0.79 -> 0.83
+
+* Mon Aug 04 2008 Alexey Tourbin <at@altlinux.ru> 0.79-alt1
+- 0.7701 -> 0.79
+
+* Thu Jun 19 2008 Alexey Tourbin <at@altlinux.ru> 0.77-alt1
+- 0.72 -> 0.7701
+
+* Wed Mar 05 2008 Alexey Tourbin <at@altlinux.ru> 0.72-alt1
+- 0.64 -> 0.72
+
+* Tue Apr 10 2007 Alexey Tourbin <at@altlinux.ru> 0.64-alt1
+- 0.48 -> 0.64
+
+* Mon Sep 04 2006 Alexey Tourbin <at@altlinux.ru> 0.48-alt1
+- 0.46 -> 0.48
+
+* Thu Aug 10 2006 Alexey Tourbin <at@altlinux.ru> 0.46-alt1
+- 0.44 -> 0.46
+
+* Wed Apr 19 2006 Alexey Tourbin <at@altlinux.ru> 0.44-alt1
+- 0.36 -> 0.44
+
+* Sun Aug 21 2005 Alexey Tourbin <at@altlinux.ru> 0.36-alt1
+- initial revision
 
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