SPECS: libbtctl.spec - patch for repair parallel make

zbyniu zbyniu at pld-linux.org
Wed Dec 19 00:35:17 CET 2007


Author: zbyniu                       Date: Tue Dec 18 23:35:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patch for repair parallel make

---- Files affected:
SPECS:
   libbtctl.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/libbtctl.spec
diff -u SPECS/libbtctl.spec:1.33 SPECS/libbtctl.spec:1.34
--- SPECS/libbtctl.spec:1.33	Fri Sep 28 15:37:08 2007
+++ SPECS/libbtctl.spec	Wed Dec 19 00:35:12 2007
@@ -16,6 +16,7 @@
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/libbtctl/0.9/%{name}-%{version}.tar.bz2
 # Source0-md5:	e0600276046ac3c1d839fb54cff117e2
+Patch0:		%{name}-make-jN.patch
 URL:		http://usefulinc.com/software/gnome-bluetooth/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
@@ -28,6 +29,7 @@
 BuildRequires:	pkgconfig
 BuildRequires:	python-devel >= 1:2.3
 BuildRequires:	python-pygtk-devel >= 2.10.3
+BuildRequires:	rpm-pythonprov
 Requires:	bluez-libs >= 2.25
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -91,6 +93,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -103,7 +106,7 @@
 	--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
 	--with-html-path=%{_gtkdocdir} \
 	%{!?with_static_libs:--disable-static}
-%{__make} -j1 \
+%{__make} \
 	pydir=%{py_sitedir}
 
 %install
@@ -160,6 +163,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2007-12-18 23:35:12  zbyniu
+- patch for repair parallel make
+
 Revision 1.33  2007-09-28 13:37:08  sls
 - __make -j1 (libtool: link: cannot find the library `libbtctl.la')
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libbtctl.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list