Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 85a364d539290aeb0c7d62afe41b5e1d > files > 2

yacas-1.0.53-4mdk.src.rpm

%define name yacas
%define version 1.0.53
%define release 4mdk

Name: %{name}
Summary: Yacas, a computer algebra language
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
Group: Development/Other
URL: http://www.xs4all.nl/~apinkus/yacas.html 
BuildRoot: %{_tmppath}/%{name}-buildroot
License: GPL

%description
Yacas (Yet Another Computer Algebra System) is a small and highly
flexible computer algebra language. The syntax uses a infix-operator
grammar parser. The distribution contains a small library of
mathematical functions, but its real strength is in the language in
which you can easily write your own symbolic manipulation algorithms.
It supports arbitrary precision arithmetic.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q
%build
./configure --prefix=%{_prefix} --libdir=%_libdir


%make -k

%install
make install prefix=$RPM_BUILD_ROOT/%{_prefix}


%clean
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root,0755)
%doc docs/*
%{_datadir}/yacas/*
%{_bindir}/*


%changelog
* Wed Jan 22 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.0.53-4mdk
- rebuild

* Thu Sep 05 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.0.53-3mdk
- rebuild

* Mon Jul 15 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.0.53-2mdk
- add libdir

* Mon Jul 15 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.0.53-1mdk
- 1.0.53

* Mon May 27 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.0.52-1mdk
- 1.0.52

* Tue May 14 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.0.51-1mdk
- 1.0.51

* Wed Nov 21 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.0.47rev7-1mdk
- 1.0.47rev7

* Thu Aug 23 2001 Etienne Faure <etienne@mandrakesoft.com> 1.0.47rev2-1mdk
- updated to 1.0.47rev2
- patch 0 (missing #include)

* Wed Feb 21 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.0.44rev4-1mdk
- updated to 1.0.44rev4

* Mon Nov 13 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.42-1mdk
- updated to 1.0.42

* Thu Sep 21 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.40rev3-1mdk
- fix install
- updated to 1.0.40rev3

* Thu May 04 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.19-2mdk
- fix group

* Thu Dec 02 1999 Lenny Cartier <lenny@mandrakesoft.com>
- New in contribs
- specfile adaptations
- added docs