[packages/855resolution] - rel 3, don't strip binaries during build
baggins
baggins at pld-linux.org
Sat Feb 21 10:19:09 CET 2026
commit 2f660d0d362209cdc17051625202d38ea903c0dc
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Feb 21 11:18:54 2026 +0100
- rel 3, don't strip binaries during build
855resolution.spec | 4 +++-
no-strip.patch | 10 ++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/855resolution.spec b/855resolution.spec
index 050db12..b52b269 100644
--- a/855resolution.spec
+++ b/855resolution.spec
@@ -2,13 +2,14 @@ Summary: Change the resolution of an available vbios mode for the 855/865/915 In
Summary(pl.UTF-8): Zmiana rozdzielczości dostępnych trybów vbios dla chipsetów Intel 855/865/915
Name: 855resolution
Version: 0.4
-Release: 2
+Release: 3
License: Public Domain
Group: Applications/System
Source0: http://perso.wanadoo.fr/apoirier/%{name}-%{version}.tgz
# Source0-md5: 12237e534def7dd3579a3e8b0a4b9351
Source1: %{name}.sysconfig
Source2: %{name}.init
+Patch0: no-strip.patch
URL: http://perso.wanadoo.fr/apoirier/
Requires(post,preun): /sbin/chkconfig
Requires: rc-scripts
@@ -59,6 +60,7 @@ X, należy użyć odpowiedniego skryptu inicjalizującego.
%prep
%setup -q -n %{name}
+%patch -P0 -p1
%build
%{__make} \
diff --git a/no-strip.patch b/no-strip.patch
new file mode 100644
index 0000000..0247bbe
--- /dev/null
+++ b/no-strip.patch
@@ -0,0 +1,10 @@
+--- 855resolution/Makefile~ 2005-05-08 17:27:59.000000000 +0200
++++ 855resolution/Makefile 2026-02-21 11:17:35.733336652 +0100
+@@ -13,7 +13,6 @@
+ LDLIBS:=-lm
+
+ CFLAGS:=-Wall -I`pwd` -DVERSION='"${VERSION}"' -DPLUGINS='${PLUGINS_LIST}' -DREF_PLUGINS='${PLUGINS_ADDR}' ${VBIOS_FILE}
+-LDFLAGS:=-s
+
+ all: ${PRG}
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/855resolution.git/commitdiff/2f660d0d362209cdc17051625202d38ea903c0dc
More information about the pld-cvs-commit
mailing list