diff --git a/.gitattributes b/.gitattributes index 9b03811..6358200 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/BSD-LBNL-License.doc b/BSD-LBNL-License.doc new file mode 100644 index 0000000..38a4b9a --- /dev/null +++ b/BSD-LBNL-License.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c394dd15f8f0d39f410c683ade967140fcf7ad63bc49cf3ecfec941717d2c77 +size 39936 diff --git a/arprec-2.2.13.tar.bz2 b/arprec-2.2.13.tar.bz2 deleted file mode 100644 index 6a5b2e4..0000000 --- a/arprec-2.2.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e85279ec58da462f55075afcd3eddfc76fecd338e576a26c85d702ced9785aa -size 590810 diff --git a/arprec-2.2.17.tar.gz b/arprec-2.2.17.tar.gz new file mode 100644 index 0000000..261f7db --- /dev/null +++ b/arprec-2.2.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87977981c1145465da51f252d04f11d16ee009d9dc7e8d0da71e4ef56b9fc5eb +size 900043 diff --git a/arprec.changes b/arprec.changes index b72c9e1..6f37c8a 100644 --- a/arprec.changes +++ b/arprec.changes @@ -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 diff --git a/arprec.spec b/arprec.spec index bb21f5d..2af35f3 100644 --- a/arprec.spec +++ b/arprec.spec @@ -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