From 9b49a7959131a7c7546b7948907144b6ba0e8ffeb2b7f9640504b3850c78b637 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Thu, 23 May 2013 17:00:41 +0000 Subject: [PATCH] - Fix SLE11 build OBS-URL: https://build.opensuse.org/package/show/science/givaro?expand=0&rev=4 --- givaro.changes | 1 + givaro.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/givaro.changes b/givaro.changes index d8ab74e..b1497fe 100644 --- a/givaro.changes +++ b/givaro.changes @@ -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 diff --git a/givaro.spec b/givaro.spec index 8ca4cc6..9facba8 100644 --- a/givaro.spec +++ b/givaro.spec @@ -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.