]> git.pld-linux.org Git - packages/R.git/commitdiff
- using autoconf in spec
authorankry <ankry@pld-linux.org>
Sat, 11 May 2002 23:47:02 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2
- STBR for test

Changed files:
    R.spec -> 1.26

R.spec

diff --git a/R.spec b/R.spec
index 850b1e17b503400ed5fd528a25fd749c4743ccb3..18c73ded1e4b94458a29edfbc3d71ee6fdd7bd0a 100644 (file)
--- a/R.spec
+++ b/R.spec
@@ -6,7 +6,7 @@ Summary:        A language for data analysis and graphics
 Summary(pl):   Jêzyk do analizy danych oraz grafiki
 Name:          R
 Version:       1.4.1
-Release:       1
+Release:       2
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/base/%{name}-%{version}.tgz
 Source1:       ftp://stat.ethz.ch/R-CRAN/src/contrib/KernSmooth_2.22-7.tar.gz
 Source2:       ftp://stat.ethz.ch/R-CRAN/src/contrib/VR_6.3-2.tar.gz
@@ -35,6 +35,8 @@ License:      Mixed (distributable), mostly GPL
 Group:         Development/Languages
 URL:           http://stat.auckland.ac.nz/r/r.html
 Provides:      R-base R-contrib
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libstdc++-devel
 BuildRequires: gcc-c++
 BuildRequires: gcc-g77
@@ -190,7 +192,10 @@ uczenia maszyny.
 rm -f ./doc/keyword-test.orig ./etc/undoc/R-funs.orig ./etc/undoc/extrExamp.orig 
 
 %build
-%configure2_13 \
+aclocal
+autoconf
+%configure \
+#%configure2_13 \
        %{!?_without_gnome:--with-gnome} \
        %{?_without_gnome:--without-gnome} \
        --without-tcltk
This page took 0.082734 seconds and 4 git commands to generate.