SPECS: R-cran-abind.spec, R-cran-acepack.spec, R-cran-date.spec, R...

baggins baggins at pld-linux.org
Thu Feb 8 19:02:12 CET 2007


Author: baggins                      Date: Thu Feb  8 18:02:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed post script for R 2.4.0
- R: R >= 2.4.0

---- Files affected:
SPECS:
   R-cran-abind.spec (1.2 -> 1.3) , R-cran-acepack.spec (1.4 -> 1.5) , R-cran-date.spec (1.3 -> 1.4) , R-cran-e1071.spec (1.6 -> 1.7) , R-cran-effects.spec (1.3 -> 1.4) , R-cran-fracdiff.spec (1.4 -> 1.5) , R-cran-gee.spec (1.4 -> 1.5) , R-cran-leaps.spec (1.4 -> 1.5) , R-cran-mlbench.spec (1.3 -> 1.4) , R-cran-oz.spec (1.3 -> 1.4) , R-cran-polynom.spec (1.3 -> 1.4) , R-cran-princurve.spec (1.4 -> 1.5) , R-cran-quadprog.spec (1.4 -> 1.5) , R-cran-rgl.spec (1.1 -> 1.2) , R-cran-sma.spec (1.2 -> 1.3) , R-cran-xgobi.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/R-cran-abind.spec
diff -u SPECS/R-cran-abind.spec:1.2 SPECS/R-cran-abind.spec:1.3
--- SPECS/R-cran-abind.spec:1.2	Sat Nov 20 00:56:29 2004
+++ SPECS/R-cran-abind.spec	Thu Feb  8 19:02:04 2007
@@ -5,13 +5,13 @@
 Summary(pl):	Łączenie wielowymiarowych tablic
 Name:		R-cran-%{modulename}
 Version:	1.1r0
-Release:	1
+Release:	2
 License:	LGPL v2+
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	e70921be502d58d9edb1a1b64af44d48
-BuildRequires:	R-base >= 2.0.0
-Requires(post,postun):	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,12 +41,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -60,6 +60,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/02/08 18:02:04  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.2  2004/11/19 23:56:29  qboosh
 - pl fixes
 

================================================================
Index: SPECS/R-cran-acepack.spec
diff -u SPECS/R-cran-acepack.spec:1.4 SPECS/R-cran-acepack.spec:1.5
--- SPECS/R-cran-acepack.spec:1.4	Fri Jun  3 03:18:58 2005
+++ SPECS/R-cran-acepack.spec	Thu Feb  8 19:02:04 2007
@@ -5,14 +5,14 @@
 Summary(pl):	ace() i avas() do wyboru przekształceń regresji
 Name:		R-cran-%{modulename}
 Version:	1.3r2.1
-Release:	1
+Release:	2
 License:	avas is public domain, ace is on Statlib
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	eb75cab587664b58df4a14c65f450b62
-BuildRequires:	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
 BuildRequires:	gcc-g77
-Requires(post,postun):	R-base >= 2.0.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,12 +38,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -57,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/02/08 18:02:04  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.4  2005/06/03 01:18:58  zbyniu
 - BR: gcc-g77
 

================================================================
Index: SPECS/R-cran-date.spec
diff -u SPECS/R-cran-date.spec:1.3 SPECS/R-cran-date.spec:1.4
--- SPECS/R-cran-date.spec:1.3	Sat Nov 20 00:58:49 2004
+++ SPECS/R-cran-date.spec	Thu Feb  8 19:02:05 2007
@@ -5,13 +5,13 @@
 Summary(pl):	Funkcje do obsługi dat
 Name:		R-cran-%{modulename}
 Version:	1.2r18
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	8bb9d6bc5cb0b06e250be6f478cf4c2a
-BuildRequires:	R-base >= 2.0.0
-Requires(post,postun):	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,12 +37,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -56,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.3  2004/11/19 23:58:49  qboosh
 - pl fix
 

================================================================
Index: SPECS/R-cran-e1071.spec
diff -u SPECS/R-cran-e1071.spec:1.6 SPECS/R-cran-e1071.spec:1.7
--- SPECS/R-cran-e1071.spec:1.6	Sat Nov 20 01:03:10 2004
+++ SPECS/R-cran-e1071.spec	Thu Feb  8 19:02:05 2007
@@ -5,15 +5,15 @@
 Summary(pl):	Różne funkcje Wydziału Statystyki (e1071) Politechniki Wiedeńskiej
 Name:		R-cran-%{modulename}
 Version:	1.5r1
