From 2028e949dbe6b9b059e69ae7c02b79327cc7df8d Mon Sep 17 00:00:00 2001 From: lisu Date: Tue, 3 Nov 2009 09:33:24 +0000 Subject: [PATCH] - re-enable autoconf - do not perform help compiling, help is now converted from Rd by the R-based converters - rel 2 Changed files: R.spec -> 1.121 --- R.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R.spec b/R.spec index 704518f..e918e5b 100644 --- a/R.spec +++ b/R.spec @@ -17,7 +17,7 @@ Summary: A language for data analysis and graphics Summary(pl.UTF-8): Język do analizy danych oraz grafiki Name: R Version: 2.10.0 -Release: 1 +Release: 2 License: Mixed (distributable), mostly GPL Group: Development/Languages # CRAN master site: ftp://cran.r-project.org/pub/R/src/ @@ -89,7 +89,7 @@ implementacja i semantyka wywodzi się ze Scheme. %build %{__aclocal} -I m4 -#%{__autoconf} +%{__autoconf} %configure \ --enable-R-shlib \ --enable-linux-lfs \ @@ -117,7 +117,7 @@ implementacja i semantyka wywodzi się ze Scheme. %if %{with tests} %{__make} check %endif -%{__make} docs help pdf html info +%{__make} docs pdf html info %install rm -rf $RPM_BUILD_ROOT -- 2.44.0