SPECS: qdbm.spec - make -j1, release 3

hawk hawk at pld-linux.org
Sun Mar 15 23:43:37 CET 2009


Author: hawk                         Date: Sun Mar 15 22:43:37 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make -j1, release 3

---- Files affected:
SPECS:
   qdbm.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/qdbm.spec
diff -u SPECS/qdbm.spec:1.29 SPECS/qdbm.spec:1.30
--- SPECS/qdbm.spec:1.29	Sat Mar 14 16:53:34 2009
+++ SPECS/qdbm.spec	Sun Mar 15 23:43:32 2009
@@ -14,7 +14,7 @@
 Summary(pl.UTF-8):	Quick Database Manager - szybki silnik bazy danych
 Name:		qdbm
 Version:	1.8.77
-Release:	2
+Release:	3
 License:	LGPL
 Group:		Libraries
 Source0:	http://qdbm.sourceforge.net/%{name}-%{version}.tar.gz
@@ -198,7 +198,7 @@
 %{__automake}
 %configure \
 	--enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no}
-%{__make}
+%{__make} -j1
 
 cd plus
 %{__libtoolize}
@@ -207,7 +207,7 @@
 %{__automake}
 %configure \
 	--enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no}
-%{__make}
+%{__make} -j1
 cd ..
 
 %if %{with java}
@@ -218,7 +218,7 @@
 %{__automake}
 %configure \
 	--enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no}
-%{__make}
+%{__make} -j1
 cd ..
 %endif
 
@@ -226,7 +226,7 @@
 cd perl
 %{__autoconf}
 %configure
-%{__make} \
+%{__make} -j1 \
 	INSTALLDIRS=vendor \
 	OPTIMIZE="%{rpmcflags}"
 cd ..
@@ -236,7 +236,7 @@
 cd ruby
 %{__autoconf}
 %configure
-%{__make}
+%{__make} -j1
 cd ..
 %endif
 
@@ -246,33 +246,33 @@
 %{__autoconf}
 %{__automake}
 %configure 
-%{__make}
+%{__make} -j1
 cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C plus install \
+%{__make} -j1 -C plus install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C cgi install \
+%{__make} -j1 -C cgi install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with java}
-%{__make} -C java install \
+%{__make} -j1 -C java install \
 	DESTDIR=$RPM_BUILD_ROOT
 %endif
 
 %if %{with perl}
-%{__make} -C perl install \
+%{__make} -j1 -C perl install \
 	DESTDIR=$RPM_BUILD_ROOT
 %endif
 
 %if %{with ruby}
-%{__make} -C ruby install \
+%{__make} -j1 -C ruby install \
 	DESTDIR=$RPM_BUILD_ROOT
 %endif
 
@@ -466,6 +466,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2009/03/15 22:43:32  hawk
+- make -j1, release 3
+
 Revision 1.29  2009/03/14 15:53:34  hawk
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qdbm.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list