Author: bmahe
Date: Sat Jul  7 06:09:52 2012
New Revision: 1358509

URL: http://svn.apache.org/viewvc?rev=1358509&view=rev
Log:
BIGTOP-672. Update for the download URL of Hama-0.5.0 (Victor Chugunov via 
Bruno Mahé)

Modified:
    incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/hama/rules
    
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/hama/SPECS/hama.spec
    incubator/bigtop/branches/branch-0.3/bigtop.mk

Modified: 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/hama/rules
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/hama/rules?rev=1358509&r1=1358508&r2=1358509&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/hama/rules 
(original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-packages/src/deb/hama/rules Sat 
Jul  7 06:09:52 2012
@@ -42,7 +42,7 @@ build-indep-stamp: patch-stamp
                mkdir -p bigtop-empty
                sh debian/do-component-build -Drat.basedir=${PWD}/bigtop-empty 
-Dmaven.repo.local=${HOME}/.m2/repository
                mkdir -p debian/tmp
-               (cd 
dist/target/hama-dist-${HAMA_BASE_VERSION}/hama-${HAMA_BASE_VERSION} && tar cf 
- --exclude=debian/\* .) | (cd debian/tmp && tar xf -)
+               (cd 
dist/target/hama-${HAMA_BASE_VERSION}/hama-${HAMA_BASE_VERSION} && tar cf - 
--exclude=debian/\* .) | (cd debian/tmp && tar xf -)
                touch $@
 
 install: install-indep

Modified: 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/hama/SPECS/hama.spec
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/hama/SPECS/hama.spec?rev=1358509&r1=1358508&r2=1358509&view=diff
==============================================================================
--- 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/hama/SPECS/hama.spec
 (original)
+++ 
incubator/bigtop/branches/branch-0.3/bigtop-packages/src/rpm/hama/SPECS/hama.spec
 Sat Jul  7 06:09:52 2012
@@ -43,7 +43,7 @@ Group: Development/Libraries
 BuildArch: noarch
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 License: ASL 2.0 
-Source0: %{name}-dist-%{hama_base_version}-source.tar.gz
+Source0: %{name}-%{hama_base_version}-src.tar.gz
 Source1: do-component-build 
 Source2: install_%{name}.sh
 Source3: %{name}-bspmaster.init
@@ -167,7 +167,7 @@ bash $RPM_SOURCE_DIR/do-component-build
 %__rm -rf $RPM_BUILD_ROOT
 sh -x $RPM_SOURCE_DIR/install_hama.sh \
           --distro-dir=$RPM_SOURCE_DIR \
-          
--build-dir=dist/target/hama-dist-%{hama_base_version}/hama-%{hama_base_version}
 \
+          
--build-dir=dist/target/hama-%{hama_base_version}/hama-%{hama_base_version} \
           --prefix=$RPM_BUILD_ROOT \
           --doc-dir=%{doc_hama} 
 

Modified: incubator/bigtop/branches/branch-0.3/bigtop.mk
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop.mk?rev=1358509&r1=1358508&r2=1358509&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop.mk (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop.mk Sat Jul  7 06:09:52 2012
@@ -168,10 +168,11 @@ $(eval $(call PACKAGE,bigtop-utils,BIGTO
 HAMA_NAME=hama
 HAMA_RELNOTES_NAME=Apache Hama
 HAMA_PKG_NAME=hama
-HAMA_BASE_VERSION=0.5.0-incubating
+HAMA_BASE_VERSION=0.5.0
 HAMA_PKG_VERSION=0.5.0
 HAMA_RELEASE_VERSION=1
-HAMA_TARBALL_DST=hama-dist-$(HAMA_BASE_VERSION)-source.tar.gz
+HAMA_TARBALL_DST=hama-$(HAMA_BASE_VERSION)-src.tar.gz
 HAMA_TARBALL_SRC=$(HAMA_TARBALL_DST)
-HAMA_SITE=http://people.apache.org/~edwardyoon/dist/0.5-RC2/
+HAMA_DOWNLOAD_PATH=/hama/$(HAMA_BASE_VERSION)
+HAMA_SITE=$(APACHE_MIRROR)$(HAMA_DOWNLOAD_PATH)
 $(eval $(call PACKAGE,hama,HAMA))


Reply via email to