SHA256
1
0
forked from pool/arprec

- Update to version 2.2.17

* bugfix release, see included ChangeLog for details

OBS-URL: https://build.opensuse.org/package/show/science/arprec?expand=0&rev=2
This commit is contained in:
2014-11-05 10:47:43 +00:00
committed by Git OBS Bridge
parent d000cbe190
commit 600521bff6
6 changed files with 22 additions and 12 deletions

2
.gitattributes vendored
View File

@@ -21,3 +21,5 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
BSD-LBNL-License.doc filter=lfs diff=lfs merge=lfs -text

3
BSD-LBNL-License.doc Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c394dd15f8f0d39f410c683ade967140fcf7ad63bc49cf3ecfec941717d2c77
size 39936

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e85279ec58da462f55075afcd3eddfc76fecd338e576a26c85d702ced9785aa
size 590810

3
arprec-2.2.17.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87977981c1145465da51f252d04f11d16ee009d9dc7e8d0da71e4ef56b9fc5eb
size 900043

View File

@@ -1,10 +1,15 @@
-------------------------------------------------------------------
Wed Nov 5 10:34:00 UTC 2014 - dmitry_r@opensuse.org
- Update to version 2.2.17
* bugfix release, see included ChangeLog for details
-------------------------------------------------------------------
Mon Aug 20 17:19:12 UTC 2012 - scorot@free.fr
- spec file enhancement
- spec file enhancement
-------------------------------------------------------------------
Mon Aug 20 06:14:17 UTC 2012 - scorot@free.fr
- first package
- first package

View File

@@ -18,13 +18,14 @@
%define libname libarpec0
Name: arprec
Version: 2.2.13
Version: 2.2.17
Release: 0
Summary: ARbitrary PRECision Computation Package
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://crd-legacy.lbl.gov/~dhbailey/mpdist/
Source0: %{name}-%{version}.tar.bz2
Source0: http://crd.lbl.gov/~dhbailey/mpdist/arprec-%{version}.tar.gz
Source1: http://crd.lbl.gov/~dhbailey/mpdist/BSD-LBNL-License.doc
BuildRequires: gcc-c++
BuildRequires: gcc-fortran
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -59,7 +60,6 @@ routines are provided for extra-high precision (above 1000 digits).
The entire library is written in C++. High-precision real, integer
and complex datatypes are supported.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/C and C++
@@ -69,16 +69,16 @@ Requires: %libname = %{version}
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
cp %{SOURCE1} .
%build
%configure --enable-shared --disable-static
make %{?_smp_mflags}
%install
%makeinstall
%make_install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}%{_datadir}/doc/arprec
@@ -97,7 +97,7 @@ rm -rf %{buildroot}
%files devel
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING doc/arprec.pdf NEWS README
%doc AUTHORS ChangeLog COPYING BSD-LBNL-License.doc doc/arprec.pdf NEWS README
%{_bindir}/%{name}-config
%{_includedir}/*
%{_libdir}/*.so