SHA256
1
0
forked from pool/paraview

Accepting request 967112 from home:vicentebolea

- Fixes cli11 dependency for 15.3.
- Drops system gl2ps on Leap 15.x since a higher version of gl2ps is needed than the
  system provided version on Leap 15.x.

OBS-URL: https://build.opensuse.org/request/show/967112
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=103
This commit is contained in:
Atri Bhattacharya 2022-04-05 16:34:46 +00:00 committed by Git OBS Bridge
parent dcf685d233
commit ecf8594447
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 04 12:00:00 UTC 2022 - Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
- Fixes cli11 dependency for 15.3.
- Drops system gl2ps on Leap 15.x since a higher version of gl2ps is needed than the
system provided version on Leap 15.x.
-------------------------------------------------------------------
Thu Mar 17 13:40:21 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -23,10 +23,12 @@
%if 0%{?suse_version} <= 1500
%bcond_with pugixml
%bcond_with gl2ps
%else
%bcond_without pugixml
%endif
%bcond_without gl2ps
%endif
# Need patched version with HPDF_SHADING
%bcond_with haru
@ -79,7 +81,6 @@ BuildRequires: python3-qt5-devel
BuildRequires: readline-devel
BuildRequires: utfcpp-devel
BuildRequires: wget
BuildRequires: pkgconfig(CLI11)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Help)
@ -106,6 +107,11 @@ BuildRequires: pkgconfig(protobuf) >= 2.6.0
%if %{with pugixml}
BuildRequires: pkgconfig(pugixml) >= 1.11
%endif
%if 0%{?suse_version} <= 1500
BuildRequires: cli11-devel
%else
BuildRequires: pkgconfig(CLI11)
%endif
BuildRequires: pkgconfig(theora)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(zlib)