[packages/gprofng-gui] - updated to 2.2
qboosh
qboosh at pld-linux.org
Mon Oct 20 20:36:20 CEST 2025
commit aeaa9b8b7db18164ded21f1ac5f37df973b2c505
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Oct 20 20:39:47 2025 +0200
- updated to 2.2
gprofng-gui.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/gprofng-gui.spec b/gprofng-gui.spec
index 6576b5a..4660908 100644
--- a/gprofng-gui.spec
+++ b/gprofng-gui.spec
@@ -3,12 +3,12 @@
Summary: Graphical User Interface for the gprofng profiler
Summary(pl.UTF-8): Graficzny interfejs użytkownika do profilera gprofng
Name: gprofng-gui
-Version: 2.0
+Version: 2.2
Release: 1
License: GPL v3+
Group: Development/Tools
Source0: https://ftp.gnu.org/gnu/gprofng-gui/%{name}-%{version}.tar.gz
-# Source0-md5: c16b90816ac06fc9ae6e211c4cbe9695
+# Source0-md5: 55e705959ed68d8fc62ae90cc8547143
Patch0: %{name}-info.patch
URL: http://www.gnu.org/software/gprofng-gui/
%{?buildrequires_jdk}
@@ -47,7 +47,12 @@ Swing.
%{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' gprofng-gui.sh
%build
-%configure
+%configure \
+%if "%{_host_cpu}" != "x32"
+ --build=%{_host} \
+ --host=%{_host}
+%endif
+
%{__make}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gprofng-gui.git/commitdiff/aeaa9b8b7db18164ded21f1ac5f37df973b2c505
More information about the pld-cvs-commit
mailing list