SPECS: Komodo-Edit.spec - fix for strip
glen
glen at pld-linux.org
Wed May 16 19:19:32 CEST 2007
Author: glen Date: Wed May 16 17:19:32 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix for strip
---- Files affected:
SPECS:
Komodo-Edit.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/Komodo-Edit.spec
diff -u SPECS/Komodo-Edit.spec:1.2 SPECS/Komodo-Edit.spec:1.3
--- SPECS/Komodo-Edit.spec:1.2 Mon May 14 21:55:42 2007
+++ SPECS/Komodo-Edit.spec Wed May 16 19:19:26 2007
@@ -2,7 +2,6 @@
# TODO:
# - PLDize
# - fix paths in installed files
-
%define buildrev 278227
Summary: Editor for dynamic languages including Perl, PHP, Python, Ruby and Tcl
Summary(pl.UTF-8): Edytor dla języków dynamicznych takich jak Perl, PHP, Python, Ruby czy Tcl
@@ -17,6 +16,9 @@
ExclusiveArch: %{ix86}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# it says and fails: BFD: kotcllint: warning: Empty loadable segment detected, is this intentional ?
+%define _noautostrip .*/kotcllint
+
%description
Award-winning editing for dynamic languages including Perl, PHP,
Python, Ruby and Tcl; plus support for browser-side code including
@@ -43,7 +45,7 @@
rm -rf $RPM_BUILD_ROOT
sh install.sh \
- --install-dir "$RPM_BUILD_ROOT%{_prefix}"
+ --install-dir $RPM_BUILD_ROOT%{_prefix}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -64,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/05/16 17:19:26 glen
+- fix for strip
+
Revision 1.2 2007/05/14 19:55:42 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/Komodo-Edit.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list