Name: nial Version: 6.3 Release: 1%{?dist} Summary: High-level array programming language Group: Development/Languages License: Artistic URL: http://www.nial.com/AboutNial.html Source0: ftp://ftp.nial.com/nial.com/SourceCode/Unix-Source-QNialV63.tar.gz Patch0: nial--makefile_fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Nial is a hybrid language combining a functional array language based on Trenchard More's mathematical treatment of nested arrays called Array Theory, with a procedural language with familiar control structures. It has a rich set of language primitives that make it easy to rapidly develop loop-free data-driven algorithms. %prep %setup -q -c %{name}-%{version} sed -i 's|\r||g' niallib/readme.txt %build cd build && make %{?_smp_mflags} CFLAGS="%{optflags} -DLINUX -DUNIXSYS" SOCKLIB="" %install rm -rf $RPM_BUILD_ROOT install -D -p -m 755 build/%{name} $RPM_BUILD_ROOT/%{_bindir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README.txt niallib %{_bindir}/%{name} %changelog * Sat Aug 23 2008 Peter Lemenkov 6.3-1 - Initial package for Fedora