SHA256
1
0
forked from pool/mpc

- Fix erroneous test data.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=9
This commit is contained in:
2009-12-01 13:29:23 +00:00
committed by Git OBS Bridge
parent 557158971e
commit 4a9e7c53d8
5 changed files with 36 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package mpc (Version 0.7)
# spec file for package mpc (Version 0.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -24,11 +24,12 @@ BuildRequires: gmp-devel mpfr-devel
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 0.7
Version: 0.8
Release: 1
Summary: MPC multiple-precision complex shared library
Url: http://www.multiprecision.org/mpc/
Source: mpc-%{version}.tar.bz2
Patch0: mpc-0.8-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -66,6 +67,7 @@ MPC multiple-precision complex library development files.
%prep
%setup -q
%patch0 -p1
%build
%configure