.gear/rules | 2 + .../tags/30a97c6cb737e6b30204b41a1bd73156cb5591f3 | 13 +++ .gear/tags/list | 1 + perl-DateTime-TimeZone.spec | 85 ++++++++++++++++++++ 4 files changed, 101 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/30a97c6cb737e6b30204b41a1bd73156cb5591f3 b/.gear/tags/30a97c6cb737e6b30204b41a1bd73156cb5591f3 new file mode 100644 index 0000000..ff811be --- /dev/null +++ b/.gear/tags/30a97c6cb737e6b30204b41a1bd73156cb5591f3 @@ -0,0 +1,13 @@ +object db62bf5729301f3ba66cd87a3b99cca20df440ab +type commit +tag 0.90 +tagger Alexey Tourbin 1241993702 +0400 + +0.90 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkoHUeYACgkQfBKgtDjnu0YIYwCgrZS7TP0KwG259brezPvCym54 +/QAAoIwtMSt0MGnuzyW/8KmZICnrHlBo +=I+Rp +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..4b18ebb --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +30a97c6cb737e6b30204b41a1bd73156cb5591f3 0.90 diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec new file mode 100644 index 0000000..c6634d3 --- /dev/null +++ b/perl-DateTime-TimeZone.spec @@ -0,0 +1,85 @@ +%define dist DateTime-TimeZone +Name: perl-%dist +Version: 0.90 +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/*/*.pm + +# Automatically added by buildreq on Mon May 11 2009 +BuildRequires: perl-Class-Singleton perl-DateTime perl-Module-Build perl-Storable + +%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 +* Mon May 11 2009 Alexey Tourbin 0.90-alt1 +- 0.89 -> 0.90 + +* Sun Apr 19 2009 Alexey Tourbin 0.89-alt1 +- 0.86 -> 0.89 + +* Tue Mar 24 2009 Alexey Tourbin 0.86-alt1 +- 0.83 -> 0.86 + +* Thu Nov 06 2008 Alexey Tourbin 0.83-alt1 +- 0.79 -> 0.83 + +* Mon Aug 04 2008 Alexey Tourbin 0.79-alt1 +- 0.7701 -> 0.79 + +* Thu Jun 19 2008 Alexey Tourbin 0.77-alt1 +- 0.72 -> 0.7701 + +* Wed Mar 05 2008 Alexey Tourbin 0.72-alt1 +- 0.64 -> 0.72 + +* Tue Apr 10 2007 Alexey Tourbin 0.64-alt1 +- 0.48 -> 0.64 + +* Mon Sep 04 2006 Alexey Tourbin 0.48-alt1 +- 0.46 -> 0.48 + +* Thu Aug 10 2006 Alexey Tourbin 0.46-alt1 +- 0.44 -> 0.46 + +* Wed Apr 19 2006 Alexey Tourbin 0.44-alt1 +- 0.36 -> 0.44 + +* Sun Aug 21 2005 Alexey Tourbin 0.36-alt1 +- initial revision