givaro 4.0.0

OBS-URL: https://build.opensuse.org/package/show/science/givaro?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 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

View File

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

3
givaro-4.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c393ef9bb5eb7bf3809134a65d0815e7583de55514b56c6532d07ce50883f6
size 920437

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 Sat Oct 11 18:46:20 UTC 2014 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package givaro # 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 # 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
@ -17,19 +17,22 @@
Name: givaro Name: givaro
%define lname libgivaro0 %define lname libgivaro8
# Watch whether their ABI changes without notice and without SONAME again.. # givaro failed to update the SONAME in the past; continue verifying it
Version: 3.8.0 # moves in the future as needed.
Version: 4.0.0
Release: 0 Release: 0
Summary: C++ library for arithmetic and algebraic computations Summary: C++ library for arithmetic and algebraic computations
License: CECILL-B License: CECILL-B
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
Url: http://givaro.forge.imag.fr/ 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 # 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 # matters to the FRS is the file ID after "download.php". For example, /370
# will always pull givaro-3.7.2.tar.gz. # 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 Patch1: givaro-doc-no-build-time.patch
# Old doxygen does not properly handle symlink recursion # Old doxygen does not properly handle symlink recursion
BuildRequires: doxygen >= 1.5.7.1 BuildRequires: doxygen >= 1.5.7.1
@ -114,9 +117,9 @@ the Givaro API.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
b="%buildroot"; b="%buildroot"
make install DESTDIR="$b"; %make_install
rm -f "$b/%_libdir"/*.la; rm -f "$b/%_libdir"/*.la
%fdupes -s %buildroot/%_docdir/%name/givaro-html/ %fdupes -s %buildroot/%_docdir/%name/givaro-html/
%post -n %lname -p /sbin/ldconfig %post -n %lname -p /sbin/ldconfig
@ -124,7 +127,7 @@ rm -f "$b/%_libdir"/*.la;
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%_libdir/libgivaro.so.0* %_libdir/libgivaro.so.8*
%doc COPYRIGHT COPYING %doc COPYRIGHT COPYING
%files devel %files devel
@ -134,6 +137,7 @@ rm -f "$b/%_libdir"/*.la;
%_includedir/givaro-config.h %_includedir/givaro-config.h
%_includedir/givaro/ %_includedir/givaro/
%_includedir/gmp++/ %_includedir/gmp++/
%_includedir/recint/
%_libdir/libgivaro.so %_libdir/libgivaro.so
%files doc %files doc