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