]> git.pld-linux.org Git - packages/postgresql.git/blame_incremental - postgresql.spec
- oops, jdbc is separate project, now
[packages/postgresql.git] / postgresql.spec
... / ...
CommitLineData
1#
2# TODO:
3# - pg_autovacuum init support? look at its readme file, please
4# - init script for slon (Slony-I daemon).
5#
6# Conditional build:
7%bcond_without tests # disable testing
8%bcond_without tcl # disables Tcl support
9%bcond_without kerberos5 # disable kerberos5 support
10%bcond_without perl # disable Perl support
11%bcond_without pgsql_locale # disable PostgreSQL locale
12%bcond_without pgsql_multibyte # disable PostgreSQL multibyte
13%bcond_without python # disable Python support
14%bcond_with absolute_dbpaths # enable absolute paths to create database
15 # (disabled by default because it is a security risk)
16%bcond_without slony1 # disable Slony-I replication system
17
18%define postgresql_version 8.0.0
19%define postgresql_release 0.1
20%define slony1_version 1.0.5
21%define slony1_release 1
22
23Summary: PostgreSQL Data Base Management System
24Summary(de): PostgreSQL Datenbankverwaltungssystem
25Summary(es): Gestor de Banco de Datos PostgreSQL
26