SPECS: ORBit2.spec - updated to 2.14.6 - make -jN hangs build

megabajt megabajt at pld-linux.org
Sat Feb 17 00:35:30 CET 2007


Author: megabajt                     Date: Fri Feb 16 23:35:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.14.6
- make -jN hangs build

---- Files affected:
SPECS:
   ORBit2.spec (1.101 -> 1.102) 

---- Diffs:

================================================================
Index: SPECS/ORBit2.spec
diff -u SPECS/ORBit2.spec:1.101 SPECS/ORBit2.spec:1.102
--- SPECS/ORBit2.spec:1.101	Mon Feb 12 22:23:44 2007
+++ SPECS/ORBit2.spec	Sat Feb 17 00:35:24 2007
@@ -3,13 +3,13 @@
 Summary(fr.UTF-8):	Requète d'Objects CORBA
 Summary(pl.UTF-8):	Wysoko wydajny CORBA Object Request Broker
 Name:		ORBit2
-Version:	2.14.5
+Version:	2.14.6
 Release:	1
 Epoch:		1
 License:	GPL v2+/LGPL v2+
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/%{name}-%{version}.tar.bz2
-# Source0-md5:	5b3ca3d7ed13a76c9e7bb4a890fe68af
+# Source0-md5:	1807c5d6de2e329cc7daef178ebc8c82
 Patch0:		%{name}-pthread.patch
 URL:		http://www.gnome.org/projects/ORBit2/
 BuildRequires:	autoconf >= 2.54
@@ -134,12 +134,12 @@
 	--with-html-dir=%{_gtkdocdir} \
 	--enable-gtk-doc \
 	--enable-http
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # no static module - shut up check-files
@@ -190,6 +190,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2007/02/16 23:35:24  megabajt
+- updated to 2.14.6
+- make -jN hangs build
+
 Revision 1.101  2007/02/12 21:23:44  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ORBit2.spec?r1=1.101&r2=1.102&f=u



More information about the pld-cvs-commit mailing list