SPECS: e3.spec - no_install_post_strip is back, e3 binary is stati...
hawk
hawk at pld-linux.org
Sun Apr 13 16:31:00 CEST 2008
Author: hawk Date: Sun Apr 13 14:31:00 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no_install_post_strip is back, e3 binary is statically linked and after
stripping it segfaults (binary shrinks from ~13K to ~200 bytes so
probably only ELF header is left)
---- Files affected:
SPECS:
e3.spec (1.41 -> 1.42)
---- Diffs:
================================================================
Index: SPECS/e3.spec
diff -u SPECS/e3.spec:1.41 SPECS/e3.spec:1.42
--- SPECS/e3.spec:1.41 Fri Jan 25 00:09:29 2008
+++ SPECS/e3.spec Sun Apr 13 16:30:55 2008
@@ -21,6 +21,8 @@
%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define no_install_post_strip 1
+
%description
e3 is a text micro editor with a code size less than 10000 bytes.
Except for 'undo' and 'syntax highlighting', e3 supports all of the
@@ -96,6 +98,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42 2008-04-13 14:30:55 hawk
+- no_install_post_strip is back, e3 binary is statically linked and after
+ stripping it segfaults (binary shrinks from ~13K to ~200 bytes so
+ probably only ELF header is left)
+
Revision 1.41 2008-01-24 23:09:29 glen
- drop no_install_post_strip (not reasoned)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e3.spec?r1=1.41&r2=1.42&f=u
More information about the pld-cvs-commit
mailing list