X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tools%2Frelease%2Ftinyos-tools.spec;h=0fe0968f79a017c967b753babf98545847c21525;hb=3538c23351b8b21ab52a803240f123df15c0fb1d;hp=52b78c968d4fdecfff80a7e2ad71c82c9905dac7;hpb=d27da1037ae320629869d76a75599e9713a076fb;p=tinyos-2.x.git diff --git a/tools/release/tinyos-tools.spec b/tools/release/tinyos-tools.spec index 52b78c96..0fe0968f 100644 --- a/tools/release/tinyos-tools.spec +++ b/tools/release/tinyos-tools.spec @@ -2,8 +2,8 @@ Summary: TinyOS tools Name: tinyos-tools -Version: 1.2.3 -Release: 1 +Version: 1.4.0 +Release: 1%{dist} License: Please see source Group: Development/System URL: http://www.tinyos.net/ @@ -11,11 +11,11 @@ BuildRoot: %{_tmppath}/%{name}-root Source0: %{name}-%{version}.tar.gz # This makes cygwin happy Provides: /bin/sh /bin/bash -Requires: nesc >= 1.2.7 +Requires: nesc >= 1.3 %description Tools for use with tinyos. Includes, for example: uisp, motelist, pybsl, mig, -ncc and nesdoc. The source for these tools is found in the TinyOS CSV +ncc and nesdoc. The source for these tools is found in the TinyOS CVS repository under tinyos-2.x/tools. %prep @@ -24,7 +24,7 @@ repository under tinyos-2.x/tools. %build cd tools ./Bootstrap -TOSDIR=/opt/tinyos-2.x/tos ./configure --prefix=/usr +NESCC_PREFIX=/usr TOSDIR=/opt/tinyos-2.x/tos ./configure --prefix=/usr make %install @@ -60,6 +60,7 @@ if [ $? -ne 0 ]; then fi %ifos linux java=`$RPM_INSTALL_PREFIX/bin/tos-locate-jre --java` +tinyoslibdir=$RPM_INSTALL_PREFIX/lib/tinyos bits=32 if [ $? -ne 0 ]; then echo "java command not found - assuming 32 bits" @@ -83,6 +84,8 @@ echo "done." # Remove JNI code on uninstall %changelog +* Sun Jul 29 2007 1.2.4-2 +- Add 64-bit support for Java VMs and deluge tools. * Wed Jul 5 2006 1.2.2-1 * Thu Feb 9 2006 1.2.1-2 * Sat Feb 4 2006 1.2.1-1