[packages/wterm] - disable stripping on install

qboosh qboosh at pld-linux.org
Sat Jul 18 18:25:23 CEST 2026


commit 54bbdbd82967aef27d16af5587c491bdcbb84477
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 18 18:25:31 2026 +0200

    - disable stripping on install

 wterm-no-strip.patch | 11 +++++++++++
 wterm.spec           |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/wterm.spec b/wterm.spec
index 8b7e3d2..9a736b5 100644
--- a/wterm.spec
+++ b/wterm.spec
@@ -14,6 +14,7 @@ Patch0:		%{name}-extern.patch
 Patch1:		%{name}-path.patch
 Patch2:		%{name}-includes.patch
 Patch3:		%{name}-types.patch
+Patch4:		%{name}-no-strip.patch
 URL:		https://sourceforge.net/projects/wterm/
 BuildRequires:	WindowMaker-devel
 BuildRequires:	autoconf
@@ -39,6 +40,7 @@ przezroczystości tła czy przezroczysty pasek przewijania typu NeXT.
 %patch -P1 -p1
 %patch -P2 -p1
 %patch -P3 -p1
+%patch -P4 -p1
 
 %build
 %{__autoconf} -I autoconf autoconf/configure.in > configure
diff --git a/wterm-no-strip.patch b/wterm-no-strip.patch
new file mode 100644
index 0000000..3e8ce23
--- /dev/null
+++ b/wterm-no-strip.patch
@@ -0,0 +1,11 @@
+--- wterm-6.2.9/autoconf/Make.common.in.orig	1999-02-02 12:08:08.000000000 +0100
++++ wterm-6.2.9/autoconf/Make.common.in	2026-07-18 18:22:41.733188070 +0200
+@@ -41,7 +41,7 @@ RMF = @RM@ -f
+ CP = @CP@
+ SED = @SED@
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL@ -s -m 755
++INSTALL_PROGRAM = @INSTALL@ -m 755
+ INSTALL_DATA = @INSTALL@ -m 644
+ 
+ # Flags & libs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wterm.git/commitdiff/54bbdbd82967aef27d16af5587c491bdcbb84477



More information about the pld-cvs-commit mailing list