Name: kelbt Version: 0.16 Release: 2%{?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 Patch0: %{name}-signed-char.diff 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 -p1 %build autoreconf -vfi %configure %make_build %install %make_install %files %license COPYING %doc ChangeLog %{_bindir}/%{name} %changelog * Mon Nov 14 2016 Igor Gnatenko - 0.16-2 - Rename patch * Fri Oct 07 2016 Igor Gnatenko - 0.16-1 - Initial package