From: <tho...@us...> - 2013-11-25 16:43:51
|
Revision: 7590 http://bigdata.svn.sourceforge.net/bigdata/?rev=7590&view=rev Author: thompsonbry Date: 2013-11-25 16:43:44 +0000 (Mon, 25 Nov 2013) Log Message: ----------- revised spec. 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-24 21:56:05 UTC (rev 7589) +++ branches/BIGDATA_RELEASE_1_3_0/src/resources/rpm/bigdata.spec 2013-11-25 16:43:44 UTC (rev 7590) @@ -1,4 +1,4 @@ -Summary: bigdata RDF/graph database +Summary: bigdata highly available RDF/graph/SPARQL database Name: bigdata Version: 1.2.3 Release: 1 @@ -19,6 +19,7 @@ %package javadoc Summary: API documentation for %{name}-%{version} +BuildArch: noarch %description javadoc API documentation for %{name}-%{version} @@ -27,20 +28,39 @@ %setup -q %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 +%{__cp} -Rip %{_builddir}/* $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) -%doc +%doc /doc +#%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 +/lib-dl +/lib-ext +/lib - %changelog * Sun Nov 24 2013 EC2 Default User <ec2...@ip...ernal> - -- Initial build. - +- Initial packaging as rpm. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |