Mercurial > sqlpython
diff sqlpython_epm.list @ 329:3efffbf7481f
fixed bug in assigning 0, null to bind vars
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Mon, 06 Apr 2009 14:45:05 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sqlpython_epm.list Mon Apr 06 14:45:05 2009 -0400 @@ -0,0 +1,56 @@ +#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