]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.spec
- added missing scripts examples
[packages/postgresql.git] / postgresql.spec
CommitLineData
a774e725 1#
a7f7b450 2# TODO:
494d1b7e 3# - pg_autovacuum init support? look at its readme file, please
78a50462 4# - init script for slon (Slony-I daemon).
8f14562b 5#
a774e725 6# Conditional build:
7dac5ffa 7%bcond_without tests # disable testing
550a1fa5 8%bcond_without tcl # disables Tcl support
964e9385 9%bcond_without kerberos5 # disable kerberos5 support
dce5630b 10%bcond_without perl # disable Perl support
550a1fa5
JB
11%bcond_without pgsql_locale # disable PostgreSQL locale
12%bcond_without pgsql_multibyte # disable PostgreSQL multibyte
dce5630b 13%bcond_without python # disable Python support
3786c16b 14%bcond_with jdbc # build JDBC interface and Java tools
16404f9a 15%bcond_with absolute_dbpaths # enable absolute paths to create database
550a1fa5 16 # (disabled by default because it is a security risk)
78a50462
JK
17%bcond_without slony1 # disable Slony-I replication system
18
066bd8c3 19%define postgresql_version 7.4.6
aa49962b 20%define postgresql_release 5
78a50462 21%define slony1_version 1.0.5
066bd8c3 22%define slony1_release 1
a774e725 23
016f481d 24Summary: PostgreSQL Data Base Management System
25Summary(de): PostgreSQL Datenbankverwaltungssystem
55747262 26Summary(es): Gestor de Banco de Datos PostgreSQL
3b12d52f 27