commit 60526098f998b387debc544373126a17cfbc2540
Author: wrobell <[email protected]>
Date:   Mon Sep 24 23:51:58 2012 +0100

    - separate Java classes into subpackages (to not pull all Java deps)
    - rel. 5

 R.spec | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/R.spec b/R.spec
index 90a7049..1731a57 100644
--- a/R.spec
+++ b/R.spec
@@ -14,7 +14,7 @@ Summary:      A language for data analysis and graphics
 Summary(pl.UTF-8):     Język do analizy danych oraz grafiki
 Name:          R
 Version:       2.15.1
-Release:       4
+Release:       5
 License:       Mixed (distributable), mostly GPL v2+
 Group:         Development/Languages
 # CRAN master site: ftp://cran.r-project.org/pub/R/src/
@@ -87,6 +87,14 @@ Język R był zainspirowany dwoma istniejącymi językami: S 
(Beckera,
 Chambersa i Wilksa) oraz Scheme (Sussmana). R jest podobny do S, ale
 implementacja i semantyka wywodzi się ze Scheme.
 
+%package java
+Summary:       R Java classes
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description java
+R Java classes.
+
 %prep
 %setup -q
 
@@ -205,7 +213,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/R/share
 %{_libdir}/R/share/R
 %{_libdir}/R/share/encodings
-%{_libdir}/R/share/java
 %{_libdir}/R/share/licenses
 %dir %{_libdir}/R/share/locale
 # locale files list is autogenerated (see R.files above)
@@ -218,3 +225,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/libR.pc
 %{_mandir}/man1/R.1*
 %{_mandir}/man1/Rscript*
+
+%files java
+%defattr(644,root,root,755)
+%{_libdir}/R/share/java
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/R.git/commitdiff/60526098f998b387debc544373126a17cfbc2540

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to