File SPITBOL.spec of Package SPITBOL
#
# spec file for package
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: SPITBOL
Version: 3.8.1
Release: 0
License: GPLv3+
Summary: A speedy implementation of the SNOBOL4 programming language
Url: https://github.com/daveshields
Group: Development/Languages/Other
Source: https://github.com/downloads/hardbol/spitbol/spitbol-linux-v3.8.1.tgz
Patch0: opensuse.patch
%ifarch x86_64
BuildRequires: glibc-devel-32bit glibc-32bit
%endif
# PreReq:
# Provides:
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
MACRO SPITBOL is the best-ever implementation of the SNOBOL4 programming language, the language defined by The Green Book.
Written in the 1970's, MACRO SPITBOL is coded in MINIMAL, an assembly language for an abstract machine. The instruction set is carefully defined to allow some latitude in its implementation, so that hardware operations favorable to string processing can be exploited.
The principal author is Prof. Robert B. K. Dewar of the Courant Institute of Mathematical Sciences (CIMS), at New York University. Robert is also well-known for his work on the Ada programming language, and is a co-founder of AdaCore.
%prep
%setup -q -n spitbol-linux
%patch0 -p1
%build
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root)
%doc COPYING COPYING-LOAD-MODULES COPYING-SAVE-FILES read.me README.html docs demos test
%{_bindir}/spitbol
%changelog