]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.spec
- patch to address CAN-2005-0247
[packages/postgresql.git] / postgresql.spec
CommitLineData
a774e725 1#
a7f7b450 2# TODO:
494d1b7e 3# - pg_autovacuum init support? look at its readme file, please
f863bf87 4# - fix tutorial building
a6765f5b 5# - package tcl bindings (removed from main sources) as separate spec
14e75bf0
JB
6# - when upgrading server from version with incompatible format, block
7# upgrade if any postmaster is running (just like if old databases exist)
8f14562b 8#
a774e725 9# Conditional build:
7dac5ffa 10%bcond_without tests # disable testing
550a1fa5 11%bcond_without tcl # disables Tcl support
964e9385 12%bcond_without kerberos5 # disable kerberos5 support
dce5630b 13%bcond_without perl # disable Perl support
550a1fa5
JB
14%bcond_without pgsql_locale # disable PostgreSQL locale
15%bcond_without pgsql_multibyte # disable PostgreSQL multibyte
dce5630b 16%bcond_without python # disable Python support
16404f9a 17%bcond_with absolute_dbpaths # enable absolute paths to create database
550a1fa5 18 # (disabled by default because it is a security risk)
78a50462
JK
19%bcond_without slony1 # disable Slony-I replication system
20
b3394f5f 21%define postgresql_version 8.0.1
7f764259 22%define postgresql_release 0.2
78a50462 23%define slony1_version 1.0.5
066bd8c3 24%define slony1_release 1
a774e725 25
016f481d 26Summary: PostgreSQL Data Base Management System
27Summary(de): PostgreSQL Datenbankverwaltungssystem
55747262 28Summary(es): Gestor de Banco de Datos PostgreSQL
3b12d52f 29