SHA256
1
0
forked from pool/givaro

givaro 4.0.0

OBS-URL: https://build.opensuse.org/package/show/science/givaro?expand=0&rev=9
This commit is contained in:
2015-11-14 10:36:37 +00:00
committed by Git OBS Bridge
parent c9aebdce0e
commit 3b034f2d82
4 changed files with 22 additions and 12 deletions

BIN
givaro-3.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
givaro-4.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 14 10:21:24 UTC 2015 - jengelh@inai.de
- Update to new upstream release 4.0.0
* No upstream changelog was provided
-------------------------------------------------------------------
Sat Oct 11 18:46:20 UTC 2014 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package givaro
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,22 @@
Name: givaro
%define lname libgivaro0
# Watch whether their ABI changes without notice and without SONAME again..
Version: 3.8.0
%define lname libgivaro8
# givaro failed to update the SONAME in the past; continue verifying it
# moves in the future as needed.
Version: 4.0.0
Release: 0
Summary: C++ library for arithmetic and algebraic computations
License: CECILL-B
Group: Productivity/Scientific/Math
Url: http://givaro.forge.imag.fr/
#Git-Web: https://github.com/linbox-team/givaro
#Git-Clone: git://github.com/linbox-team/givaro
# For every version, the damn link changes. The basename is ignored, but what
# matters to the FRS is the file ID after "download.php". For example, /370
# will always pull givaro-3.7.2.tar.gz.
Source: http://forge.imag.fr/frs/download.php/592/%name-%version.tar.gz
Source: https://forge.imag.fr/frs/download.php/672/givaro-4.0.0.tar.gz
Patch1: givaro-doc-no-build-time.patch
# Old doxygen does not properly handle symlink recursion
BuildRequires: doxygen >= 1.5.7.1
@@ -114,9 +117,9 @@ the Givaro API.
make %{?_smp_mflags}
%install
b="%buildroot";
make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la;
b="%buildroot"
%make_install
rm -f "$b/%_libdir"/*.la
%fdupes -s %buildroot/%_docdir/%name/givaro-html/
%post -n %lname -p /sbin/ldconfig
@@ -124,7 +127,7 @@ rm -f "$b/%_libdir"/*.la;
%files -n %lname
%defattr(-,root,root)
%_libdir/libgivaro.so.0*
%_libdir/libgivaro.so.8*
%doc COPYRIGHT COPYING
%files devel
@@ -134,6 +137,7 @@ rm -f "$b/%_libdir"/*.la;
%_includedir/givaro-config.h
%_includedir/givaro/
%_includedir/gmp++/
%_includedir/recint/
%_libdir/libgivaro.so
%files doc