Browse Source

rstudio-gwt: update to 1.2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12296 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
cb7aae73e0
1 changed files with 14 additions and 8 deletions
  1. 14 8
      r/rstudio-gwt/rstudio-gwt-vl.spec

+ 14 - 8
r/rstudio-gwt/rstudio-gwt-vl.spec

@@ -1,6 +1,10 @@
-%define pkg_version   1.1
+%define pkg_version   1.2
 %define pkg_release   1%{?_dist_release}
 
+%define GIN_VER   2.1.2
+%define GWT_VER   2.8.1
+%define JUNIT_VER 4.9b3
+
 Summary: gwt source files for RStudio
 Name:    rstudio-gwt
 Version: %{pkg_version}
@@ -10,11 +14,9 @@ License: AGPLv3
 Group:   Applications/Edutainment
 URL:     https://www.rstudio.com/
 
-Source0: gin-1.5.zip
-Source1: gwt-2.7.0.zip
-Source2: junit-4.9b3.jar
-Source3: selenium-java-2.37.0.zip
-Source4: selenium-server-standalone-2.37.0.jar
+Source0: https://s3.amazonaws.com/rstudio-buildtools/gin-%{GIN_VER}.zip
+Source1: https://s3.amazonaws.com/rstudio-buildtools/gwt-%{GWT_VER}.zip
+Source2: https://s3.amazonaws.com/rstudio-buildtools/junit-%{JUNIT_VER}.jar
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -32,7 +34,7 @@ gwt source files for RStudio
 
 %{__mkdir_p} ${RPM_BUILD_ROOT}/usr/src/%{name}
 %{__cp} \
- %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
+ %{SOURCE0} %{SOURCE1} %{SOURCE2} \
  ${RPM_BUILD_ROOT}/usr/src/%{name}
 
 %clean
@@ -43,6 +45,10 @@ gwt source files for RStudio
 %defattr(-, root, root)
 /usr/src/rstudio-gwt/
 
+
 %changelog
+* Mon Oct 28 2019 Toshiaki Ara <ara_t@384.jp> 1.2-1
+- update for RStudio-1.2
+
 * Wed Aug 03 2016 Toshiaki Ara <ara_t@384.jp> 1.1-1
-  - new package
+- new package