SPECS: erlang.spec - a bit of %build debugging code...
jajcus
jajcus at pld-linux.org
Thu Sep 29 10:45:23 CEST 2005
Author: jajcus Date: Thu Sep 29 08:45:23 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- a bit of %build debugging code...
---- Files affected:
SPECS:
erlang.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.19 SPECS/erlang.spec:1.20
--- SPECS/erlang.spec:1.19 Wed Sep 28 12:47:08 2005
+++ SPECS/erlang.spec Thu Sep 29 10:45:17 2005
@@ -7,7 +7,7 @@
Summary(pl): Erlang/OTP z otwartymi źródłami
Name: erlang
Version: R10B_7
-Release: 1
+Release: 1.1
Epoch: 1
License: distributable
Group: Development/Languages
@@ -73,7 +73,8 @@
--with%{!?with_java:out}-java
ERL_TOP=`pwd`; export ERL_TOP
%{__make} \
- TARGET="%{_erl_target}"
+ TARGET="%{_erl_target}" \
+ || { find . -name erl_crash.dump | xargs cat ; exit 1 }
%install
rm -rf $RPM_BUILD_ROOT
@@ -158,6 +159,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2005/09/29 08:45:17 jajcus
+- a bit of %build debugging code...
+
Revision 1.19 2005/09/28 10:47:08 jajcus
- Release: 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/erlang.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list