- Fix SLE11 build

OBS-URL: https://build.opensuse.org/package/show/science/givaro?expand=0&rev=4
This commit is contained in:
Dmitry Roshchin 2013-05-23 17:00:41 +00:00 committed by Git OBS Bridge
parent bb4dc3bbdf
commit 9b49a79591
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Thu May 23 16:16:10 UTC 2013 - dmitry_r@opensuse.org
- Replace duplicate files by links
- Delete timestamp from documentation
* givaro-doc-no-build-time.patch
- Fix SLE11 build
-------------------------------------------------------------------
Sun May 19 20:30:35 UTC 2013 - jengelh@inai.de

View File

@ -33,7 +33,6 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gmp-devel >= 3.1.1
BuildRequires: graphviz
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -86,7 +85,9 @@ developing against the Givaro library.
%package doc
Summary: API documentation for the Givaro library, in HTML
Group: Documentation/HTML
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%description doc
Givaro is a C++ library for arithmetic and algebraic computations.