Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=23
This commit is contained in:
parent
712cf9249e
commit
9c22a48394
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa90b0b544dca0bb5183769c8af960630d4c175bb9da2dd26523897832f9b8b1
|
|
||||||
size 448800
|
|
3
mpc-0.8.2.tar.bz2
Normal file
3
mpc-0.8.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e4171a3196c4062d73b0afb403b9bbf4182c34ba30699d1872b1cdcef6aeed2
|
||||||
|
size 452168
|
11
mpc.changes
11
mpc.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 29 20:35:55 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections per specfile guideline suggestions
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 6 13:59:51 UTC 2010 - rguenther@novell.com
|
||||||
|
|
||||||
|
- Update to version 0.8.2.
|
||||||
|
* Speed-up of mpc_pow_ui through binary exponentiation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 1 09:52:55 UTC 2010 - rguenther@novell.com
|
Thu Jul 1 09:52:55 UTC 2010 - rguenther@novell.com
|
||||||
|
|
||||||
|
20
mpc.spec
20
mpc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mpc (Version 0.8.1)
|
# spec file for package mpc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
%define debug_package_requires libmpc2 = %{version}-%{release}
|
|
||||||
|
|
||||||
Name: mpc
|
Name: mpc
|
||||||
BuildRequires: gmp-devel mpfr-devel
|
BuildRequires: gmp-devel mpfr-devel
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
Version: 0.8.2
|
||||||
Version: 0.8.1
|
Release: 1
|
||||||
Release: 3
|
|
||||||
Summary: MPC multiple-precision complex shared library
|
Summary: MPC multiple-precision complex shared library
|
||||||
Url: http://www.multiprecision.org/mpc/
|
Url: http://www.multiprecision.org/mpc/
|
||||||
Source: mpc-%{version}.tar.bz2
|
Source: mpc-%{version}.tar.bz2
|
||||||
@ -40,10 +37,8 @@ built upon and follows the same principles as MPFR.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libmpc2
|
%package -n libmpc2
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: MPC multiple-precision complex shared library
|
Summary: MPC multiple-precision complex shared library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libmpc2
|
%description -n libmpc2
|
||||||
MPC is a C library for the arithmetic of complex numbers with
|
MPC is a C library for the arithmetic of complex numbers with
|
||||||
@ -53,11 +48,9 @@ built upon and follows the same principles as MPFR.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: MPC multiple-precision complex library development files
|
Summary: MPC multiple-precision complex library development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmpc2 = %{version} mpfr-devel
|
Requires: libmpc2 = %{version} mpfr-devel
|
||||||
AutoReqProv: on
|
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -89,9 +82,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/libmpc.la
|
|||||||
%postun devel
|
%postun devel
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -n libmpc2
|
%files -n libmpc2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmpc.so.2*
|
%{_libdir}/libmpc.so.2*
|
||||||
|
Loading…
Reference in New Issue
Block a user