BIGTOP-1076. bump version of Crunch to 0.7.0
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e337e4e6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e337e4e6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e337e4e6 Branch: refs/heads/master Commit: e337e4e6663a3f9f631e3ed4803323fe1663cec4 Parents: a61f207 Author: Roman Shaposhnik <[email protected]> Authored: Wed Sep 18 13:43:40 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Wed Sep 18 13:43:40 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/crunch/install_crunch.sh | 1 - bigtop-packages/src/deb/crunch/control | 8 ++++---- bigtop-packages/src/deb/crunch/copyright | 4 ++-- bigtop-packages/src/rpm/crunch/SPECS/crunch.spec | 8 ++++---- bigtop.mk | 4 ++-- 5 files changed, 12 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e337e4e6/bigtop-packages/src/common/crunch/install_crunch.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/crunch/install_crunch.sh b/bigtop-packages/src/common/crunch/install_crunch.sh index 2b481ab..236047d 100644 --- a/bigtop-packages/src/common/crunch/install_crunch.sh +++ b/bigtop-packages/src/common/crunch/install_crunch.sh @@ -88,7 +88,6 @@ cp $BUILD_DIR/lib/*.jar $PREFIX/$LIB_DIR/lib # Now take care of the docs install -d -m 0755 $PREFIX/$DOC_DIR -cp $BUILD_DIR/DISCLAIMER $PREFIX/$DOC_DIR cp $BUILD_DIR/LICENSE $PREFIX/$DOC_DIR cp $BUILD_DIR/NOTICE $PREFIX/$DOC_DIR cp $BUILD_DIR/README $PREFIX/$DOC_DIR http://git-wip-us.apache.org/repos/asf/bigtop/blob/e337e4e6/bigtop-packages/src/deb/crunch/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/crunch/control b/bigtop-packages/src/deb/crunch/control index aacf465..3c38e84 100644 --- a/bigtop-packages/src/deb/crunch/control +++ b/bigtop-packages/src/deb/crunch/control @@ -19,18 +19,18 @@ Priority: extra Maintainer: Bigtop <[email protected]> Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.8.0 -Homepage: http://incubator.apache.org/crunch/ +Homepage: http://crunch.apache.org/ Package: crunch Architecture: all Description: Simple and Efficient MapReduce Pipelines. - Apache Crunch (incubating) is a Java library for writing, testing, and running + Apache Crunch is a Java library for writing, testing, and running MapReduce pipelines, based on Google's FlumeJava. Its goal is to make pipelines that are composed of many user-defined functions simple to write, easy to test, and efficient to run. Package: crunch-doc Architecture: all -Description: Apache Crunch (incubating) documentation - Apache Crunch (incubating) documentation +Description: Apache Crunch documentation + Apache Crunch documentation http://git-wip-us.apache.org/repos/asf/bigtop/blob/e337e4e6/bigtop-packages/src/deb/crunch/copyright ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/crunch/copyright b/bigtop-packages/src/deb/crunch/copyright index be638e0..970b673 100644 --- a/bigtop-packages/src/deb/crunch/copyright +++ b/bigtop-packages/src/deb/crunch/copyright @@ -1,6 +1,6 @@ Format: http://dep.debian.net/deps/dep5 -Source: http://incubator.apache.org/crunch/ -Upstream-Name: Apache Crunch (incubating) +Source: http://crunch.apache.org/ +Upstream-Name: Apache Crunch Files: * Copyright: 2012, The Apache Software Foundation http://git-wip-us.apache.org/repos/asf/bigtop/blob/e337e4e6/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec index ece4775..136a83c 100644 --- a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec +++ b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec @@ -30,7 +30,7 @@ Name: crunch Version: %{crunch_version} Release: %{crunch_release} Summary: Simple and Efficient MapReduce Pipelines. -URL: http://incubator.apache.org/crunch/ +URL: http://crunch.apache.org/ Group: Development/Libraries BuildArch: noarch Buildroot: %(mktemp -ud %{_tmppath}/%{crunch_name}-%{version}-%{release}-XXXXXX) @@ -41,16 +41,16 @@ Source2: install_%{crunch_name}.sh %description -Apache Crunch (incubating) is a Java library for writing, testing, and running +Apache Crunch is a Java library for writing, testing, and running MapReduce pipelines, based on Google's FlumeJava. Its goal is to make pipelines that are composed of many user-defined functions simple to write, easy to test, and efficient to run. %package doc -Summary: Apache Crunch (incubating) documentation +Summary: Apache Crunch documentation Group: Documentation %description doc -Apache Crunch (incubating) documentation +Apache Crunch documentation %prep %setup -n %{crunch_folder} http://git-wip-us.apache.org/repos/asf/bigtop/blob/e337e4e6/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 1f7017a..8044473 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -227,8 +227,8 @@ $(eval $(call PACKAGE,solr,SOLR)) CRUNCH_NAME=crunch CRUNCH_RELNOTES_NAME=Java library for MapReduce pipelines CRUNCH_PKG_NAME=crunch -CRUNCH_BASE_VERSION=0.5.0-incubating -CRUNCH_PKG_VERSION=0.5.0 +CRUNCH_BASE_VERSION=0.7.0 +CRUNCH_PKG_VERSION=0.7.0 CRUNCH_RELEASE_VERSION=1 CRUNCH_TARBALL_DST=apache-crunch-$(CRUNCH_BASE_VERSION)-src.tar.gz CRUNCH_TARBALL_SRC=$(CRUNCH_TARBALL_DST)
