%global githash 5c5c2a1e4dea %global debug_package %{nil} Name: moman Version: 0.2.1 Release: 1%{?dist} Summary: A tools suite for orthographic/grammatical check License: MIT URL: https://bitbucket.org/jpbarrette/moman Source0: https://bitbucket.org/jpbarrette/%{name}/get/%{githash}.zip # x finenight/scheme/chicken.py #BuildRequires: chicken #BuildRequires: scons BuildRequires: python2-devel Requires: python2 %description This is will eventually be a suite of tools to be used by an orthographic/grammatical checker and the checker itself. The tools are currently coded in Python, but I began to rewrite it in Lisp. Moman, the suite itself, will be consisted of the following tools: ° FineNight is the FSA library. ° A FST library. (Not yet implemented) ° ZSpell is the orthographic checker. %prep %setup -q -n jpbarrette-%{name}-%{githash} %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} %files %{_bindir}/recognize %{python_sitearch}/Moman-%{version}-py%{python_version}.egg-info %{python_sitearch}/finenight %doc CHANGES ChangeLog DISCUTIONS LICENSE.TXT TODO %changelog * Thu Oct 31 2013 gil cattaneo 0.2.1-1 - initial rpm