]> git.pld-linux.org Git - packages/rstudio.git/commitdiff
Added more internal dependecies auto/th/rstudio-0.96.316-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 10:33:12 +0000 (12:33 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 10:33:12 +0000 (12:33 +0200)
rstudio.spec

index e2681ca62c0ed48a168ef189db15fe9e7c53d907..4a9722556fe2d73079416ad1ceb7575637b69f79 100644 (file)
@@ -11,6 +11,10 @@ Source1:     https://s3.amazonaws.com/rstudio-buildtools/gwt-2.4.0.zip
 # Source1-md5: f071dee835b402b36517e2c0a777ff34
 Source2:       https://s3.amazonaws.com/rstudio-buildtools/gin-1.5.zip
 # Source2-md5: 2409168cc18bf5f341e107e6887fe359
+Source3:       https://s3.amazonaws.com/rstudio-buildtools/mathjax-20.zip
+# Source3-md5: 480ede551eeffec08162a7a913eee906
+Source4:       https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip
+# Source4-md5: 0e03798b8e53096c4a906bde05e32378
 URL:           http://rstudio.org/
 BuildRequires: QtWebKit-devel
 BuildRequires: QtXmlPatterns-devel
@@ -29,12 +33,15 @@ environment (IDE) for R. You can run it on your desktop (Windows, Mac,
 or Linux) or even over the web using RStudio Server.
 
 %prep
-%setup -q -n %{name}-%{name}-13a7f41
+%setup -q -n %{name}-%{name}-7195dca
 mkdir -p src/gwt/lib/gwt
 mkdir -p src/gwt/lib/gin/1.5
 unzip -qq %{SOURCE1} -d src/gwt/lib/gwt
 unzip -qq %{SOURCE2} -d src/gwt/lib/gin/1.5
 mv src/gwt/lib/gwt/gwt-2.4.0 src/gwt/lib/gwt/2.4.0
+unzip -qq %{SOURCE3} -d dependencies/common
+mkdir -p dependencies/common/dictionaries
+unzip -qq %{SOURCE4} -d dependencies/common/dictionaries
 
 %build
 install -d build
This page took 0.110679 seconds and 4 git commands to generate.