[gooddata-cl] - Bump to a later release

Lubomir Rintel lkundrak at fedoraproject.org
Fri Nov 5 18:12:20 UTC 2010


commit d3436206e3fb9155945e175f9858855990b863a7
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Fri Nov 5 19:11:29 2010 +0100

    - Bump to a later release

 .gitignore       |    1 +
 gooddata-cl.spec |   21 ++++++++++++---------
 sources          |    2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43cbe2c..669b81a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gooddata-cl-1.1.4.tar.gz
+/gooddata-cl-1.1.9.tar.gz
diff --git a/gooddata-cl.spec b/gooddata-cl.spec
index cc58cef..f9eab04 100644
--- a/gooddata-cl.spec
+++ b/gooddata-cl.spec
@@ -1,6 +1,6 @@
 Name:           gooddata-cl
-Version:        1.1.4
-Release:        3%{dist}
+Version:        1.1.9
+Release:        1%{dist}
 Summary:        GoodData integration toolkit
 
 Group:          Applications/Internet
@@ -8,7 +8,7 @@ License:        BSD
 URL:            http://developer.gooddata.com/gooddata-cl/
 # git clone http://github.com/gooddata/GoodData-CL.git
 # cd GoodData-CL
-# git archive --prefix=gooddata-cl-1.1.4/ 1.1.4-beta |gzip -9 >gooddata-cl-1.1.4.tar.gz
+# git archive --prefix=gooddata-cl-1.1.9/ 1.1.9-beta |gzip -9 >gooddata-cl-1.1.9.tar.gz
 Source0:        gooddata-cl-%{version}.tar.gz
 Source2:        gooddata-cli
 Patch1:         0001-Disable-snaplogic-we-don-t-ship-snapi.jar.patch
@@ -68,6 +68,8 @@ BuildRequires:  maven-site-plugin
 
 BuildArch:      noarch
 
+Provides:       gooddata-cli = %{version}-%{release}
+
 %description
 This is GoodData data integration toolkit. The toolkit contains data
 modeling, transformation and loading utilities that work on top of the
@@ -93,12 +95,6 @@ find -name '*.jar' -delete
 # These don't ship with POMs yet.
 mvninst (){ mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
         install:install-file -Dpackaging=jar "$@"; }
-mvninst -DgroupId=axis -DartifactId=axis  \
-        -Dversion=1.4 -Dfile=$(build-classpath axis/axis)
-mvninst -DgroupId=axis-jaxrpc -DartifactId=axis-jaxrpc  \
-        -Dversion=1.4 -Dfile=$(build-classpath axis/jaxrpc)
-mvninst -DgroupId=joda-time -DartifactId=joda-time  \
-        -Dversion=1.6 -Dfile=$(build-classpath joda-time)
 mvninst -DgroupId=net.sf.opencsv -DartifactId=opencsv  \
         -Dversion=2.1 -Dfile=$(build-classpath opencsv)
 mvninst -DgroupId=com.google.gdata -DartifactId=gdata-java-core  \
@@ -107,6 +103,10 @@ mvninst -DgroupId=com.google.gdata -DartifactId=gdata-java-client  \
         -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-client)
 mvninst -DgroupId=com.google.gdata -DartifactId=gdata-java-analytics  \
         -Dversion=1.40.0 -Dfile=$(build-classpath gdata/gdata-analytics)
+mvninst -DgroupId=axis -DartifactId=axis  \
+        -Dversion=1.4 -Dfile=$(build-classpath axis/axis)
+mvninst -DgroupId=axis-jaxrpc -DartifactId=axis-jaxrpc  \
+        -Dversion=1.4 -Dfile=$(build-classpath axis/jaxrpc)
 mvn-jpp -Dmaven.repo.local=$MAVEN_REPO_LOCAL install
 
 
@@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Nov 05 2010 Lubomir Rintel (GoodData) - 1.1.9-1
+- Bump to a later release
+
 * Fri Nov 05 2010 Lubomir Rintel (GoodData) - 1.1.4-3
 - Mark log4j configuration %%config
 - Remove classpath from manifest
diff --git a/sources b/sources
index 8681911..4093f99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa3678bd8609cbd1ddd2497291863171  gooddata-cl-1.1.4.tar.gz
+49465ca465a47812b2e74b6f135d0c95  gooddata-cl-1.1.9.tar.gz


More information about the scm-commits mailing list