SHA256
1
0
forked from pool/mpc
OBS User autobuild
2010-01-12 14:07:34 +00:00
committed by Git OBS Bridge
parent bf0392786f
commit 1fc40dece8
5 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package mpc (Version 0.8.1)
# 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: LGPLv2.1+
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 0.8.1
Version: 0.8
Release: 2
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,10 @@ MPC multiple-precision complex library development files.
%prep
%setup -q
# Should really be a mpfr version check
%if %{suse_version} > 1120
%patch0 -p1
%endif
%build
%configure