=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Linux/RPM/openxm.spec.in,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- OpenXM/misc/packages/Linux/RPM/openxm.spec.in 2000/03/09 09:26:26 1.3 +++ OpenXM/misc/packages/Linux/RPM/openxm.spec.in 2000/08/29 06:48:48 1.5 @@ -1,28 +1,32 @@ -# $OpenXM: OpenXM/misc/packages/Linux/RPM/openxm.spec.in,v 1.2 2000/03/09 08:35:43 takayama Exp $ +# $OpenXM: OpenXM/misc/packages/Linux/RPM/openxm.spec.in,v 1.4 2000/03/09 09:30:18 takayama Exp $ # openxm.spec.in # -%define ver 1.1.2 +%define ver 1.1.3 %define prefix /usr/local %define work /var/tmp -Summary: The OpenXM package is a collection of mathematical softwares integrated by the OpenXM protocol. +Summary: The OpenXM package is a collection of mathematical software systems integrated by the OpenXM protocol. Name: openxm Version: %ver Release: test Copyright: See OpenXM/Copyright Group: Mathematical Software -Source: ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/openxm-1.1.2.tar.gz -URL: http://www.math.sci.kobe-u.ac.jp/OpenXM +Source: ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/openxm-1.1.3.tar.gz +URL: http://www.openxm.org, http://www.math.sci.kobe-u.ac.jp/OpenXM BuildRoot: %{work}/%{name}-root ## BuildRoot should be removed in the real package building. %description -The OpenXM package is a collection of mathematical softwares that +The OpenXM package is a collection of mathematical software systems that support the OpenXM protocol. Main clients are asir and mathematica (math). Servers are ox_asir, ox_sm1, ox_gnuplot, ox_math, ox_phc, ox_tigers. - +[Note on installation] +This package is not relocatable as it is. But if you change directory +to OpenXM/rc after the installation and type in +make clean ; make install PREFIX=(Your favorite directory to put shell scripts to start OpenXM clients) +then everything works fine. %prep %setup