SHA256
1
0
forked from pool/paraview

Accepting request 953316 from home:StefanBruens:branches:science

- Drop unused exodusII-devel build dependency (used vendored
  version and defaults to IOSS based exodus reader since PV 5.10).
- Use system gl2ps also on Leap 15.x

OBS-URL: https://build.opensuse.org/request/show/953316
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=100
This commit is contained in:
Atri Bhattacharya 2022-02-11 00:50:13 +00:00 committed by Git OBS Bridge
parent 61385b347f
commit 766a774bae
2 changed files with 10 additions and 5 deletions

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 10 21:28:19 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Drop unused exodusII-devel build dependency (used vendored
version and defaults to IOSS based exodus reader since PV 5.10).
- Use system gl2ps also on Leap 15.x
-------------------------------------------------------------------
Fri Dec 24 21:01:10 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>

@ -24,8 +24,7 @@
%else
%bcond_without pugixml
%endif
# Need unrelased version > 1.4.0 with e.g. gl2psTextOptColorBL
%bcond_with gl2ps
%bcond_without gl2ps
# Need patched version with HPDF_SHADING
%bcond_with haru
@ -54,7 +53,6 @@ BuildRequires: cmake >= 3.13
BuildRequires: desktop-file-utils
BuildRequires: double-conversion-devel
BuildRequires: doxygen
BuildRequires: exodusii-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gcc-fortran
@ -64,7 +62,7 @@ BuildRequires: hdf5-devel
BuildRequires: libboost_graph-devel
BuildRequires: libboost_headers-devel
%if %{with gl2ps}
BuildRequires: gl2ps-devel
BuildRequires: gl2ps-devel >= 1.4.1
%endif
%if %{with haru}
BuildRequires: libharu-devel > 2.3.0
@ -104,7 +102,7 @@ BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(protobuf) >= 2.6.0
%if %{with pugixml}
BuildRequires: pkgconfig(pugixml)
BuildRequires: pkgconfig(pugixml) >= 1.11
%endif
BuildRequires: pkgconfig(theora)
BuildRequires: pkgconfig(xt)