.gear/rules | 2 + .../tags/7e3f8cb08616eddfffd8474fd24f54d3ef19138e | 13 +++ .gear/tags/list | 1 + perl-TimeDate.spec | 78 ++++++++++++++++++++ 4 files changed, 94 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..b41584b --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=TimeDate-@version@ +diff: @version@:. . name=perl-TimeDate-@version@-@release@.patch diff --git a/.gear/tags/7e3f8cb08616eddfffd8474fd24f54d3ef19138e b/.gear/tags/7e3f8cb08616eddfffd8474fd24f54d3ef19138e new file mode 100644 index 0000000..2acffd8 --- /dev/null +++ b/.gear/tags/7e3f8cb08616eddfffd8474fd24f54d3ef19138e @@ -0,0 +1,13 @@ +object 262b103009c14746ebc2dacb791789816f24b8a1 +type commit +tag 1.20 +tagger Alexey Tourbin 1266260530 +0300 + +1.20 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkt5mjIACgkQfBKgtDjnu0aiUACeK/XtpLkCIfygesF2UIVfHdbE +5q4AoMffdwnyaUck8L71MOgbjMUEfBPA +=hIAH +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..8473974 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +7e3f8cb08616eddfffd8474fd24f54d3ef19138e 1.20 diff --git a/perl-TimeDate.spec b/perl-TimeDate.spec new file mode 100644 index 0000000..8ddb38f --- /dev/null +++ b/perl-TimeDate.spec @@ -0,0 +1,78 @@ +%define dist TimeDate +Name: perl-%dist +Version: 1.20 +Release: alt1 + +Summary: Date and time manipulation routines for Perl +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 Mon Feb 15 2010 +BuildRequires: perl-devel + +%description +This package includes a number of modules suited for manipulation of time +and date strings with Perl. In particular, the Date::Format and Date::Parse +modules can display and read times and dates in various formats, providing +a more reliable interface to textual representations of points in time. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc ChangeLog README +%perl_vendor_privlib/Date* +%perl_vendor_privlib/Time* + +%changelog +* Mon Feb 15 2010 Alexey Tourbin 1.20-alt1 +- 1.19 -> 1.20 + +* Mon Oct 19 2009 Alexey Tourbin 1.19-alt1 +- 1.16 -> 1.19 + +* Wed Feb 28 2007 Alexey Tourbin 1.16-alt2 +- imported into git and adapted for gear +- applied documentation patch from debian +- manual pages not packaged, use perldoc + +* Sat Feb 19 2005 ALT QA Team Robot 1.16-alt1.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Tue Aug 26 2003 Alexey Tourbin 1.16-alt1 +- 1.16 +- description updated (RH) + +* Wed Mar 19 2003 Stanislav Ievlev 1.14-alt1 +- 1.14 + +* Fri Nov 01 2002 Dmitry V. Levin 1.13.01-alt1 +- 1.1301 + +* Fri Jun 14 2002 Stanislav Ievlev 1.13-alt1 +- 1.13 + +* Wed Apr 03 2002 Stanislav Ievlev 1.11-alt1 +- 1.11 + +* Mon Jun 25 2001 Stanislav Ievlev 1.10-alt1 +- Rebuilt with perl-5.6.1 + +* Fri Mar 30 2001 Peter 'Nidd' Novodvorsky ipl4mdk +- Added AutoReqProv: perl. + +* Fri Jan 26 2001 Alexander Bokovoy ipl3mdk +- Rebuild from scratch using MZh's spec skeleton file