]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.spec
- added ssl support in init files
[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
3b12d52f 9