Mercurial > sqlpython
view sqlpython_epm.list @ 527:9aeb875cd2b2
removing unused resolve()
author | catherine.devlin@gmail.com |
---|---|
date | Tue, 25 Jan 2011 08:51:01 -0500 |
parents | 3efffbf7481f |
children |
line wrap: on
line source
#EPM List File Can Be Used To Create Package For Any Of These Vendor Platforms #epm -f format foo bar.list ENTER #The format option can be one of the following keywords: #aix - AIX software packages. #bsd - FreeBSD, NetBSD, or OpenBSD software packages. #depot or swinstall - HP-UX software packages. #dpkg - Debian software packages. #inst or tardist - IRIX software packages. #native - "Native" software packages (RPM, INST, DEPOT, PKG, etc.) for the platform. #osx - MacOS X software packages. #pkg - Solaris software packages. #portable - Portable software packages (default). #rpm - Red Hat software packages. #setld - Tru64 (setld) software packages. #slackware - Slackware software packages. # Product Information Section %product sqlpython %copyright 2009 Catherine Devlin %vendor None %license COPYING %readme doc/source/intro.rst %description Command-line ad-hoc SQL tool, akin to Oracle's SQL*Plus %version 1.6.4 # Autoconfiguration Variables $prefix=/usr $exec_prefix=/usr $bindir=${exec_prefix}/bin $datadir=/usr/share $docdir=${datadir}/doc/sqlpython $libdir=/usr/lib $mandir=/usr/share/man $srcdir=. # Executables %system all f 0555 root sys ${bindir}/sqlpython sqlpython/mysqlpy.py # Documentation %subpackage documentation f 0444 root sys ${docdir}/README $srcdir/docs/source/intro.rst f 0444 root sys ${docdir}/COPYING $srcdir/COPYING f 0444 root sys ${docdir}/index.html $srcdir/docs/build/index.html # Man pages %subpackage man %description Man pages for sqlpython f 0444 root sys ${mandir}/man1/sqlpython.1 $srcdir/docs/source/sqlpython.man