]> git.pld-linux.org Git - packages/R.git/commitdiff
- regenerate config.* files and few cosmetics. R-1_4_1-2
authorkloczek <kloczek@pld-linux.org>
Sun, 12 May 2002 10:17:06 +0000 (10:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    R.spec -> 1.27

R.spec

diff --git a/R.spec b/R.spec
index 18c73ded1e4b94458a29edfbc3d71ee6fdd7bd0a..5ad66add1fe47ff68c0d11188b4c46c0e1b54dd9 100644 (file)
--- a/R.spec
+++ b/R.spec
@@ -194,8 +194,8 @@ rm -f ./doc/keyword-test.orig ./etc/undoc/R-funs.orig ./etc/undoc/extrExamp.orig
 %build
 aclocal
 autoconf
+cp -f /usr/share/automake/config.* .
 %configure \
-#%configure2_13 \
        %{!?_without_gnome:--with-gnome} \
        %{?_without_gnome:--without-gnome} \
        --without-tcltk
@@ -252,13 +252,13 @@ cd ${R_HOME}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
-install doc/R.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/
-install -d ${RPM_BUILD_ROOT}%{_libdir}/R
-# cp -R afm bin cmd demos doc etc html include library ${RPM_BUILD_ROOT}%{_libdir}/R
-cp -R afm bin doc etc include library modules ${RPM_BUILD_ROOT}%{_libdir}/R
-install -d ${RPM_BUILD_ROOT}%{_bindir}
-install -m 755 bin/R ${RPM_BUILD_ROOT}%{_bindir}/R
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/R}
+
+install doc/R.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+install bin/R $RPM_BUILD_ROOT%{_bindir}/R
+
+# cp -R afm bin cmd demos doc etc html include library $RPM_BUILD_ROOT%{_libdir}/R
+cp -R afm bin doc etc include library modules $RPM_BUILD_ROOT%{_libdir}/R
 
 %clean
 # rm -rf $RPM_BUILD_ROOT
This page took 0.034432 seconds and 4 git commands to generate.