]> git.pld-linux.org Git - packages/jacal.git/blob - jacal.spec
- BR: slib
[packages/jacal.git] / jacal.spec
1 Summary:        Jacal - symbolic mathematics system written in Scheme
2 Summary(pl.UTF-8):      Jacal - system matematyki symbolicznej napisany w Scheme
3 Name:           jacal
4 Version:        1c3
5 Release:        1
6 License:        LGPL v3+
7 Group:          Development/Languages/Scheme
8 Source0:        http://groups.csail.mit.edu/mac/ftpdir/scm/%{name}-%{version}.zip
9 # Source0-md5:  8c64148775f8048c1013162cac607352
10 Patch0:         %{name}-info.patch
11 Patch1:         %{name}-texinfo.patch
12 URL:            http://people.csail.mit.edu/jaffer/JACAL
13 BuildRequires:  slib
14 BuildRequires:  texinfo
15 Requires:       scm
16 Requires:       slib
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Jacal is a symbolic mathematics system written in the programming
21 language Scheme.
22
23 %description -l pl.UTF-8
24 Jacal to system matematyki symbolicznej napisany w jÄ™zyku
25 programowania Scheme.
26
27 %prep
28 %setup -q -n jacal
29 %patch0 -p1
30 %patch1 -p1
31
32 %build
33 # not autoconf-generated
34 ./configure \
35         --prefix=%{_prefix} \
36         --libdir=%{_libdir}
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %{__rm} $RPM_BUILD_ROOT%{_libdir}/jacal/Makefile
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post   -p /sbin/postshell
52 -/usr/sbin/fix-info-dir -c %{_infodir}
53
54 %postun -p /sbin/postshell
55 -/usr/sbin/fix-info-dir -c %{_infodir}
56
57 %files
58 %defattr(644,root,root,755)
59 %doc ANNOUNCE ChangeLog README DOC/{algdenom,grammar,history,lambda,ratint.pdf}
60 %attr(755,root,root) %{_bindir}/jacal
61 %dir %{_libdir}/jacal
62 %{_libdir}/jacal/*.scm
63 %{_libdir}/jacal/jacalcat
64 %{_libdir}/jacal/COPYING
65 %{_libdir}/jacal/HELP
66 %{_mandir}/man1/jacal.1*
67 %{_infodir}/jacal.info*
This page took 0.110789 seconds and 3 git commands to generate.