From: <tho...@us...> - 2013-11-25 17:43:39
|
Revision: 7592 http://bigdata.svn.sourceforge.net/bigdata/?rev=7592&view=rev Author: thompsonbry Date: 2013-11-25 17:43:33 +0000 (Mon, 25 Nov 2013) Log Message: ----------- continued work on a bigdata rpm artifact. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/src/resources/rpm/bigdata.spec Modified: branches/BIGDATA_RELEASE_1_3_0/src/resources/rpm/bigdata.spec =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/src/resources/rpm/bigdata.spec 2013-11-25 16:45:46 UTC (rev 7591) +++ branches/BIGDATA_RELEASE_1_3_0/src/resources/rpm/bigdata.spec 2013-11-25 17:43:33 UTC (rev 7592) @@ -9,7 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -Requires: java +Requires: java >= 1.6 +Requires: zookeeper >= 3.3 %description @@ -18,7 +19,7 @@ Distributed processing offers greater throughput but does not reduce query or update latency. Choose the Journal when the anticipated scale and throughput requirements permit. Choose the HAJournalServer for high availability and linear scaling in query throughput. Choose the Federation when the administrative and machine overhead associated with operating a cluster is an acceptable tradeoff to have essentially unlimited data scaling and throughput. %package javadoc -Summary: API documentation for %{name}-%{version} +Summary: API documentation for %{name}-%{version} BuildArch: noarch %description javadoc @@ -29,14 +30,10 @@ %build # NOP: The RPM is generated from "binaries". -#echo "BUILD: pwd=`pwd`" -#ls -l %install rm -rf $RPM_BUILD_ROOT -#echo "RPM_BUILD_ROOT=$RPM_BUILD_ROOT" -#echo "INSTALL: pwd=`pwd`" -# copy files from BUILD to BUILDROOT +# Copy all files from BUILD to BUILDROOT %{__cp} -Rip %{_builddir}/* $RPM_BUILD_ROOT %clean @@ -45,18 +42,10 @@ %files %defattr(-,root,root,-) %doc /doc -#%config /etc/bigdata +%config /etc/bigdata %config /var/config -/bin/bigdataHA -/bin/bigdataHAEnv -/bin/config/browser.config -/bin/config/disco-logging.properties -/bin/config/disco.config -/bin/config/reggie.config -/bin/config/serviceStarter.config -/bin/disco-tool -/bin/pstart -/bin/startHAServices +/etc/init.d/bigdataHA +/bin /lib-dl /lib-ext /lib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |