SPECS (AC-branch): DirectFB.spec - make install with parallel jobs...

glen glen at pld-linux.org
Fri Oct 26 00:00:55 CEST 2007


Author: glen                         Date: Thu Oct 25 22:00:55 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- make install with parallel jobs is broken
- disable configure options which aren't really needed

---- Files affected:
SPECS:
   DirectFB.spec (1.68.2.8 -> 1.68.2.9) 

---- Diffs:

================================================================
Index: SPECS/DirectFB.spec
diff -u SPECS/DirectFB.spec:1.68.2.8 SPECS/DirectFB.spec:1.68.2.9
--- SPECS/DirectFB.spec:1.68.2.8	Fri Mar  9 15:03:24 2007
+++ SPECS/DirectFB.spec	Fri Oct 26 00:00:49 2007
@@ -22,7 +22,7 @@
 Summary(pl):	DirectFB - Wspomaganie grafiki
 Name:		DirectFB
 Version:	1.0.0
-Release:	3
+Release:	4
 Epoch:		1
 License:	LGPL v2+
 Group:		Libraries
@@ -296,8 +296,6 @@
 %configure \
 	--with-inputdrivers=dynapro,elo-input,gunze,joystick,keyboard,linuxinput,lirc,mutouch,penmount,ps2mouse,serialmouse,sonypijogdial,ucb1x00,wm97xx \
 	%{!?debug:--disable-debug} \
-	--disable-maintainer-mode \
-	--enable-fast-install \
 	--enable-linux-input \
 	%{?with_multi:--enable-multi} \
 	--enable-mutouch \
@@ -325,7 +323,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sysconfdir}}
 
-%{__make} install \
+%{__make} install -j1 \
 	DESTDIR=$RPM_BUILD_ROOT
 
 cp -rf DFBTutorials* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -503,6 +501,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68.2.9  2007/10/25 22:00:49  glen
+- make install with parallel jobs is broken
+- disable configure options which aren't really needed
+
 Revision 1.68.2.8  2007/03/09 14:03:24  hawk
 - release 3, more fixes in gcc4 patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/DirectFB.spec?r1=1.68.2.8&r2=1.68.2.9&f=u



More information about the pld-cvs-commit mailing list