rstudio-gwt-vl.spec 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. %define pkg_version 1.2
  2. %define pkg_release 1%{?_dist_release}
  3. %define GIN_VER 2.1.2
  4. %define GWT_VER 2.8.1
  5. %define JUNIT_VER 4.9b3
  6. Summary: gwt source files for RStudio
  7. Name: rstudio-gwt
  8. Version: %{pkg_version}
  9. Release: %{pkg_release}
  10. License: AGPLv3
  11. Group: Applications/Edutainment
  12. URL: https://www.rstudio.com/
  13. Source0: https://s3.amazonaws.com/rstudio-buildtools/gin-%{GIN_VER}.zip
  14. Source1: https://s3.amazonaws.com/rstudio-buildtools/gwt-%{GWT_VER}.zip
  15. Source2: https://s3.amazonaws.com/rstudio-buildtools/junit-%{JUNIT_VER}.jar
  16. BuildArch: noarch
  17. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: ara_t
  21. %description
  22. gwt source files for RStudio
  23. %prep
  24. %{__rm} -rf ${RPM_BUILD_ROOT}
  25. %{__mkdir_p} ${RPM_BUILD_ROOT}/usr/src/%{name}
  26. %{__cp} \
  27. %{SOURCE0} %{SOURCE1} %{SOURCE2} \
  28. ${RPM_BUILD_ROOT}/usr/src/%{name}
  29. %clean
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %files
  32. %defattr(-, root, root)
  33. /usr/src/rstudio-gwt/
  34. %changelog
  35. * Mon Oct 28 2019 Toshiaki Ara <ara_t@384.jp> 1.2-1
  36. - update for RStudio-1.2
  37. * Wed Aug 03 2016 Toshiaki Ara <ara_t@384.jp> 1.1-1
  38. - new package