checked in
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
bf0392786f
commit
1fc40dece8
9
mpc.spec
9
mpc.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user