]> git.pld-linux.org Git - packages/postgresql.git/blame_incremental - postgresql.spec
- final startup fix: "-w" flag for pg_ctl (w = wait)
[packages/postgresql.git] / postgresql.spec
... / ...
CommitLineData
1%include /usr/lib/rpm/macros.perl
2%define python_sitepkgsdir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/site-packages/')"`)
3%define pythondir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/')"`)
4%define python_compile_opt python -O -c "import compileall; import sys; compileall.compile_dir(sys.argv[1])"
5%define python_compile python -c "import compileall; import sys; compileall.compile_dir(sys.argv[1])"
6
7Summary: PostgreSQL Data Base Management System
8Summary(de): PostgreSQL Datenbankverwaltungssystem
9Summary(es): Gestor de Banco de Datos PostgreSQL
10