From 173c49bc7085d07b1dd30237c8a6fe49239a2868bb6012161f485aad6f61ef26 Mon Sep 17 00:00:00 2001 From: Corot Sebastien Date: Sat, 12 May 2012 20:30:01 +0000 Subject: [PATCH] - fix SLE and 11.3 build with BuildRequires qt4-assistant-adp-devel for 11.4 and higher OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=7 --- paraview.changes | 6 ++++++ paraview.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/paraview.changes b/paraview.changes index df7d4d3..18db254 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 12 20:24:12 UTC 2012 - scorot@free.fr + +- fix SLE and 11.3 build with BuildRequires qt4-assistant-adp-devel + for 11.4 and higher + ------------------------------------------------------------------- Sat Apr 28 13:56:56 UTC 2012 - badshah400@gmail.com diff --git a/paraview.spec b/paraview.spec index c9d56b9..1897a37 100644 --- a/paraview.spec +++ b/paraview.spec @@ -47,7 +47,9 @@ BuildRequires: libQtWebKit-devel BuildRequires: libtiff-devel BuildRequires: openssl-devel BuildRequires: python-devel +%if 0%{?suse_version} >= 1140 BuildRequires: qt4-assistant-adp-devel +%endif BuildRequires: readline-devel BuildRequires: tk-devel BuildRequires: wget