Author: glen Date: Wed Nov 12 08:28:17 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - check-files cleanup; rel 4
---- Files affected: SPECS: perl-Parse-RecDescent.spec (1.51 -> 1.52) ---- Diffs: ================================================================ Index: SPECS/perl-Parse-RecDescent.spec diff -u SPECS/perl-Parse-RecDescent.spec:1.51 SPECS/perl-Parse-RecDescent.spec:1.52 --- SPECS/perl-Parse-RecDescent.spec:1.51 Thu Oct 23 08:59:29 2008 +++ SPECS/perl-Parse-RecDescent.spec Wed Nov 12 09:28:12 2008 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): Parse::RecDescent - generowanie zmniejszających rekurencyjnie analizatorów Name: perl-Parse-RecDescent Version: 1.95.1 -Release: 3 +Release: 4 License: Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/%{pdir}-%{pnam}-v%{version}.tar.gz @@ -34,17 +34,15 @@ - Multiple (non-contiguous) productions for any rule, - Repeated, optional and alternate subrules within productions, - Late-bound (run-time dispatched) subrules, -- Full access to Perl within actions specified as part of the - grammar, +- Full access to Perl within actions specified as part of the grammar, - Simple automated error reporting during parser generation and parsing, - The ability to commit to, uncommit to, or reject particular productions during a parse, -- Incremental extension of the parsing grammar (even during a - parse), +- Incremental extension of the parsing grammar (even during a parse), - Precompilation of parser objects, -- User-definable reduce-reduce conflict resolution via - "scoring" of matching productions. +- User-definable reduce-reduce conflict resolution via "scoring" of + matching productions. %description -l pl.UTF-8 RecDescent generuje przyrostowo zstępujące, zmniejszające @@ -52,8 +50,7 @@ gramatyki, podobną do używanej przez yacca. Udostępnia on: - Wyrażenia regularne i łańcuchy literałów jako terminale (tokeny), - Wielokrotną (nieciągłą) produkcję dla każdej reguły, -- Powtarzane, opcjonalne i alternatywne podreguły w obrębie - produkcji, +- Powtarzane, opcjonalne i alternatywne podreguły w obrębie produkcji, - Podreguły późnego wiązania (wysyłane w chwili uruchomienia), - Pełen dostęp do Perla w obrębie akcji określonych jako część gramatyki, @@ -81,9 +78,11 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Parse/RecDescent/.packlist + %clean rm -rf $RPM_BUILD_ROOT @@ -99,6 +98,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.52 2008/11/12 08:28:12 glen +- check-files cleanup; rel 4 + Revision 1.51 2008/10/23 06:59:29 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Parse-RecDescent.spec?r1=1.51&r2=1.52&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
