]> git.pld-linux.org Git - packages/GiNaC.git/blame - GiNaC.spec
- updated contact addresses
[packages/GiNaC.git] / GiNaC.spec
CommitLineData
89645b1f
JB
1Summary: C++ class library for symbolic calculations
2Name: GiNaC
3Version: 1.1.0
4Release: 1
5License: GPL
6Group: Sciences/Mathematics
3380bca7 7# Source0-md5: 30c86d96a9d9d689ff0981409b038906
89645b1f
JB
8Source0: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/%{name}-%{version}.tar.bz2
9Source1: ginac.png
10URL: http://www.ginac.de/
11BuildRequires: cln-devel >= 1.1
12BuildRequires: readline-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
17System)") is an open framework for symbolic computation within the C++
18programming language.
19
20%package devel
21Summary: Libraries, includes and more to develop GiNaC applications
22Group: Development/C++
3380bca7 23Requires: %{name} = %{version}-%{release}
89645b1f
JB
24
25%description devel
26GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
27System)") is an open framework for symbolic computation within the C++
28programming language.
29
30This is the libraries, include files and other resources you can use
31to develop GiNaC applications.
32
33%package utils
34Summary: GiNaC-related utilities
35Group: Sciences/Mathematics
36Requires: %{name} = %{version}-%{release}
37
38%description utils
39GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra
40System)") is an open framework for symbolic computation within the C++
41programming language.
42
43This package includes the ginsh ("GiNaC interactive shell") which
44provides a simple and easy-to-use CAS-like interface to GiNaC for
45non-programmers, and the tool "viewgar" which displays the contents of
46GiNaC archives.
47
48%prep
49%setup -q
50
51%build
3380bca7
JB
52%configure
53%{__make}
54
55%{__make} check
89645b1f
JB
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install
61
62%clean
63rm -rf ${RPM_BUILD_ROOT}
64
65%post -p /sbin/ldconfig
66%postun -p /sbin/ldconfig
67
68%post devel
69%_install_info ginac.info
70
71%preun devel
72%_remove_install_info ginac.info
73
74%files
75%defattr(644,root,root,755)
76%doc AUTHORS ChangeLog NEWS README
77%{_libdir}/lib*.so.*.*
78
79%files devel
80%defattr(644,root,root,755)
81%{_libdir}/*.a
82%{_libdir}/*.la
83%{_libdir}/*.so
84%{_includedir}/ginac/*.h
85%{_infodir}/*.info*
86%{_mandir}/man1/ginac-config.1*
87%attr(755,root,root) %{_bindir}/ginac-config
88%{_aclocaldir}/*
89
90%files utils
91%defattr(644,root,root,755)
92%attr(755,root,root) %{_bindir}/ginsh
93%attr(755,root,root) %{_bindir}/viewgar
94%{_mandir}/man1/ginsh.1*
95%{_mandir}/man1/viewgar.1*
96%_menudir/%name-utils
97%_iconsdir/ginac.png
This page took 0.214539 seconds and 4 git commands to generate.