]> git.pld-linux.org Git - packages/cln.git/blame - cln.spec
- updated to 1.1.9
[packages/cln.git] / cln.spec
CommitLineData
4020f81b
JB
1Summary: C++ Class Library for Numbers
2Summary(pl): Biblioteka klas C++ dla liczb
3Name: cln
06f2b5ba 4Version: 1.1.9
a5aced94 5Release: 1
4020f81b
JB
6License: GPL
7Group: Libraries
a5aced94 8Source0: ftp://ftpthep.physik.uni-mainz.de/pub/gnu/%{name}-%{version}.tar.bz2
06f2b5ba 9# Source0-md5: 76fbeeeeac1559e482b404b4674915e2
00d3492b
JB
10Patch0: %{name}-info.patch
11Patch1: %{name}-link.patch
4020f81b 12URL: http://www.ginac.de/CLN/
00d3492b 13BuildRequires: autoconf >= 2.50
1549b004 14BuildRequires: automake
14aacc5d 15BuildRequires: gmp-devel >= 3.0
4020f81b 16BuildRequires: libstdc++-devel
00d3492b 17BuildRequires: libtool >= 2:1.5
14aacc5d 18Requires: gmp >= 3.0
4020f81b
JB
19Obsoletes: libcln2
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
06fccf93
JB
22# won't work with -O0 because of static const initialization loops
23%define debugcflags -O1 -g
24
4020f81b
JB
25%description
26A GPLed collection of C++ math classes and functions, that will bring
27efficiency, type safety, algebraic syntax to everyone in a memory and
28speed efficient library.
29
30%description -l pl
31