Accepting request 175866 from devel:languages:R:base
- Improved spec file: R-base-devel requires R-base - Upstream release 3.0.1 - Most important CHANGES IN R 3.0.1: NEW FEATURES: o chooseCRANmirror() and chooseBioCmirror() gain an ind argument (like setRepositories()). o mcparallel has a new argument mc.interactive which can modify the interactive flag in the child process. The new default is FALSE which makes child processes non-interactive by default (this prevents lock-ups due to children waiting for interactive input). o scan() now warns when end-of-file occurs within a quoted string. o count.fields() is now consistent with scan() in its handling of newlines in quoted strings. Instead of triggering an error, this results in the current line receiving NA as the field count, with the next line getting the total count of the two lines. o The default method of image() will plot axes of the class of xlim and ylim (and hence of x and y if there is a suitable range() method). Based on a suggestion of Michael Sumner. o load() now has a verbose argument for debugging support, to print the names of objects just before loading them. o When loading a serialized object encounters a reference to a namespace which cannot be loaded, this is replaced by a reference to the global environment, with a warning. o pairs() gains a line.main option for title placement. o The remaining instances in which serialization to a raw vector was limited to 2GB have been unlimited on a 64-bit platform, and in most cases serialization to a vector of more than 1GB will be substantially faster. OBS-URL: https://build.opensuse.org/request/show/175866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/R-base?expand=0&rev=27
This commit is contained in:
parent
43943bd187
commit
7a6923ef19
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7ef7e3c3a8b9aa6009ba36cfa52e264e981d736927c251fe2562a59beb9a7a7
|
||||
size 22024181
|
3
R-3.0.1.tar.bz2
Normal file
3
R-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2988ce1ac1a13fc0065e0ddbaa021e43ac780030906eb2c822a1c7bc8f90b4dc
|
||||
size 22048610
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 13:17:09 UTC 2013 - detlef.steuer@gmx.de
|
||||
|
||||
- Improved spec file: R-base-devel requires R-base
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 11:21:09 UTC 2013 - detlef.steuer@gmx.de
|
||||
|
||||
- Upstream release 3.0.1
|
||||
- Most important
|
||||
CHANGES IN R 3.0.1:
|
||||
|
||||
NEW FEATURES:
|
||||
|
||||
o chooseCRANmirror() and chooseBioCmirror() gain an ind argument
|
||||
(like setRepositories()).
|
||||
|
||||
o mcparallel has a new argument mc.interactive which can modify the
|
||||
interactive flag in the child process. The new default is FALSE
|
||||
which makes child processes non-interactive by default (this
|
||||
prevents lock-ups due to children waiting for interactive input).
|
||||
|
||||
o scan() now warns when end-of-file occurs within a quoted string.
|
||||
|
||||
o count.fields() is now consistent with scan() in its handling of
|
||||
newlines in quoted strings. Instead of triggering an error, this
|
||||
results in the current line receiving NA as the field count, with
|
||||
the next line getting the total count of the two lines.
|
||||
|
||||
o The default method of image() will plot axes of the class of xlim
|
||||
and ylim (and hence of x and y if there is a suitable range()
|
||||
method). Based on a suggestion of Michael Sumner.
|
||||
|
||||
o load() now has a verbose argument for debugging support, to print
|
||||
the names of objects just before loading them.
|
||||
|
||||
o When loading a serialized object encounters a reference to a
|
||||
namespace which cannot be loaded, this is replaced by a reference
|
||||
to the global environment, with a warning.
|
||||
|
||||
o pairs() gains a line.main option for title placement.
|
||||
|
||||
o The remaining instances in which serialization to a raw vector
|
||||
was limited to 2GB have been unlimited on a 64-bit platform, and
|
||||
in most cases serialization to a vector of more than 1GB will be
|
||||
substantially faster.
|
||||
|
||||
- Improved spec file. Lots of commented out lines finally removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 07:26:36 UTC 2013 - detlef.steuer@gmx.de
|
||||
|
||||
- R-base.spec improved: now uses R-%{version}.tar.bz2 explicitly.
|
||||
Mistake when version bumping to 3.0.0 corrected
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 18:39:35 UTC 2013 - detlef.steuer@gmx.de
|
||||
|
||||
|
202
R-base.spec
202
R-base.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: R-base
|
||||
%define release 1
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: %release
|
||||
Source: R-%{version}.tar.bz2
|
||||
#Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
|
||||
@ -119,7 +119,7 @@ Summary: Libraries and includefiles for developing with R-base
|
||||
Group: Development/Libraries/Other
|
||||
Provides: R-Matrix-devel = 1.0.12
|
||||
Provides: R-devel = %{version}
|
||||
Requires: R-devel
|
||||
Requires: R-base
|
||||
Obsoletes: R-Matrix-devel < 1.0.12
|
||||
|
||||
%description -n R-base-devel
|
||||
@ -146,9 +146,6 @@ done
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
#%find_lang R
|
||||
|
||||
make DESTDIR=%{buildroot} install-pdf
|
||||
|
||||
# Installation of Info-files
|
||||
@ -209,20 +206,6 @@ EOF
|
||||
%{_libdir}/R/library/base/html/
|
||||
%{_libdir}/R/library/base/INDEX
|
||||
%{_libdir}/R/library/base/Meta/
|
||||
#%dir %{_libdir}/R/library/base/po/
|
||||
#%lang(da) %{_libdir}/R/library/base/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/base/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/base/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/base/po/fr/
|
||||
#%lang(it) %{_libdir}/R/library/base/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/base/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/base/po/ko/
|
||||
#%lang(nn) %{_libdir}/R/library/base/po/nn/
|
||||
#%lang(pl) %{_libdir}/R/library/base/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/base/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/base/po/ru/
|
||||
#%lang(tr) %{_libdir}/R/library/base/po/tr/
|
||||
#%lang(zh) %{_libdir}/R/library/base/po/zh*/
|
||||
%{_libdir}/R/library/base/R/
|
||||
# boot
|
||||
%dir %{_libdir}/R/library/boot/
|
||||
@ -295,17 +278,6 @@ EOF
|
||||
%{_libdir}/R/library/compiler/Meta/
|
||||
%{_libdir}/R/library/compiler/NAMESPACE
|
||||
%{_libdir}/R/library/compiler/R/
|
||||
#%dir %{_libdir}/R/library/compiler/po
|
||||
#%lang(da) %{_libdir}/R/library/compiler/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/compiler/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/compiler/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/compiler/po/fr/
|
||||
#%lang(ja) %{_libdir}/R/library/compiler/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/compiler/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/compiler/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/compiler/po/pt_BR/
|
||||
#%lang(ru) %{_libdir}/R/library/compiler/po/ru/
|
||||
#%lang(zh_CN) %{_libdir}/R/library/compiler/po/zh_CN/
|
||||
# datasets
|
||||
%dir %{_libdir}/R/library/datasets/
|
||||
%{_libdir}/R/library/datasets/data/
|
||||
@ -324,7 +296,6 @@ EOF
|
||||
%{_libdir}/R/library/foreign/html/
|
||||
%{_libdir}/R/library/foreign/INDEX
|
||||
%{_libdir}/R/library/foreign/libs/
|
||||
#%{_libdir}/R/library/foreign/LICENCE
|
||||
%{_libdir}/R/library/foreign/Meta/
|
||||
%{_libdir}/R/library/foreign/NAMESPACE
|
||||
%dir %{_libdir}/R/library/foreign/po/
|
||||
@ -343,18 +314,6 @@ EOF
|
||||
%{_libdir}/R/library/graphics/libs/
|
||||
%{_libdir}/R/library/graphics/Meta/
|
||||
%{_libdir}/R/library/graphics/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/graphics/po/
|
||||
#%lang(da) %{_libdir}/R/library/graphics/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/graphics/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/graphics/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/graphics/po/fr/
|
||||
#%lang(it) %{_libdir}/R/library/graphics/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/graphics/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/graphics/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/graphics/po/pl/
|
||||
#%lang(pt_BR) %{_libdir}/R/library/graphics/po/pt_BR/
|
||||
#%lang(ru) %{_libdir}/R/library/graphics/po/ru/
|
||||
#%lang(zh) %{_libdir}/R/library/graphics/po/zh*/
|
||||
%{_libdir}/R/library/graphics/R/
|
||||
# grDevices
|
||||
%dir %{_libdir}/R/library/grDevices
|
||||
@ -371,18 +330,6 @@ EOF
|
||||
%{_libdir}/R/library/grDevices/libs/
|
||||
%{_libdir}/R/library/grDevices/Meta/
|
||||
%{_libdir}/R/library/grDevices/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/grDevices/po/
|
||||
#%lang(da) %{_libdir}/R/library/grDevices/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/grDevices/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/grDevices/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/grDevices/po/fr/
|
||||
#%lang(it) %{_libdir}/R/library/grDevices/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/grDevices/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/grDevices/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/grDevices/po/pl/
|
||||
#%lang(pt_BR) %{_libdir}/R/library/grDevices/po/pt_BR/
|
||||
#%lang(ru) %{_libdir}/R/library/grDevices/po/ru/
|
||||
#%lang(zh) %{_libdir}/R/library/grDevices/po/zh*/
|
||||
%{_libdir}/R/library/grDevices/R/
|
||||
# grid
|
||||
%dir %{_libdir}/R/library/grid/
|
||||
@ -394,18 +341,6 @@ EOF
|
||||
%{_libdir}/R/library/grid/libs/
|
||||
%{_libdir}/R/library/grid/Meta/
|
||||
%{_libdir}/R/library/grid/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/grid/po/
|
||||
#%lang(da) %{_libdir}/R/library/grid/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/grid/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/grid/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/grid/po/fr*/
|
||||
#%lang(it) %{_libdir}/R/library/grid/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/grid/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/grid/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/grid/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/grid/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/grid/po/ru/
|
||||
#%lang(zh) %{_libdir}/R/library/grid/po/zh*/
|
||||
%{_libdir}/R/library/grid/R/
|
||||
# KernSmooth
|
||||
%dir %{_libdir}/R/library/KernSmooth/
|
||||
@ -414,7 +349,6 @@ EOF
|
||||
%{_libdir}/R/library/KernSmooth/html/
|
||||
%{_libdir}/R/library/KernSmooth/INDEX
|
||||
%{_libdir}/R/library/KernSmooth/libs/
|
||||
#%{_libdir}/R/library/KernSmooth/LICENCE
|
||||
%{_libdir}/R/library/KernSmooth/Meta/
|
||||
%{_libdir}/R/library/KernSmooth/NAMESPACE
|
||||
%dir %{_libdir}/R/library/KernSmooth/po/
|
||||
@ -426,7 +360,6 @@ EOF
|
||||
# lattice
|
||||
%dir %{_libdir}/R/library/lattice/
|
||||
%{_libdir}/R/library/lattice/CITATION
|
||||
#%{_libdir}/R/library/lattice/LICENSE
|
||||
%{_libdir}/R/library/lattice/data/
|
||||
%{_libdir}/R/library/lattice/demo/
|
||||
%{_libdir}/R/library/lattice/DESCRIPTION
|
||||
@ -494,17 +427,6 @@ EOF
|
||||
%{_libdir}/R/library/methods/libs/
|
||||
%{_libdir}/R/library/methods/Meta/
|
||||
%{_libdir}/R/library/methods/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/methods/po/
|
||||
#%lang(da) %{_libdir}/R/library/methods/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/methods/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/methods/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/methods/po/fr/
|
||||
#%lang(ja) %{_libdir}/R/library/methods/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/methods/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/methods/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/methods/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/methods/po/ru/
|
||||
#%lang(zh) %{_libdir}/R/library/methods/po/zh*/
|
||||
%{_libdir}/R/library/methods/R/
|
||||
# mgcv
|
||||
%dir %{_libdir}/R/library/mgcv/
|
||||
@ -589,15 +511,6 @@ EOF
|
||||
%{_libdir}/R/library/parallel/html/R.css
|
||||
%dir %{_libdir}/R/library/parallel/libs
|
||||
%{_libdir}/R/library/parallel/libs/parallel.so
|
||||
#%dir %{_libdir}/R/library/parallel/po
|
||||
#%lang(da) %{_libdir}/R/library/parallel/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/parallel/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/parallel/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/parallel/po/fr/
|
||||
#%lang(ko) %{_libdir}/R/library/parallel/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/parallel/po/pl/
|
||||
#%lang(ru) %{_libdir}/R/library/parallel/po/ru/
|
||||
#%lang(zh_CN) %{_libdir}/R/library/parallel/po/zh_CN/
|
||||
# rpart
|
||||
%dir %{_libdir}/R/library/rpart/
|
||||
%{_libdir}/R/library/rpart/data/
|
||||
@ -647,17 +560,6 @@ EOF
|
||||
%{_libdir}/R/library/splines/libs/
|
||||
%{_libdir}/R/library/splines/Meta/
|
||||
%{_libdir}/R/library/splines/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/splines/po
|
||||
#%lang(da) %{_libdir}/R/library/splines/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/splines/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/splines/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/splines/po/fr/
|
||||
#%lang(ja) %{_libdir}/R/library/splines/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/splines/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/splines/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/splines/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/splines/po/ru/
|
||||
#%lang(zh) %{_libdir}/R/library/splines/po/zh*/
|
||||
%{_libdir}/R/library/splines/R/
|
||||
# stats
|
||||
%dir %{_libdir}/R/library/stats/
|
||||
@ -670,19 +572,6 @@ EOF
|
||||
%{_libdir}/R/library/stats/libs/
|
||||
%{_libdir}/R/library/stats/Meta/
|
||||
%{_libdir}/R/library/stats/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/stats/po
|
||||
#%lang(da) %{_libdir}/R/library/stats/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/stats/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/stats/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/stats/po/fr/
|
||||
#%lang(it) %{_libdir}/R/library/stats/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/stats/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/stats/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/stats/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/stats/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/stats/po/ru/
|
||||
#%lang(tr) %{_libdir}/R/library/stats/po/tr/
|
||||
#%lang(zh) %{_libdir}/R/library/stats/po/zh*/
|
||||
%{_libdir}/R/library/stats/R/
|
||||
%{_libdir}/R/library/stats/SOURCES.ts
|
||||
# stats4
|
||||
@ -693,19 +582,6 @@ EOF
|
||||
%{_libdir}/R/library/stats4/INDEX
|
||||
%{_libdir}/R/library/stats4/Meta/
|
||||
%{_libdir}/R/library/stats4/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/stats4/po
|
||||
#%lang(da) %{_libdir}/R/library/stats4/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/stats4/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/stats4/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/stats4/po/fr/
|
||||
#%lang(it) %{_libdir}/R/library/stats4/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/stats4/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/stats4/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/stats4/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/stats4/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/stats4/po/ru/
|
||||
#%lang(tr) %{_libdir}/R/library/stats4/po/tr/
|
||||
#%lang(zh) %{_libdir}/R/library/stats4/po/zh*/
|
||||
%{_libdir}/R/library/stats4/R/
|
||||
# survival
|
||||
%dir %{_libdir}/R/library/survival/
|
||||
@ -732,18 +608,6 @@ EOF
|
||||
%{_libdir}/R/library/tcltk/libs/
|
||||
%{_libdir}/R/library/tcltk/Meta/
|
||||
%{_libdir}/R/library/tcltk/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/tcltk/po/
|
||||
#%lang(da) %{_libdir}/R/library/tcltk/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/tcltk/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/tcltk/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/tcltk/po/fr/
|
||||
#%lang(it) %{_libdir}/R/library/tcltk/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/tcltk/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/tcltk/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/tcltk/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/tcltk/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/tcltk/po/ru/
|
||||
#%lang(zh) %{_libdir}/R/library/tcltk/po/zh*/
|
||||
%{_libdir}/R/library/tcltk/R/
|
||||
# tools
|
||||
%dir %{_libdir}/R/library/tools/
|
||||
@ -754,19 +618,6 @@ EOF
|
||||
%{_libdir}/R/library/tools/libs/
|
||||
%{_libdir}/R/library/tools/Meta/
|
||||
%{_libdir}/R/library/tools/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/tools/po
|
||||
#%lang(da) %{_libdir}/R/library/tools/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/tools/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/tools/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/tools/po/fr/
|
||||
#%lang(it) %{_libdir}/R/library/tools/po/it/
|
||||
#%lang(ja) %{_libdir}/R/library/tools/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/tools/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/tools/po/pl/
|
||||
#%lang(pt) %{_libdir}/R/library/tools/po/pt*/
|
||||
#%lang(ru) %{_libdir}/R/library/tools/po/ru/
|
||||
#%lang(tr) %{_libdir}/R/library/tools/po/tr/
|
||||
#%lang(zh) %{_libdir}/R/library/tools/po/zh*/
|
||||
%{_libdir}/R/library/tools/R/
|
||||
|
||||
# translations
|
||||
@ -1098,18 +949,6 @@ EOF
|
||||
%{_libdir}/R/library/utils/Meta/
|
||||
%{_libdir}/R/library/utils/misc/
|
||||
%{_libdir}/R/library/utils/NAMESPACE
|
||||
#%dir %{_libdir}/R/library/utils/po
|
||||
#%lang(da) %{_libdir}/R/library/utils/po/da/
|
||||
#%lang(de) %{_libdir}/R/library/utils/po/de/
|
||||
#%lang(en) %{_libdir}/R/library/utils/po/en*/
|
||||
#%lang(fr) %{_libdir}/R/library/utils/po/fr/
|
||||
#%lang(ja) %{_libdir}/R/library/utils/po/ja/
|
||||
#%lang(ko) %{_libdir}/R/library/utils/po/ko/
|
||||
#%lang(pl) %{_libdir}/R/library/utils/po/pl/
|
||||
#%lang(pt_BR) %{_libdir}/R/library/utils/po/pt_BR/
|
||||
#%lang(ru) %{_libdir}/R/library/utils/po/ru/
|
||||
#%lang(tr) %{_libdir}/R/library/utils/po/tr/
|
||||
#%lang(zh) %{_libdir}/R/library/utils/po/zh*/
|
||||
%{_libdir}/R/library/utils/R/
|
||||
%{_libdir}/R/library/utils/Sweave/
|
||||
%{_libdir}/R/library/utils/doc/
|
||||
@ -1134,41 +973,6 @@ EOF
|
||||
%dir %{_libdir}/R/library
|
||||
%{_libdir}/R/share/encodings/
|
||||
%{_libdir}/R/share/java/
|
||||
#%dir %{_libdir}/R/share/locale/
|
||||
#%dir %{_libdir}/R/share/locale/da
|
||||
#%dir %{_libdir}/R/share/locale/da/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/de
|
||||
#%dir %{_libdir}/R/share/locale/de/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/en
|
||||
#%dir %{_libdir}/R/share/locale/en/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/en@quot
|
||||
#%dir %{_libdir}/R/share/locale/en@quot/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/en_GB
|
||||
#%dir %{_libdir}/R/share/locale/en_GB/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/es
|
||||
#%dir %{_libdir}/R/share/locale/es/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/fr
|
||||
#%dir %{_libdir}/R/share/locale/fr/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/it
|
||||
#%dir %{_libdir}/R/share/locale/it/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/ja
|
||||
#%dir %{_libdir}/R/share/locale/ja/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/ko
|
||||
#%dir %{_libdir}/R/share/locale/ko/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/nn
|
||||
#%dir %{_libdir}/R/share/locale/nn/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/pl
|
||||
#%dir %{_libdir}/R/share/locale/pl/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/pt_BR
|
||||
#%dir %{_libdir}/R/share/locale/pt_BR/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/ru
|
||||
#%dir %{_libdir}/R/share/locale/ru/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/tr
|
||||
#%dir %{_libdir}/R/share/locale/tr/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/zh_CN
|
||||
#%dir %{_libdir}/R/share/locale/zh_CN/LC_MESSAGES
|
||||
#%dir %{_libdir}/R/share/locale/zh_TW
|
||||
#%dir %{_libdir}/R/share/locale/zh_TW/LC_MESSAGES
|
||||
|
||||
%dir %{_libdir}/R/share/dictionaries/
|
||||
%{_libdir}/R/share/dictionaries/en_stats.rds
|
||||
@ -1215,7 +1019,6 @@ EOF
|
||||
%{_libdir}/R/include/R_ext/PrtUtil.h
|
||||
%{_libdir}/R/include/R_ext/QuartzDevice.h
|
||||
%{_libdir}/R/include/R_ext/R-ftp-http.h
|
||||
#%%{_libdir}/R/include/R_ext/RConverters.h
|
||||
%{_libdir}/R/include/R_ext/RS.h
|
||||
%{_libdir}/R/include/R_ext/RStartup.h
|
||||
%{_libdir}/R/include/R_ext/Random.h
|
||||
@ -1225,7 +1028,6 @@ EOF
|
||||
%{_libdir}/R/include/R_ext/Visibility.h
|
||||
%{_libdir}/R/include/R_ext/eventloop.h
|
||||
%{_libdir}/R/include/R_ext/libextern.h
|
||||
#%%{_libdir}/R/include/R_ext/rlocale.h
|
||||
%{_libdir}/R/include/R_ext/stats_package.h
|
||||
%{_libdir}/R/include/R_ext/stats_stubs.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user