SHA256
3
0
forked from pool/mpc
mpc/mpc.spec

108 lines
2.8 KiB
RPMSpec

#
# spec file for package mpc (Version 0.8.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define debug_package_requires libmpc2 = %{version}-%{release}
Name: mpc
BuildRequires: gmp-devel mpfr-devel
License: LGPLv2.1+
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 0.8.1
Release: 3
Summary: MPC multiple-precision complex shared library
Url: http://www.multiprecision.org/mpc/
Source: mpc-%{version}.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
MPC is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result. It is
built upon and follows the same principles as MPFR.
%package -n libmpc2
License: LGPLv2.1+
Summary: MPC multiple-precision complex shared library
Group: Development/Libraries/C and C++
AutoReqProv: on
%description -n libmpc2
MPC is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result. It is
built upon and follows the same principles as MPFR.
%package devel
License: LGPLv2.1+
Summary: MPC multiple-precision complex library development files
Group: Development/Libraries/C and C++
Requires: libmpc2 = %{version} mpfr-devel
AutoReqProv: on
PreReq: %install_info_prereq
%description devel
MPC multiple-precision complex library development files.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%check
make check %{?_smp_mflags}
%install
%makeinstall
rm $RPM_BUILD_ROOT%{_libdir}/libmpc.la
%post -n libmpc2 -p /sbin/ldconfig
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%postun -n libmpc2 -p /sbin/ldconfig
%postun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%clean
rm -rf $RPM_BUILD_ROOT
%files -n libmpc2
%defattr(-,root,root)
%{_libdir}/libmpc.so.2*
%files devel
%defattr(-,root,root)
%doc AUTHORS NEWS COPYING.LIB
%doc %{_infodir}/mpc.info.gz
%{_libdir}/libmpc.a
%{_libdir}/libmpc.so
/usr/include/mpc.h
%changelog