]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.spec
- final startup fix: "-w" flag for pg_ctl (w = wait)
[packages/postgresql.git] / postgresql.spec
CommitLineData
9bf007d0 1%include /usr/lib/rpm/macros.perl
ccf05a1a 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
016f481d 7Summary: PostgreSQL Data Base Management System
8Summary(de): PostgreSQL Datenbankverwaltungssystem
55747262 9Summary(es): Gestor de Banco de Datos PostgreSQL
3b12d52f 10