From: Thomas Jarosch Date: Wed, 5 Aug 2009 15:16:27 +0000 (+0200) Subject: Parallel build on SMP machines, added cppunit-devel to build requirements, proper... X-Git-Tag: v0.6~12 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=0bc9b2fb08f35cc0a632d6e37e98db1e2d3f86dc Parallel build on SMP machines, added cppunit-devel to build requirements, proper autotoolization --- diff --git a/libt2n.spec.in b/libt2n.spec.in index d870d19..d1970ad 100644 --- a/libt2n.spec.in +++ b/libt2n.spec.in @@ -9,7 +9,7 @@ Source: http://www.intra2net.com/en/developer/libt2n/download/%{name}-%{versi Buildroot: /tmp/%{name}-%{version}-root Prefix: /usr Requires: boost >= 1.33 -BuildPrereq: libtool +BuildPrereq: libtool cppunit-devel URL: http://www.intra2net.com/en/developer/libt2n %description @@ -28,10 +28,9 @@ C++ IPC library devel files %setup -q %build -cp -f /usr/share/libtool/ltmain.sh . autoreconf --force --install ./configure $RPM_BUILD_WITH_OPTIMIZE --prefix=%{prefix} -make +%__make %{?_smp_mflags} make check