rpms/eclipse-dltk/devel .cvsignore, 1.3, 1.4 sources, 1.7, 1.8 get-dltk.sh, 1.6, 1.7 eclipse-dltk.spec, 1.10, 1.11

Alexander Kurtakov akurtakov at fedoraproject.org
Sun Jul 18 10:12:40 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-dltk/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5691/devel

Modified Files:
	.cvsignore sources get-dltk.sh eclipse-dltk.spec 
Log Message:
Update to 2.0.0.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-dltk/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	4 Mar 2010 00:23:11 -0000	1.3
+++ .cvsignore	18 Jul 2010 10:12:40 -0000	1.4
@@ -1 +1 @@
-dltk-1.0.2.tar.gz
+dltk-2.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-dltk/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	4 Mar 2010 00:23:11 -0000	1.7
+++ sources	18 Jul 2010 10:12:40 -0000	1.8
@@ -1 +1 @@
-6b3a7aa5f82bdaa5a8a416d1385ff2e1  dltk-1.0.2.tar.gz
+9a656172499209eb1af760c2e91e793b  dltk-2.0.0.tar.bz2


Index: get-dltk.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-dltk/devel/get-dltk.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- get-dltk.sh	4 Mar 2010 00:23:11 -0000	1.6
+++ get-dltk.sh	18 Jul 2010 10:12:40 -0000	1.7
@@ -1,8 +1,8 @@
 #!/bin/bash
 NAME="dltk"
-VERSION=1.0.2
-TAG="vS201002091326"
-SUBPACKAGES="core ruby tcl itcl xotcl mylyn rse javascript"
+VERSION=2.0.0
+TAG="vS201006161315"
+SUBPACKAGES="core core-index ruby tcl itcl xotcl mylyn rse javascript"
 
 echo "Exporting from CVS..."
 mkdir $NAME-$VERSION
@@ -43,5 +43,5 @@ done
 
 popd >/dev/null
 
-echo "Creating tarball '$NAME-$VERSION.tar.gz'..."
-tar -czf $NAME-$VERSION.tar.gz $NAME-$VERSION
+echo "Creating tarball '$NAME-$VERSION.tar.bz2'..."
+tar -cjf $NAME-$VERSION.tar.bz2 $NAME-$VERSION


Index: eclipse-dltk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-dltk/devel/eclipse-dltk.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- eclipse-dltk.spec	12 Apr 2010 19:24:54 -0000	1.10
+++ eclipse-dltk.spec	18 Jul 2010 10:12:40 -0000	1.11
@@ -2,7 +2,7 @@
 %global eclipse_dropin   %{_datadir}/eclipse/dropins
 
 Name:      eclipse-dltk
-Version:   1.0.2
+Version:   2.0.0
 Release:   1%{?dist}
 Summary:   Dynamic Languages Toolkit (DLTK) Eclipse plugin
 Group:     System Environment/Libraries
@@ -12,7 +12,7 @@ URL:       http://www.eclipse.org/dltk/
 # source tarball and the script used to generate it from upstream's source control
 # script usage:
 # $ sh get-dltk.sh
-Source0:   dltk-%{version}.tar.gz
+Source0:   dltk-%{version}.tar.bz2
 Source1:   get-dltk.sh
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -134,13 +134,20 @@ if [ ! -z "$JARS" ]; then
    exit 1
 fi
 
+mkdir orbitDeps
+pushd orbitDeps
+ln -s %{_javadir}/h2.jar org.h2.jar
+popd
+
 %build
 # Note: Use date from the cvs tag as the context qualifier.
-OPTIONS="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v201002091326"
+OPTIONS="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v201006161315"
 
 # build all features
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.core \
   -a "$OPTIONS" -d "emf"
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.core.index \
+  -a "$OPTIONS" -d "emf" -o `pwd`/orbitDeps
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.ruby \
   -a "$OPTIONS" -d "emf"
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.tcl \
@@ -159,6 +166,8 @@ OPTIONS="-DjavacTarget=1.5 -DjavacSource
 # build all sdk features
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.core.sdk \
   -a "$OPTIONS" -d "emf"
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.core.index.sdk \
+  -a "$OPTIONS" -d "emf"
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.ruby.sdk \
   -a "$OPTIONS" -d "emf"
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.dltk.tcl.sdk \
@@ -237,6 +246,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.dltk.core.sdk/rootfiles/*
 
 %changelog
+* Sun Jul 18 2010 Alexander Kurtakov <akurtako at redhat.com> 2.0.0-1
+- Update to 2.0.0.
+
 * Wed Mar 03 2010 Mat Booth <fedora at matbooth.co.uk> 1.0.2-1
 - Update to 1.0.2
 



More information about the scm-commits mailing list