Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37884502
en ru br
Репозитории ALT
S:1.967015-alt1
5.1: 1.96.0-alt2
4.1: 1.94-alt2
4.0: 1.94-alt2
3.0: 1.94-alt2
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Parse-RecDescent

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-Parse-RecDescent-1.96.0-alt2.patch
Скачать


 .gear/rules                                        |    2 +
 .../tags/0821b8ba3adaf6f331aa39dfd86cff92c9ada977  |   13 +++
 .gear/tags/list                                    |    1 +
 lib/Parse/RecDescent.pm                            |    2 +-
 perl-Parse-RecDescent.spec                         |  109 ++++++++++++++++++++
 5 files changed, 126 insertions(+), 1 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/0821b8ba3adaf6f331aa39dfd86cff92c9ada977 b/.gear/tags/0821b8ba3adaf6f331aa39dfd86cff92c9ada977
new file mode 100644
index 0000000..da60cc1
--- /dev/null
+++ b/.gear/tags/0821b8ba3adaf6f331aa39dfd86cff92c9ada977
@@ -0,0 +1,13 @@
+object 89d649c46a64fb6d2a1e8d785bc2ca4ad735ba41
+type commit
+tag 1.96.0
+tagger Alexey Tourbin <at@altlinux.ru> 1227605743 +0300
+
+1.96.0
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkkrxu8ACgkQfBKgtDjnu0a/wACgu7wLhSyu+50S2AoRzClN1jXK
+klwAoIuOsUa+9jeKYmWOs8Ch+trAYbzL
+=oAVG
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..b48eea9
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+0821b8ba3adaf6f331aa39dfd86cff92c9ada977 1.96.0
diff --git a/lib/Parse/RecDescent.pm b/lib/Parse/RecDescent.pm
index 9920f27..7d9b154 100644
--- a/lib/Parse/RecDescent.pm
+++ b/lib/Parse/RecDescent.pm
@@ -1719,7 +1719,7 @@ use vars qw ( $AUTOLOAD $VERSION );
 
 my $ERRORS = 0;
 
-use version; $VERSION = qv('1.96.0');
+$VERSION = '1.96';
 
 # BUILDING A PARSER
 
diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec
new file mode 100644
index 0000000..a436f4e
--- /dev/null
+++ b/perl-Parse-RecDescent.spec
@@ -0,0 +1,109 @@
+%define dist Parse-RecDescent
+Name: perl-%dist
+Version: 1.96.0
+Release: alt2
+
+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 Mar 09 2009
+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 Mar 09 2009 Alexey Tourbin <at@altlinux.ru> 1.96.0-alt2
+- fixed $Parse::RecDescent::VERSION (rt.cpan.org #32288)
+
+* Tue Nov 25 2008 Alexey Tourbin <at@altlinux.ru> 1.96.0-alt1
+- 1.94 -> 1.96.0
+
+* Thu Dec 16 2004 Alexey Tourbin <at@altlinux.ru> 1.94-alt2
+- rebuild in new environment
+- manual pages not packaged (use perldoc)
+
+* Tue Jun 10 2003 Alexey Tourbin <at@altlinux.ru> 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 <at@altlinux.ru> 1.80-alt2
+- rebuilt for perl-5.8 with new rpm macros
+
+* Wed Jul 25 2001 Dmitry V. Levin <ldv@altlinux.ru> 1.80-alt1
+- ALT adaptions.
+
+* Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.80-2mdk
+- Rebuild against the latest perl.
+
+* Wed Jan 31 2001 FranГois Pons <fpons@mandrakesoft.com> 1.80-1mdk
+- 1.80.
+
+* Tue Nov 14 2000 FranГois Pons <fpons@mandrakesoft.com> 1.79-2mdk
+- fixed description.
+
+* Tue Aug 29 2000 FranГois Pons <fpons@mandrakesoft.com> 1.79-1mdk
+- 1.79.
+
+* Thu Aug 03 2000 FranГois Pons <fpons@mandrakesoft.com> 1.78-4mdk
+- macroszifications.
+- noarch.
+- add doc.
+
+* Tue Jul 18 2000 FranГois Pons <fpons@mandrakesoft.com> 1.78-3mdk
+- removed perllocal.pod file.
+
+* Sun Jul 09 2000 David BAUDENS <baudens@mandrakesoft.com> 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 <gc@mandrakesoft.com> 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 <fpons@mandrakesoft.com>
+- upgraded to version 1.77
+- Build release.
+
+* Tue Oct 19 1999 FranГois PONS <fpons@mandrakesoft.com>
+- upgraded to version 1.70
+
+* Tue Jul 22 1999 Thierry Vignaud <tvignaud@mandrakesoft.com>
+- fix bogus spec
+
+* Tue Jul 22 1999 Thierry Vignaud <tvignaud@mandrakesoft.com>
+- add french description
+- write a real english description
+
+* Tue Jul 13 1999 Thierry Vignaud <tvignaud@mandrakesoft.com>
+- bzip2 source
+- Mandrake adaptation
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin