Accepting request 43715 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/mpc based on submit request 43715 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-07-23 14:56:33 +00:00 committed by Git OBS Bridge
commit e66ed472e3
3 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,4 @@
libmpc2
libmpc-devel
requires "libmpc2-<targettype> = <version>"
mpc-devel
requires -mpc-<targettype>
requires "libmpc2-<targettype> = <version>"

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jul 1 09:52:55 UTC 2010 - rguenther@novell.com
- really fix baselibs for mpc-devel.
-------------------------------------------------------------------
Thu Jul 1 09:37:56 UTC 2010 - rguenther@novell.com
- fix baselibs for mpc-devel.
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Mon Feb 1 12:01:25 UTC 2010 - jengelh@medozas.de

View File

@ -25,7 +25,7 @@ License: LGPLv2.1+
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 0.8.1
Release: 2
Release: 3
Summary: MPC multiple-precision complex shared library
Url: http://www.multiprecision.org/mpc/
Source: mpc-%{version}.tar.bz2
@ -70,10 +70,10 @@ MPC multiple-precision complex library development files.
%build
%configure
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%check
make check %{?jobs:-j%jobs}
make check %{?_smp_mflags}
%install
%makeinstall