Name: kelbt Version: 0.16 Release: 1%{?dist} Summary: Backtracking LR Parsing # aapl/ is the LGPLv2+ License: GPLv2+ and LGPLv2+ URL: http://freecode.com/projects/kelbt Source0: https://www.colm.net/files/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: autoconf BuildRequires: automake # Unfortunately, upstream doesn't exist and not possible to find version Provides: bundled(aapl) %description Kelbt generates backtracking LALR(1) parsers. Where traditional LALR(1) parser generators require static resolution of shift/reduce conflicts, Kelbt generates parsers that handle conflicts by backtracking at runtime. Kelbt is able to generate a parser for any context-free grammar that is free of hidden left recursion. %prep %autosetup %build autoreconf -vfi %configure %make_build %install %make_install %files %license COPYING %doc ChangeLog %{_bindir}/%{name} %changelog * Fri Oct 07 2016 Igor Gnatenko - 0.16-1 - Initial package