-Release:	3
+Release:	4
 License:	GPL v2. See COPYRIGHT.svm.cpp for the copyright of the svm C++ code.
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	5f0a033bb84d4be58575b3eb9549d53f
-BuildRequires:	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
 # should be BR: R-cran-class, but our builders doesn't support BR: foo after Provides: foo
 BuildRequires:	R-cran-VR
-Requires(post,postun):	R-base >= 2.0.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 Requires:	R-cran-class
@@ -41,12 +41,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -60,6 +60,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.6  2004/11/20 00:03:10  qboosh
 - pl fixes
 

================================================================
Index: SPECS/R-cran-effects.spec
diff -u SPECS/R-cran-effects.spec:1.3 SPECS/R-cran-effects.spec:1.4
--- SPECS/R-cran-effects.spec:1.3	Tue Jan 16 22:40:29 2007
+++ SPECS/R-cran-effects.spec	Thu Feb  8 19:02:05 2007
@@ -5,14 +5,14 @@
 Summary(pl):	Wyświetlanie efektów dla liniowych i uogólnionych modeli liniowych
 Name:		R-cran-%{modulename}
 Version:	1.0r5
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	79390a9807537b24e92956a0614c4ac7
 URL:		http://socserv.socsci.mcmaster.ca/jfox/
-BuildRequires:	R-base >= 2.0.0
-Requires(post,postun):	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 Requires:	R-cran-grid
@@ -42,12 +42,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -61,6 +61,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.3  2007/01/16 21:40:29  glen
 - fix duplicate %descriptions
 

================================================================
Index: SPECS/R-cran-fracdiff.spec
diff -u SPECS/R-cran-fracdiff.spec:1.4 SPECS/R-cran-fracdiff.spec:1.5
--- SPECS/R-cran-fracdiff.spec:1.4	Fri Jun  3 03:23:08 2005
+++ SPECS/R-cran-fracdiff.spec	Thu Feb  8 19:02:05 2007
@@ -5,15 +5,15 @@
 Summary(pl):	Ułamkowo różnicowane modele ARIMA (p,d,q)
 Name:		R-cran-%{modulename}
 Version:	1.1r1
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	e1f624b063789f21c74d85ebaeda60fa
-BuildRequires:	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
 BuildRequires:	blas-devel
 BuildRequires:	gcc-g77
-Requires(post,postun):	R-base >= 2.0.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,12 +43,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -62,6 +62,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.4  2005/06/03 01:23:08  zbyniu
 - BR: blas-devel, gcc-g77
 

================================================================
Index: SPECS/R-cran-gee.spec
diff -u SPECS/R-cran-gee.spec:1.4 SPECS/R-cran-gee.spec:1.5
--- SPECS/R-cran-gee.spec:1.4	Tue Jan 16 22:40:29 2007
+++ SPECS/R-cran-gee.spec	Thu Feb  8 19:02:05 2007
@@ -5,15 +5,15 @@
 Summary(pl):	Rozwiązywanie uogólnionych równań estymacji
 Name:		R-cran-%{modulename}
 Version:	4.13r10
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	7f32a7f7b022dd366d27482a3561d2a6
-BuildRequires:	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
 BuildRequires:	blas-devel
 BuildRequires:	gcc-g77
-Requires(post,postun):	R-base >= 2.0.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,12 +39,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -58,6 +58,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.4  2007/01/16 21:40:29  glen
 - fix duplicate %descriptions
 

================================================================
Index: SPECS/R-cran-leaps.spec
diff -u SPECS/R-cran-leaps.spec:1.4 SPECS/R-cran-leaps.spec:1.5
--- SPECS/R-cran-leaps.spec:1.4	Fri Jun  3 03:18:58 2005
+++ SPECS/R-cran-leaps.spec	Thu Feb  8 19:02:05 2007
@@ -5,14 +5,14 @@
 Summary(pl):	Wybór podzbioru regresji
 Name:		R-cran-%{modulename}
 Version:	2.7
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{version}.tar.gz
 # Source0-md5:	551d8cd9a53d2eee7c13108577910a44
-BuildRequires:	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
 BuildRequires:	gcc-g77
-Requires(post,postun):	R-base >= 2.0.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,12 +38,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -57,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.4  2005/06/03 01:18:58  zbyniu
 - BR: gcc-g77
 

================================================================
Index: SPECS/R-cran-mlbench.spec
diff -u SPECS/R-cran-mlbench.spec:1.3 SPECS/R-cran-mlbench.spec:1.4
--- SPECS/R-cran-mlbench.spec:1.3	Wed Nov 24 09:40:17 2004
+++ SPECS/R-cran-mlbench.spec	Thu Feb  8 19:02:05 2007
@@ -5,15 +5,15 @@
 Summary(pl):	Problemy wydajności uczenia maszyn
 Name:		R-cran-%{modulename}
 Version:	1.0r0
