Name: owl-lisp Version: 0.1.7 Release: 2%{?dist} Summary: Owl Lisp is a purely functional dialect of Scheme License: MIT URL: https://code.google.com/p/owl-lisp source0: https://github.com/aoh/owl-lisp/archive/v0.1.7.tar.gz #https://code.google.com/p/owl-lisp/issues/detail?id=171 Patch0: 0001-added-a-manual-page-for-ovm-and-mentioning-it-at-ol-.patch %description Owl Lisp is a purely functional dialect of Scheme. It is based on the applicable subset of to-be R7RS Scheme standard, with some extensions useful for mutation free operation. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build make CFLAGS="%{optflags}" %{?_smp_mflags} chmod 644 c/ol.c %install %make_install %files %doc README LICENCE %{_bindir}/* %{_mandir}/man1/* %changelog * Tue Dec 16 2014 Niranjan MR - 0.1.7-2 - Add man page for ovm * Mon Dec 15 2014 Niranjan MR - 0.1.7-1 - initial version