]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libmpc/libmpc.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libmpc / libmpc.nm
CommitLineData
7522e0a0 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
7522e0a0
MT
4###############################################################################
5
802ea3af
MT
6name = libmpc
7version = 0.9
8release = 2
7522e0a0 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.multiprecision.org/
12license = LGPLv2.1+
13summary = Mpc is a C library for the arithmetic of complex numbers.
5ab091a5 14
802ea3af 15thisapp = mpc-%{version}
7522e0a0 16
802ea3af 17description
7522e0a0
MT
18 Mpc is a C library for the arithmetic of complex numbers with \
19 arbitrarily high precision and correct rounding of the result. \
20 It is built upon and follows the same principles as Mpfr.
802ea3af
MT
21end
22
c01b4a93 23source_dl = http://www.multiprecision.org/mpc/download/
802ea3af
MT
24
25build
26 requires
27 gmp-devel>=4.3.2
28 mpfr-devel>=2.4.2
29 end
30
31 # http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html
32 export EGREP=egrep
33
34 test
35 make check
36 end
37end
38
39packages
40 package %{name}
c01b4a93 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end