=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Linux/RPM/openxm-binary.spec.in,v retrieving revision 1.2 retrieving revision 1.5 diff -u -p -r1.2 -r1.5 --- OpenXM/misc/packages/Linux/RPM/openxm-binary.spec.in 2000/03/10 14:21:45 1.2 +++ OpenXM/misc/packages/Linux/RPM/openxm-binary.spec.in 2000/08/29 06:48:48 1.5 @@ -1,24 +1,24 @@ -# $OpenXM: OpenXM/misc/packages/Linux/RPM/openxm-binary.spec.in,v 1.1 2000/03/10 10:25:21 takayama Exp $ +# $OpenXM: OpenXM/misc/packages/Linux/RPM/openxm-binary.spec.in,v 1.4 2000/03/16 06:35:14 takayama Exp $ # openxm-binary.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. This package contains the binary files of it. +Summary: The OpenXM package is a collection of mathematical software systems integrated by the OpenXM protocol. This package contains the binary files of it. Name: openxm-binary 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. @@ -52,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT%{prefix}/bin/oxgp %{prefix}/OpenXM/bin/* %{prefix}/OpenXM/lib/*.a %{prefix}/OpenXM/lib/*.so* -%doc %{prefix}/OpenXM/doc/* +%{prefix}/OpenXM/rc/* %{prefix}/bin/asir %{prefix}/bin/sm1 %{prefix}/bin/oxmath @@ -60,5 +60,7 @@ rm -rf $RPM_BUILD_ROOT%{prefix}/bin/oxgp %{prefix}/bin/openxm %{prefix}/bin/oxgp +%post +(cd %{prefix}/OpenXM/rc ; make clean ; make install)