doxygen requirements and cleanups.
OBS-URL: https://build.opensuse.org/package/show/science/givaro?expand=0&rev=6
This commit is contained in:
parent
90de7f99eb
commit
a202922927
@ -1,3 +1,8 @@
|
|||||||
|
From: dmitry_r@opensuse.org
|
||||||
|
Date: Thu May 23 16:16:10 UTC 2013
|
||||||
|
|
||||||
|
Delete timestamp from documentation.
|
||||||
|
|
||||||
Index: givaro-3.7.2/docs/Doxyfile.mod
|
Index: givaro-3.7.2/docs/Doxyfile.mod
|
||||||
===================================================================
|
===================================================================
|
||||||
--- givaro-3.7.2.orig/docs/Doxyfile.mod
|
--- givaro-3.7.2.orig/docs/Doxyfile.mod
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 11 18:46:20 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Require a minimum doxygen version for proper symlink handling
|
||||||
|
as used during givaro build.
|
||||||
|
- Move patch description to the patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 9 23:28:11 UTC 2014 - jengelh@inai.de
|
Sat Aug 9 23:28:11 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
16
givaro.spec
16
givaro.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package givaro
|
# spec file for package givaro
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 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
|
||||||
@ -11,7 +11,7 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -25,10 +25,11 @@ 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/
|
||||||
Source: http://forge.imag.fr/frs/download.php/370/%{name}-%{version}.tar.gz
|
|
||||||
# PATCH-FIX-OPENSUSE givaro-doc-no-build-time.patch -- Delete timestamp from documentation
|
Source: http://forge.imag.fr/frs/download.php/370/%name-%version.tar.gz
|
||||||
Patch1: givaro-doc-no-build-time.patch
|
Patch1: givaro-doc-no-build-time.patch
|
||||||
BuildRequires: doxygen
|
# Old doxygen does not properly handle symlink recursion
|
||||||
|
BuildRequires: doxygen >= 1.5.7.1
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel >= 3.1.1
|
BuildRequires: gmp-devel >= 3.1.1
|
||||||
@ -112,8 +113,7 @@ make %{?_smp_mflags}
|
|||||||
b="%buildroot";
|
b="%buildroot";
|
||||||
make install DESTDIR="$b";
|
make install DESTDIR="$b";
|
||||||
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
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
@ -135,7 +135,7 @@ rm -f "$b/%_libdir"/*.la;
|
|||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %_docdir/%name/
|
%dir %_docdir/%name/
|
||||||
%exclude %{_docdir}/%{name}/givaro-html/INSTALL
|
%exclude %_docdir/%name/givaro-html/INSTALL
|
||||||
%_docdir/%name/givaro.html
|
%_docdir/%name/givaro.html
|
||||||
%_docdir/%name/givaro-html/
|
%_docdir/%name/givaro-html/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user