SPECS (DEVEL): k3b.spec - uncomment make -f admin/Makefile.common ...
shadzik
shadzik at pld-linux.org
Tue Aug 8 02:47:04 CEST 2006
Author: shadzik Date: Tue Aug 8 00:47:04 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- uncomment make -f admin/Makefile.common cvs, without that a buggy ./configure script is used
and the whole thing fails on build
---- Files affected:
SPECS:
k3b.spec (1.133.2.1 -> 1.133.2.2)
---- Diffs:
================================================================
Index: SPECS/k3b.spec
diff -u SPECS/k3b.spec:1.133.2.1 SPECS/k3b.spec:1.133.2.2
--- SPECS/k3b.spec:1.133.2.1 Tue Aug 8 02:36:29 2006
+++ SPECS/k3b.spec Tue Aug 8 02:46:59 2006
@@ -296,7 +296,7 @@
%build
cp -f /usr/share/automake/config.sub admin
-#%{__make} -f admin/Makefile.common
+%{__make} -f admin/Makefile.common
%configure \
--%{!?debug:dis}%{?debug:en}able-debug \
%{!?debug:--disable-rpath} \
@@ -462,6 +462,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.133.2.2 2006/08/08 00:46:59 shadzik
+- uncomment make -f admin/Makefile.common cvs, without that a buggy ./configure script is used
+ and the whole thing fails on build
+
Revision 1.133.2.1 2006/08/08 00:36:29 shadzik
- up to 1.0pre1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/k3b.spec?r1=1.133.2.1&r2=1.133.2.2&f=u
More information about the pld-cvs-commit
mailing list