| 21 |
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an |
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an |
| 22 |
open framework for symbolic computation within the C++ programming language. |
open framework for symbolic computation within the C++ programming language. |
| 23 |
|
|
|
It includes the ginsh ("GiNaC interactive shell") which provides a simple and |
|
|
easy-to-use CAS-like interface to GiNaC for non-programmers. |
|
|
|
|
| 24 |
|
|
| 25 |
%package devel |
%package devel |
| 26 |
Summary: Libraries, includes and more to develop GiNaC applications |
Summary: GiNaC development libraries and header files |
| 27 |
Group: Development/Libraries |
Group: Development/Libraries |
| 28 |
Requires: %{name} = %{version} |
Requires: %{name} = %{version} |
| 29 |
|
|
| 31 |
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an |
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an |
| 32 |
open framework for symbolic computation within the C++ programming language. |
open framework for symbolic computation within the C++ programming language. |
| 33 |
|
|
| 34 |
This is the libraries, include files and other resources you can use to |
This package contains the libraries, include files and other resources you |
| 35 |
develop GiNaC applications. |
use to develop GiNaC applications. |
| 36 |
|
|
| 37 |
|
|
| 38 |
|
%package utils |
| 39 |
|
Summary: GiNaC-related utilities |
| 40 |
|
Group: System Environment/Libraries |
| 41 |
|
Requires: %{name} = %{version} |
| 42 |
|
|
| 43 |
|
%description utils |
| 44 |
|
GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an |
| 45 |
|
open framework for symbolic computation within the C++ programming language. |
| 46 |
|
|
| 47 |
|
This package includes the ginsh ("GiNaC interactive shell") which provides a |
| 48 |
|
simple and easy-to-use CAS-like interface to GiNaC for non-programmers, and |
| 49 |
|
the tool "viewgar" which displays the contents of GiNaC archives. |
| 50 |
|
|
| 51 |
|
|
| 52 |
%prep |
%prep |
| 92 |
%defattr(-,root,root) |
%defattr(-,root,root) |
| 93 |
%doc AUTHORS COPYING ChangeLog NEWS README |
%doc AUTHORS COPYING ChangeLog NEWS README |
| 94 |
%{_libdir}/*.so.* |
%{_libdir}/*.so.* |
|
%{_bindir}/ginsh |
|
|
%{_bindir}/viewgar |
|
|
%{_mandir}/man1/ginsh.1* |
|
|
%{_mandir}/man1/viewgar.1* |
|
| 95 |
|
|
| 96 |
%files devel |
%files devel |
| 97 |
%defattr(-,root,root) |
%defattr(-,root,root) |
| 104 |
%{_bindir}/ginac-config |
%{_bindir}/ginac-config |
| 105 |
%{_datadir}/aclocal/* |
%{_datadir}/aclocal/* |
| 106 |
|
|
| 107 |
|
%files utils |
| 108 |
|
%defattr(-,root,root) |
| 109 |
|
%{_bindir}/ginsh |
| 110 |
|
%{_bindir}/viewgar |
| 111 |
|
%{_mandir}/man1/ginsh.1* |
| 112 |
|
%{_mandir}/man1/viewgar.1* |
| 113 |
|
|
| 114 |
%changelog |
%changelog |
| 115 |
|
* Thu Nov 1 2001 Christian Bauer <Christian.Bauer@uni-mainz.de> |
| 116 |
|
- moved ginsh and viewgar to "utils" package |
| 117 |
|
|
| 118 |
* Thu Oct 5 2000 Christian Bauer <Christian.Bauer@uni-mainz.de> |
* Thu Oct 5 2000 Christian Bauer <Christian.Bauer@uni-mainz.de> |
| 119 |
- cleaned up a bit |
- cleaned up a bit |
| 120 |
|
|