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

Annotation of OpenXM/misc/packages/Linux/RPM/openxm.spec.in, Revision 1.1

1.1     ! takayama    1: # $OpenXM$
        !             2: #  openxm.spec.in
        !             3: #
        !             4: %define ver      1.1.2
        !             5: %define prefix   /usr
        !             6:
        !             7: Summary:
        !             8: Name:
        !             9: Version:   %ver
        !            10: Copyright: See OpenXM/Copyright
        !            11: Group:     Mathematical Software
        !            12: Source0:   %{name}-%{PACKAGE_VERSION}.tar.gz
        !            13: URL:       ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM
        !            14: BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root
        !            15:
        !            16: %description
        !            17: The OpenXM package is a package of mathematical softwares that
        !            18: support the OpenXM protocol.
        !            19:
        !            20: %prep
        !            21: %setup
        !            22:
        !            23: %build
        !            24: make configure
        !            25: make
        !            26:
        !            27: %install
        !            28: make install
        !            29:
        !            30: %clean
        !            31: rm -rf $RPM_BUILD_ROOT
        !            32:
        !            33: %files
        !            34: %defattr(-, root, root)
        !            35: %doc README
        !            36: %{prefix}/bin/*
        !            37:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>