.gear/rules | 2 + .../tags/569e44dbbfe21540bab910f2120a65af49e85aa7 | 13 +++ .gear/tags/list | 1 + perl-Parse-RecDescent.spec | 112 ++++++++++++++++++++ 4 files changed, 128 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..0f126b7 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Parse-RecDescent-@version@ +diff: @version@:. . name=perl-Parse-RecDescent-@version@-@release@.patch diff --git a/.gear/tags/569e44dbbfe21540bab910f2120a65af49e85aa7 b/.gear/tags/569e44dbbfe21540bab910f2120a65af49e85aa7 new file mode 100644 index 0000000..1a8ccc0 --- /dev/null +++ b/.gear/tags/569e44dbbfe21540bab910f2120a65af49e85aa7 @@ -0,0 +1,13 @@ +object 9a78d44dbe204f76574a7292b18e756a8879d0b9 +type commit +tag 1.965.001 +tagger Alexey Tourbin 1271093909 +0400 + +1.965.001 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkvDWpUACgkQfBKgtDjnu0aXbACgz5PgROcJHffbLss3wSDaHe2w +pXQAoN7ikirhW6gj5C9wp1rrUL7P0jm0 +=oGaS +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..734bb80 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +569e44dbbfe21540bab910f2120a65af49e85aa7 1.965.001 diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec new file mode 100644 index 0000000..98dc4e4 --- /dev/null +++ b/perl-Parse-RecDescent.spec @@ -0,0 +1,112 @@ +%define dist Parse-RecDescent +Name: perl-%dist +Version: 1.965.001 +Release: alt1 + +Summary: Perl module for generating recursive-descent parsers +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 Apr 12 2010 +BuildRequires: perl-Module-Build perl-Test-Pod perl-Text-Balanced + +%description +Parse::RecDescent is a Perl module for parser generators. +It incrementally generates top-down recursive-descent text +parsers from simple yacc(1)-like grammar specifications. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc README Changes tutorial demo +%dir %perl_vendor_privlib/Parse + %perl_vendor_privlib/Parse/RecDescent.pm + +%changelog +* Mon Apr 12 2010 Alexey Tourbin 1.965.001-alt1 +- 1.96.0 -> 1.965001 + +* Mon Mar 09 2009 Alexey Tourbin 1.96.0-alt2 +- fixed $Parse::RecDescent::VERSION (rt.cpan.org #32288) + +* Tue Nov 25 2008 Alexey Tourbin 1.96.0-alt1 +- 1.94 -> 1.96.0 + +* Thu Dec 16 2004 Alexey Tourbin 1.94-alt2 +- rebuild in new environment +- manual pages not packaged (use perldoc) + +* Tue Jun 10 2003 Alexey Tourbin 1.94-alt1 +- 1.80 (Jan 2001) -> 1.94 (Apr 2003), oh my... +- Text::Balanced was removed in 1.92; I will resotre it in perl-base +- specfile cleanup; more docs added + +* Thu Oct 31 2002 Alexey Tourbin 1.80-alt2 +- rebuilt for perl-5.8 with new rpm macros + +* Wed Jul 25 2001 Dmitry V. Levin 1.80-alt1 +- ALT adaptions. + +* Sun Jun 17 2001 Geoffrey Lee 1.80-2mdk +- Rebuild against the latest perl. + +* Wed Jan 31 2001 François Pons 1.80-1mdk +- 1.80. + +* Tue Nov 14 2000 François Pons 1.79-2mdk +- fixed description. + +* Tue Aug 29 2000 François Pons 1.79-1mdk +- 1.79. + +* Thu Aug 03 2000 François Pons 1.78-4mdk +- macroszifications. +- noarch. +- add doc. + +* Tue Jul 18 2000 François Pons 1.78-3mdk +- removed perllocal.pod file. + +* Sun Jul 09 2000 David BAUDENS 1.78-2mdk +- Fix build +- Rename spec according to package's name & little spec cleanup +- Remove french description & summary (in po) + +* Mon Apr 3 2000 Guillaume Cottenceau 1.78-1mdk +- 1.78 +- fixed group +- rebuild with new perl +- fixed location +- better patch for annoying /usr/local/bin/perl's + +* Tue Nov 23 1999 François PONS +- upgraded to version 1.77 +- Build release. + +* Tue Oct 19 1999 François PONS +- upgraded to version 1.70 + +* Tue Jul 22 1999 Thierry Vignaud +- fix bogus spec + +* Tue Jul 22 1999 Thierry Vignaud +- add french description +- write a real english description + +* Tue Jul 13 1999 Thierry Vignaud +- bzip2 source +- Mandrake adaptation