[packages/gnuplot] - updated URLs
qboosh
qboosh at pld-linux.org
Wed Jul 8 21:49:55 CEST 2026
commit ccfef26981f02a01731958deb8dcc164fd473b4e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jul 8 21:49:54 2026 +0200
- updated URLs
gnuplot.spec | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/gnuplot.spec b/gnuplot.spec
index 38a76e0..c027478 100644
--- a/gnuplot.spec
+++ b/gnuplot.spec
@@ -1,12 +1,12 @@
#
# Conditional build:
-%bcond_without emacs # Emacs for info documentation
-%bcond_without caca # CACA driver
-%bcond_with ggi # GGI driver
-%bcond_with ggixmi # GGI XMI support for pm3d
-%bcond_with qt # Qt terminal
-%bcond_with qt6 # use Qt 6 instead of Qt 5
-%bcond_with svga # Linux SVGA console driver
+%bcond_without emacs # Emacs for info documentation
+%bcond_without caca # CACA driver
+%bcond_with ggi # GGI driver
+%bcond_with ggixmi # GGI XMI support for pm3d
+%bcond_with qt # Qt terminal
+%bcond_with qt6 # use Qt 6 instead of Qt 5
+%bcond_with svga # Linux SVGA console driver
%bcond_without wxwidgets # wxWidgets terminal
%bcond_with tests # run tests
@@ -31,13 +31,13 @@ Version: 6.0.4
Release: 2
License: distributable (with modifications properly marked if any)
Group: Applications/Math
-Source0: http://downloads.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
+Source0: https://downloads.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
# Source0-md5: 3a42b32f5d5a003bb88717fce350c3fd
Source1: %{name}.desktop
Source2: %{name}.png
Patch0: %{name}-info.patch
Patch1: qt.patch
-URL: http://gnuplot.sourceforge.net/
+URL: https://gnuplot.sourceforge.net/
%if %{with qt}
%if %{with qt6}
BuildRequires: Qt6Core-devel >= 6.0
@@ -222,7 +222,9 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/gnuplot
%dir %{_libexecdir}/%{name}
%dir %{_libexecdir}/%{name}/6.0
-%{?with_qt:%attr(755,root,root) %{_libexecdir}/%{name}/6.0/gnuplot_qt}
+%if %{with qt}
+%attr(755,root,root) %{_libexecdir}/%{name}/6.0/gnuplot_qt
+%endif
%attr(755,root,root) %{_libexecdir}/%{name}/6.0/gnuplot_x11
%{_mandir}/man1/gnuplot.1*
%lang(ja) %{_mandir}/ja/man1/gnuplot.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnuplot.git/commitdiff/ccfef26981f02a01731958deb8dcc164fd473b4e
More information about the pld-cvs-commit
mailing list