[packages/gnuplot] - release 1
mrozowik
mrozowik at pld-linux.org
Fri Jul 19 15:23:05 CEST 2024
commit 47ed86c96b2b0d392368725a7c01fb976275efae
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Fri Jul 19 12:39:51 2024 +0000
- release 1
configure.patch | 21 ---------------------
gnuplot.spec | 8 +++-----
2 files changed, 3 insertions(+), 26 deletions(-)
---
diff --git a/gnuplot.spec b/gnuplot.spec
index aea0321..d32f287 100644
--- a/gnuplot.spec
+++ b/gnuplot.spec
@@ -28,7 +28,7 @@ Summary(tr.UTF-8): Matematiksel görselleştirme paketi
Summary(uk.UTF-8): Програма для побудови графіків математичних виразів та даних
Name: gnuplot
Version: 6.0.1
-Release: 0.1
+Release: 1
License: distributable (with modifications properly marked if any)
Group: Applications/Math
Source0: http://downloads.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
@@ -36,8 +36,7 @@ Source0: http://downloads.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
Source2: %{name}.png
Patch0: %{name}-info.patch
-Patch1: configure.patch
-Patch2: qt.patch
+Patch1: qt.patch
URL: http://gnuplot.sourceforge.net/
%if %{with qt}
%if %{with qt6}
@@ -161,8 +160,7 @@ Obsługa gnuplota dla LaTeXa.
%prep
%setup -q
%patch0 -p1
-#%patch1 -p1
-%patch2 -p1
+%patch1 -p1
%build
%{__aclocal} -I m4
diff --git a/configure.patch b/configure.patch
deleted file mode 100644
index d6db38e..0000000
--- a/configure.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up gnuplot-6.0.0/configure.ac._orig gnuplot-6.0.0/configure.ac
---- gnuplot-6.0.0/configure.ac._orig 2023-12-19 00:28:58.000000000 +0100
-+++ gnuplot-6.0.0/configure.ac 2024-05-10 13:40:06.723299475 +0200
-@@ -1024,7 +1024,7 @@ AC_ARG_ENABLE(function-blocks,dnl
- [ Define to support defining a function as a here document])
- )
-
--Enable parsing of deprecated syntax
-+dnl Enable parsing of deprecated syntax
- AC_ARG_ENABLE(backward-compatibility,dnl
- [ --enable-backward-compatibility enable some deprecated syntax ],
- [if test "$enableval" = yes; then
-@@ -1062,7 +1062,7 @@ if test "${enable_qt}" = yes ; then
- pkg_failed="not_tried"
- if test "x${with_qt}" != "xqt5"; then
- AC_MSG_CHECKING([Checking for Qt6 support libraries])
-- PKG_CHECK_MODULES_NOFAIL(QT, [Qt6Core Qt6Gui Qt6Network Qt6Svg Qt6PrintSupport Qt6Core5Compat])
-+ PKG_CHECK_MODULES_NOFAIL(QT, [Qt6Core Qt6Gui Qt6Network Qt6Svg Qt6PrintSupport Qt6Core5Compat Qt6Widgets])
- fi
- if test $pkg_failed = no; then
- QT6LOC=`$PKG_CONFIG --variable=libexecdir Qt6Core`
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnuplot.git/commitdiff/47ed86c96b2b0d392368725a7c01fb976275efae
More information about the pld-cvs-commit
mailing list