]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- updated to 2.14.6 auto/th/ORBit2-2_14_6-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 16 Feb 2007 23:35:24 +0000 (23:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- make -jN hangs build

Changed files:
    ORBit2.spec -> 1.102

ORBit2.spec

index 37a7858a98c5b00c095280c1d33675f9ca921a8e..57461582518c9df646ef3e9d323f76caf3e41079 100644 (file)
@@ -2,13 +2,13 @@ Summary:      High-performance CORBA Object Request Broker
 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
@@ -133,12 +133,12 @@ skonsolidowanych statycznie używających technologii CORBA.
        --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
This page took 0.066316 seconds and 4 git commands to generate.