[BACK]Return to openxm.spec.in CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / RPM

File: [local] / OpenXM / misc / packages / Linux / RPM / openxm.spec.in (download)

Revision 1.1, Thu Mar 9 03:09:21 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN

I've started to write a spec file for the redhat package manager.
It has not yet worked.

# $OpenXM: OpenXM/misc/packages/Linux/RPM/openxm.spec.in,v 1.1 2000/03/09 03:09:21 takayama Exp $
#  openxm.spec.in
#
%define ver      1.1.2
%define prefix   /usr

Summary:   
Name:      
Version:   %ver
Copyright: See OpenXM/Copyright
Group:     Mathematical Software
Source0:   %{name}-%{PACKAGE_VERSION}.tar.gz
URL:       ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM
BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root

%description
The OpenXM package is a package of mathematical softwares that
support the OpenXM protocol.

%prep
%setup

%build
make configure
make

%install
make install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README
%{prefix}/bin/*