[packages/aewm] - rel 7, don't strip binaries on install
baggins
baggins at pld-linux.org
Sat Feb 21 11:07:32 CET 2026
commit ce33554fa3dc3ffcf583bf9016063e3e5e3cebe0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Feb 21 12:07:15 2026 +0100
- rel 7, don't strip binaries on install
aewm.spec | 4 +++-
no-strip.patch | 22 ++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/aewm.spec b/aewm.spec
index 90153e7..92487cc 100644
--- a/aewm.spec
+++ b/aewm.spec
@@ -6,7 +6,7 @@ Summary: AEWM - the ascetic window manager
Summary(pl.UTF-8): AEWM - "ascetyczny" zarządca okien
Name: aewm
Version: 1.3.1
-Release: 6
+Release: 7
License: MIT
Group: X11/Window Managers
Source0: http://www.red-bean.com/~decklin/aewm/%{name}-%{version}.tar.gz
@@ -15,6 +15,7 @@ Source1: %{name}.desktop
Source2: %{name}-xsession.desktop
Patch0: %{name}-xft.patch
Patch1: %{name}-amd64.patch
+Patch2: no-strip.patch
URL: http://www.red-bean.com/~decklin/aewm/
BuildRequires: gtk+2-devel >= 1:2.0
BuildRequires: motif-devel
@@ -41,6 +42,7 @@ Jego zaletą jest prostota i szybkość.
%if "%{_lib}" == "lib64"
%patch -P1 -p1
%endif
+%patch -P2 -p1
%build
%{__make} \
diff --git a/no-strip.patch b/no-strip.patch
new file mode 100644
index 0000000..b3fdd42
--- /dev/null
+++ b/no-strip.patch
@@ -0,0 +1,22 @@
+--- aewm-1.3.1/src/Makefile~ 2026-02-21 12:04:26.000000000 +0100
++++ aewm-1.3.1/src/Makefile 2026-02-21 12:05:30.273336267 +0100
+@@ -50,7 +50,7 @@
+ $(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -c $< -o $@
+
+ install: all
+- install -s $(PROG) $(BINDIR)
++ install $(PROG) $(BINDIR)
+ install -m 644 $(MANPAGE) $(MANDIR)
+ gzip -9vf $(MANDIR)/$(MANPAGE)
+ mkdir -p $(CFGDIR) && cp aewmrc.sample $(CFGDIR)/aewmrc
+--- aewm-1.3.1/clients/Makefile~ 2026-02-21 12:04:26.000000000 +0100
++++ aewm-1.3.1/clients/Makefile 2026-02-21 12:05:56.266669602 +0100
+@@ -74,7 +74,7 @@
+ # --------------------------------------------------------------------
+
+ install: all
+- install -s $(ALLPROGS) $(BINDIR)
++ install $(ALLPROGS) $(BINDIR)
+ install -m 644 $(MANPAGE) $(MANDIR)
+ gzip -9vf $(MANDIR)/$(MANPAGE)
+ mkdir -p $(CFGDIR) && cp clientsrc.sample $(CFGDIR)/clientsrc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aewm.git/commitdiff/ce33554fa3dc3ffcf583bf9016063e3e5e3cebe0
More information about the pld-cvs-commit
mailing list