SPECS: R.spec - fix libicui18n detection in configure - no parallel make in...

baggins baggins at pld-linux.org
Sun Jan 4 03:10:26 CET 2009


Author: baggins                      Date: Sun Jan  4 02:10:26 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix libicui18n detection in configure
- no parallel make install

---- Files affected:
SPECS:
   R.spec (1.102 -> 1.103) 

---- Diffs:

================================================================
Index: SPECS/R.spec
diff -u SPECS/R.spec:1.102 SPECS/R.spec:1.103
--- SPECS/R.spec:1.102	Sun Jan  4 02:52:25 2009
+++ SPECS/R.spec	Sun Jan  4 03:10:20 2009
@@ -31,6 +31,7 @@
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/base/R-2/%{name}-%{version}.tar.gz
 # Source0-md5:	acd40621b8942a2464daa2f9cef3273d
 Source1:	%{name}.desktop
+Patch0:		%{name}-libicuuc.patch
 URL:		http://www.r-project.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -171,8 +172,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal} -I m4
+%{__autoconf}
 %configure \
 	--enable-R-shlib \
 	--enable-linux-lfs \
@@ -207,7 +211,7 @@
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/R,%{_includedir},%{_desktopdir}}
 install -d $RPM_BUILD_ROOT%{perl_vendorlib}/{R,Text}
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
@@ -320,6 +324,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.103  2009/01/04 02:10:20  baggins
+- fix libicui18n detection in configure
+- no parallel make install
+
 Revision 1.102  2009/01/04 01:52:25  baggins
 - started update to 2.8.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/R.spec?r1=1.102&r2=1.103&f=u



More information about the pld-cvs-commit mailing list