]> git.pld-linux.org Git - SPECS.git/blob - xlispstat.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / xlispstat.spec
1 Summary:        An implementation of the Lisp language with statistics extensions
2 Summary(de.UTF-8):      xlisp von David Betz mit Statistik-Erweiterungen
3 Summary(es.UTF-8):      Xlisp de David Betz con extensiones estadísticas
4 Summary(fr.UTF-8):      xlisp de David Betz avec des extensions statistiques
5 Summary(pl.UTF-8):      Implementacja języka Lisp z rozszerzeniami statystycznymi
6 Summary(pt_BR.UTF-8):   Xlisp de David Betz com extensões estatísticas
7 Summary(tr.UTF-8):      David Betz'in istatistik yetenekleri olana xlisp yorumlayıcısı
8 Name:           xlispstat
9 Version:        3.52.19
10 %define         tar_version     %(echo %{version} | tr . -)
11 Release:        1
12 License:        distributable
13 Group:          Applications/Engineering
14 Source0:        ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/%{name}-%{tar_version}.tar.gz
15 # Source0-md5:  2cda23d9553b0f546e4e62558115ce95
16 URL:            http://lib.stat.cmu.edu/xlispstat/
17 BuildRequires:  XFree86-devel
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 The xlispstat package contains XLISP-PLUS, an implementation of the
24 Lisp programming language for the X Window System. XLISP-PLUS also
25 includes extensions for performing advanced statistical computations.
26
27 Install the xlispstat package if you need a version of the Lisp
28 programming language for X with statistics extensions.
29
30 %description -l de.UTF-8
31 Eine Implementierung der Lisp-Programmiersprache für X-Window mit
32 Erweiterungen für fortgeschrittene statistische Berechnungen.
33
34 %description -l es.UTF-8
35 Una implementación al lenguaje de programación Lisp para X Window, con
36 extensiones para cálculos estadísticos avanzados.
37
38 %description -l fr.UTF-8
39 Implantation du langage Lisp pour X Window, avec des extensions pour
40 les calculs statistiques avancés.
41
42 %description -l pl.UTF-8
43 Pakiet xlispstat zawiera XLISP-PLUS - implementację języka
44 programowania Lisp dla X Window System. XLISP-PLUS zawiera także
45 rozszerzenia do prowadzenia zaawansowanych obliczeń statystycznych.
46
47 %description -l pt_BR.UTF-8
48 Uma implementação da linguagem de programação Lisp para X Window, com
49 extensões para cálculos estatísticos avançados.
50
51 %description -l tr.UTF-8
52 Lisp programlama dilinin X-Window altında çalışan ve ileri istatistik
53 hesaplama desteği bulunan bir gerçeklemesi.
54
55 %prep
56 %setup -q -n xlispstat-3-52-18
57
58 %build
59 %{__aclocal}
60 %{__autoconf}
61 %configure
62 %{__make} UCFLAGS="%{rpmcflags}"
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         prefix=$RPM_BUILD_ROOT%{_prefix} \
69         exec_prefix=$RPM_BUILD_ROOT%{_prefix}
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc README RELEASE doc/*
77 %attr(755,root,root) %{_bindir}/xlispstat
78 %dir %{_libdir}/xlispstat
79 %attr(755,root,root) %{_libdir}/xlispstat/xlisp
80 %{_libdir}/xlispstat/Autoload
81 %{_libdir}/xlispstat/Data
82 %{_libdir}/xlispstat/Examples
83 %{_libdir}/xlispstat/xlisp.hlp
84 %{_libdir}/xlispstat/xlisp.wks
This page took 1.131739 seconds and 3 git commands to generate.