]> git.pld-linux.org Git - packages/R.git/commitdiff
- re-enable autoconf
authorlisu <lisu@pld-linux.org>
Tue, 3 Nov 2009 09:33:24 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

diff --git a/R.spec b/R.spec
index 704518f4387db131f87920ebb49dec8155114a6d..e918e5b811309c790c9fd2e3b438a48591b289a0 100644 (file)
--- 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
This page took 0.079171 seconds and 4 git commands to generate.