-Release:	2
+Release:	3
 License:	Free for non-commercial purposes (see README and data sets help pages for details)
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	101108689bd005ef96641a8c33f17698
-BuildRequires:	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
 Provides:	R-mlbench
 Obsoletes:	R-mlbench
-Requires(post,postun):	R-base >= 2.0.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,12 +42,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -61,6 +61,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.3  2004/11/24 08:40:17  ankry
 - O: R-mlbench, rel. 2
 

================================================================
Index: SPECS/R-cran-oz.spec
diff -u SPECS/R-cran-oz.spec:1.3 SPECS/R-cran-oz.spec:1.4
--- SPECS/R-cran-oz.spec:1.3	Wed Nov 17 00:36:30 2004
+++ SPECS/R-cran-oz.spec	Thu Feb  8 19:02:05 2007
@@ -5,13 +5,13 @@
 Summary(pl):	Rysowanie australijskiej linii brzegowej i stanów
 Name:		R-cran-%{modulename}
 Version:	1.0r10
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	6a5a128dd37ba36a59246e00ece159d5
-BuildRequires:	R-base >= 2.0.0
-Requires(post,postun):	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,12 +37,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -56,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.3  2004/11/16 23:36:30  qboosh
 - pl fix+unification
 

================================================================
Index: SPECS/R-cran-polynom.spec
diff -u SPECS/R-cran-polynom.spec:1.3 SPECS/R-cran-polynom.spec:1.4
--- SPECS/R-cran-polynom.spec:1.3	Wed Nov 17 00:38:49 2004
+++ SPECS/R-cran-polynom.spec	Thu Feb  8 19:02:05 2007
@@ -5,13 +5,13 @@
 Summary(pl):	Kolekcja funkcji do implementacji klas do operacji na wielomianach jednowymiarowych
 Name:		R-cran-%{modulename}
 Version:	1.1r15
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	bc17210955f5a49834531ba1bdc1b0e9
-BuildRequires:	R-base >= 2.0.0
-Requires(post,postun):	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,12 +39,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -58,6 +58,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.3  2004/11/16 23:38:49  qboosh
 - pl fix
 

================================================================
Index: SPECS/R-cran-princurve.spec
diff -u SPECS/R-cran-princurve.spec:1.4 SPECS/R-cran-princurve.spec:1.5
--- SPECS/R-cran-princurve.spec:1.4	Fri Jun  3 03:18:58 2005
+++ SPECS/R-cran-princurve.spec	Thu Feb  8 19:02:05 2007
@@ -5,14 +5,14 @@
 Summary(pl):	Dopasowywanie krzywej głównej w dowolnym wymiarze
 Name:		R-cran-%{modulename}
 Version:	1.1r7
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications/Math
 Source0:	ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5:	705919e7815e9fc00945030035ab96a5
-BuildRequires:	R-base >= 2.0.0
+BuildRequires:	R-base >= 2.4.0
 BuildRequires:	gcc-g77
-Requires(post,postun):	R-base >= 2.0.0
+Requires(post,postun):	R-base >= 2.4.0
 Requires(post,postun):	perl-base
 Requires(post,postun):	textutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,12 +38,12 @@
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 
 %postun
 if [ -f %{_libdir}/R/bin/Rcmd ];then
 	(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
-	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+	R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
 fi
 
 %files
@@ -57,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/02/08 18:02:05  baggins
+- fixed post script for R 2.4.0
+- R: R >= 2.4.0
+
 Revision 1.4  2005/06/03 01:18:58  zbyniu
 - BR: gcc-g77
 

================================================================
Index: SPECS/R-cran-quadprog.spec
diff -u SPECS/R-cran-quadprog.spec:1.4 SPECS/R-cran-quadprog.spec:1.5
--- SPECS/R-cran-quadprog.spec:1.4	Tue Jan 16 22:40:29 2007
+++ SPECS/R-cran-quadprog.spec	Thu Feb  8 19:02:05 2007
@@ -5,15 +5,15 @@
 Summary:	Funkcje do rozwiązywania problemów programowania kwadratowego
 Name:		R-cran-%{modulename}
 Version:	1.4r7
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/R-cran-abind.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-acepack.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-date.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-e1071.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-effects.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-fracdiff.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-gee.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-leaps.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-mlbench.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-oz.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-polynom.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-princurve.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-quadprog.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-rgl.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-sma.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/R-cran-xgobi.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list