hylafax.spec
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:4k
- # $Id: hylafax.spec,v 1.1.1.1 2005/11/11 21:32:01 faxguy Exp $
- #
- # HylaFAX Facsimile Software
- #
- # Copyright (c) 1990-1996 Sam Leffler
- # Copyright (c) 1991-1996 Silicon Graphics, Inc.
- # HylaFAX is a trademark of Silicon Graphics
- #
- # Permission to use, copy, modify, distribute, and sell this software and
- # its documentation for any purpose is hereby granted without fee, provided
- # that (i) the above copyright notices and this permission notice appear in
- # all copies of the software and related documentation, and (ii) the names of
- # Sam Leffler and Silicon Graphics may not be used in any advertising or
- # publicity relating to the software without the specific, prior written
- # permission of Sam Leffler and Silicon Graphics.
- #
- # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
- # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
- # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
- #
- # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
- # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
- # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
- # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- # OF THIS SOFTWARE.
- #
- define CUR_MAJ_VERS 1006 # Major Version number
- define CUR_MIN_VERS 010 # Minor Version number
- define CUR_VERS ${CUR_MAJ_VERS}${CUR_MIN_VERS}${ALPHA}
- define FAX_NAME "HylaFAX"
- include hylafax.version
- include hylafax.alpha
- product hylafax
- id "${FAX_NAME} Facsimile Software, Version ${FAX_VNUM}"
- inplace
- image sw
- id "${FAX_NAME} Software"
- version "${CUR_VERS}"
- subsys client default
- id "${FAX_NAME} Client Software"
- exp "hylafax.sw.client"
- replaces self
- replaces flexfax.sw.client 0 oldvers
- prereq (
- dps_eoe.sw.dpsfonts 1006000000 maxint # AFM files
- tiff.sw.tools 1006001029 maxint # TIFF DSO
- )
- endsubsys
- subsys server
- id "${FAX_NAME} Server Software"
- exp "hylafax.sw.server"
- replaces self
- replaces flexfax.sw.server 0 oldvers
- #
- # Server requires a PostScript RIP: either DPS-,
- # Impressario-2.1- or Ghostscript-based.
- #
- prereq (
- hylafax.sw.dpsrip 0 maxint # DPS-based RIP
- tiff.sw.tools 1006001029 maxint # TIFF DSO
- )
- prereq (
- hylafax.sw.imprip 0 maxint # IMP 2.1 RIP
- tiff.sw.tools 1006001029 maxint # TIFF DSO
- )
- prereq (
- fw_gs.sw.gs 0 maxint # Ghostscript &
- tiff.sw.tools 1006001029 maxint # TIFF DSO
- )
- endsubsys
- subsys dpsrip
- id "DPS-based PostScript RIP (for server, COFF only)"
- exp "hylafax.sw.dpsrip"
- prereq (
- dps_eoe.sw.dps 1006000000 maxint # VM startup
- dps_eoe.sw.dpsfonts 1006000000 maxint # fonts
- )
- endsubsys
- subsys imprip
- id "Impressario 2.1-based PostScript RIP (for server)"
- exp "hylafax.sw.imprip"
- prereq (
- impr_rip.sw.impr 1232807300 maxint # psrip & co.
- dps_eoe.sw.dpsfonts 1232729832 maxint # fonts
- tiff.sw.tools 1006001029 maxint # TIFF DSO
- )
- endsubsys
- endimage
- image man
- id "${FAX_NAME} UNIX Manual Pages"
- version "${CUR_VERS}"
- subsys client default
- id "${FAX_NAME} Client Manual Pages"
- exp "hylafax.man.client"
- replaces self
- replaces flexfax.man.* 0 oldvers
- endsubsys
- subsys server
- id "${FAX_NAME} Server Manual Pages"
- exp "hylafax.man.server"
- replaces self
- replaces flexfax.man.* 0 oldvers
- endsubsys
- endimage
- image html
- id "${FAX_NAME} World Wide Web Materials"
- version "${CUR_VERS}"
- subsys docs
- id "${FAX_NAME} Online Documentation"
- exp "hylafax.html.docs"
- endsubsys
- subsys tools
- id "${FAX_NAME} CGI Scripts & Tools"
- exp "hylafax.html.cgi"
- endsubsys
- endimage
- endproduct