Name: blue Version: 1.7.1 Release: 1%{?dist} Summary: A unique multi-purpose dynamic programming language Group: Applications/System License: GPLv2+ URL: http://www.lechak.info/blue/index.php Source0: http://www.lechak.info/%{name}/%{name}%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: lemon %description Lemon is a LALR parser generator for C, C++ and D languages. It does the same job as GNU bison and yacc; however, Lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a parsing engine that is both reentrant and thread-safe. %prep %setup -q -n %{name} %build make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc gpl.txt readme.txt todo examples/ %{_bindir}/%{name} %changelog * Sun Jan 11 2009 Fabian Affolter - 1.7.1-1 - Initial package for Fedora