From e45cbc485b96fd7f3560aa43135bf5f4b853f47e Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 25 Jan 2021 13:05:20 +0100 Subject: [PATCH] Only build wxGTK support on Fedora wxGTK isn't available on RHEL --- gnuplot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnuplot.spec b/gnuplot.spec index b00148d..11dbd5b 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -4,7 +4,7 @@ %global x11_app_defaults_dir %{_datadir}/X11/app-defaults -%if 0%{?fedora} || 0%{?rhel} >= 9 +%if 0%{?fedora} %bcond_without wx %else %bcond_with wx @@ -19,7 +19,7 @@ Summary: A program for plotting mathematical expressions and data Name: gnuplot Version: %{major}.%{minor}.%{patchlevel} -Release: 6%{?dist} +Release: 7%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT URL: http://www.gnuplot.info/ @@ -369,6 +369,9 @@ fi %{_datadir}/texlive/texmf-dist/tex/latex/gnuplot/ %changelog +* Mon Jan 25 2021 Tomas Popela - 5.2.8-7 +- Don't enable wxGTK support on RHEL + * Wed Aug 05 2020 Merlin Mathesius - 5.2.8-6 - Minor conditional fixes for ELN