]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.spec
- proper -clients descriptions (en,pl only)
[packages/postgresql.git] / postgresql.spec
CommitLineData
a774e725 1#
2# Conditional build:
3# _with_jdbc - with JDBC driver
4#
5
2b385834 6# todo:
7# 1. pam_xauth problem
8# - change pam_xauth behaviour?
9# - change postgres user home directory?
10# 2. dump is required before upgrade
11# if [ -f /etc/sysconfig/postgresql ]; then
12# POSTGRES_DATA_DIR=/var/lib/pgsql
13# . /etc/sysconfig/postgresql
14# if [ -f $POSTGRES_DATA_DIR/PG_VERSION ]; then
15# if [ `cat $POSTGRES_DATA_DIR/PG_VERSION` != '7.2' ]; then
16# echo "Database in older, incompatible format exists in $POSTGRES_DATA_DIR."
17# echo "Dump it and clean $POSTGRES_DATA_DIR, then upgrade postgresql and"
18# echo "restore database"
19# exit 1
20# fi
21# fi
22# fi
23
24
9bf007d0 25%include /usr/lib/rpm/macros.perl
be3e6567 26%include /usr/lib/rpm/macros.python
ccf05a1a 27
016f481d 28Summary: PostgreSQL Data Base Management System
29Summary(de): PostgreSQL Datenbankverwaltungssystem
55747262 30Summary(es): Gestor de Banco de Datos PostgreSQL
3b12d52f 31