source: projects/specs/trunk/p/postgresql8/postgresql8-vl.spec @ 3410

Revision 3410, 42.2 KB checked in by owa, 13 years ago (diff)

postgresql8

Line 
1%define plperl %{?_without_perl:0}%{!?_without_perl:1}
2%define plpython %{?_without_python:0}%{!?_without_python:1}
3%define non6xpamdeps 0
4#%define rel 0
5%define beta 0
6%{?beta:%define __os_install_post /usr/lib/rpm/brp-compress}
7
8%define tcl 1
9%define jdbc 1
10%define test 0
11%define pltcl 1
12%define pls 1
13%define ssl 1
14%define kerberos 0
15%define nls 1
16%define pam 1
17
18%define pgver 8.4
19%define jdbc2ver 606
20%define jdbcver 702
21
22Summary: PostgreSQL client programs and libraries.
23Summary(ja): PostgreSQL のクライアントプログラム群およびライブラリ
24Name: postgresql8
25Version: %{pgver}.7
26Release: 2%{?_dist_release}
27# Conventions for PostgreSQL Global Development Group RPM releases:
28#
29# Official PostgreSQL Development Group RPMS have a PGDG after the release number.
30# Integer releases are stable -- 0.1.x releases are Pre-releases, and x.y are
31# test releases.
32#
33# Pre-releases are those that are built from CVS snapshots or pre-release
34# tarballs from postgresql.org.  Official beta releases are not
35# considered pre-releases, nor are release candidates, as their beta or
36# release candidate status is reflected in the version of the tarball. Pre-
37# releases' versions do not change -- the pre-release tarball of 7.0.3, for
38# example, has the same tarball version as the final official release of 7.0.3:
39# but the tarball is different.
40#
41# Test releases are where PostgreSQL itself is not in beta, but certain parts of
42# the RPM packaging (such as the spec file, the initscript, etc) are in beta.
43#
44# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
45# -- only test releases or full releases should be.
46
47License: BSD
48Group: Applications/Databases
49Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
50Source3: postgresql.init
51Source5: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.md5
52Source6: README.rpm-dist
53Source10: http://jdbc.postgresql.org/download/postgresql-8.3-%{jdbc2ver}.jdbc2.jar
54Source11: http://jdbc.postgresql.org/download/postgresql-8.3-%{jdbc2ver}.jdbc2ee.jar
55Source12: http://jdbc.postgresql.org/download/postgresql-%{pgver}-%{jdbcver}.jdbc3.jar
56Source13: http://jdbc.postgresql.org/download/postgresql-%{pgver}-%{jdbcver}.jdbc4.jar
57Source15: postgresql-bashprofile
58Patch2: postgresql-8.3.3-nls.patch
59Patch3: postgresql-7.4-ecpg-patch
60Buildrequires: perl build-essential
61Requires: /sbin/ldconfig initscripts
62%if %plpython
63Buildrequires: python python-devel
64%endif
65%if %tcl
66Buildrequires: tcl
67%endif
68Buildrequires: readline-devel
69Buildrequires: zlib-devel >= 1.0.4
70%if %ssl
71Buildrequires: openssl-devel
72%endif
73%if %kerberos
74Buildrequires: krb5-devel
75%endif
76%if %nls
77Buildrequires: gettext >= 0.10.35
78%endif
79
80%if %pam
81%if %non6xpamdeps
82Buildrequires: pam-devel
83%endif
84%endif
85
86BuildRequires: bison, flex, pam-devel
87
88Url: http://www.postgresql.org/
89Buildroot: %{_tmppath}/%{name}-%{version}-root
90Obsoletes: postgresql-clients
91Obsoletes: postgresql-python
92Obsoletes: postgresql7
93Provides: postgresql
94
95%if %pls
96Obsoletes: postgresql7-plperl
97%endif
98
99# This is the PostgreSQL Global Development Group Official RPMset spec file,
100# or a derivative thereof.
101# Copyright 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
102# and others listed.
103
104# Major Contributors:
105# ---------------
106# Lamar Owen
107# Trond Eivind Glomsrd <teg@redhat.com>
108# Thomas Lockhart
109# Reinhard Max
110# Karl DeBisschop
111# Peter Eisentraut
112# Joe Conway
113# and others in the Changelog....
114
115# This spec file and ancilliary files are licensed in accordance with
116# The PostgreSQL license.
117
118# On top of this file you can find the default build package list macros.  These can be overridden by defining
119# on the rpm command line:
120# rpm --define 'packagename 1' .... to force the package to build.
121# rpm --define 'packagename 0' .... to force the package NOT to build.
122# The base package, the lib package, the devel package, and the server package always get built.
123
124
125%description
126PostgreSQL is an advanced Object-Relational database management system
127(DBMS) that supports almost all SQL constructs (including
128transactions, subselects and user-defined types and functions). The
129postgresql package includes the client programs and libraries that
130you'll need to access a PostgreSQL DBMS server.  These PostgreSQL
131client programs are programs that directly manipulate the internal
132structure of PostgreSQL databases on a PostgreSQL server. These client
133programs can be located on the same machine with the PostgreSQL
134server, or may be on a remote machine which accesses a PostgreSQL
135server over a network connection. This package contains the docs
136in HTML for the whole package, as well as command-line utilities for
137managing PostgreSQL databases on a PostgreSQL server.
138
139If you want to manipulate a PostgreSQL database on a remote PostgreSQL
140server, you need this package. You also need to install this package
141if you're installing the postgresql-server package.
142
143%description -l ja
144PostgreSQLはSQLの構成要素(トランザクション、副問い合わせおよびユーザ
145定義型やユーザ定義関数など)のほとんどすべてをサポートした、先進的なオブ
146ジェクト指向のデータベース管理システム(DBMS)です。postgresqlのパッケー
147ジにはPostgreSQL DBMS サーバにアクセスするために必要なクライアントプロ
148グラムおよびライブラリを収録しています。PostgreSQLクライアントプログラ
149ムは、PostgreSQLサーバ上のPostgreSQLデータベースの内部構造を直接操作す
150るためのプログラムです。これらのクライアントプログラムは、PostgreSQLサ
151ーバと同じマシン上で動いていてもよいですし、ネットワークコネクションの
152向こう側にあるリモートマシン上にあっても構いません。このパッケージには
153PostgreSQLサーバ上のPostgreSQLデータベースを管理するためのユーティリテ
154ィに加え、全パッケージのドキュメントがHTML形式で収録されています。
155
156リモートにあるPostgreSQLサーバ上のPostgreSQLデータベースを操作する場合
157はこのパッケージが必要です。またpostgresql-serverパッケージをインスト
158ールする場合にも、このパッケージをインストールする必要があります。
159
160%package libs
161Summary: The shared libraries required for any PostgreSQL clients.
162Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
163Group: System Environment/Libraries
164Obsoletes: postgresql7-libs
165Provides: postgresql-libs
166
167%description libs
168The postgresql-libs package provides the essential shared libraries for any
169PostgreSQL client program or interface. You will need to install this package
170to use any other PostgreSQL package or any clients that need to connect to a
171PostgreSQL server.
172
173%description -l ja libs
174postgresql-libs パッケージは、すべての PostgreSQL クライアントプログラ
175ムやインターフェースのための中核的な共有ライブラリを提供します。
176PostgreSQL サーバに接続する必要のある、PostgreSQL パッケージやクライア
177ントを使う場合には、このパッケージをインストールする必要があります。
178
179%package server
180Summary: The programs needed to create and run a PostgreSQL server.
181Summary(ja): PostgreSQL サーバを構築・実行するのに必要なプログラム
182Group: Applications/Databases
183Requires: /usr/sbin/useradd /sbin/chkconfig
184Requires: %{name} = %{version}
185Obsoletes: postgresql7-server
186Provides: postgresql-server
187
188%description server
189The postgresql-server package includes the programs needed to create
190and run a PostgreSQL server, which will in turn allow you to create
191and maintain PostgreSQL databases.  PostgreSQL is an advanced
192Object-Relational database management system (DBMS) that supports
193almost all SQL constructs (including transactions, subselects and
194user-defined types and functions). You should install
195postgresql-server if you want to create and maintain your own
196PostgreSQL databases and/or your own PostgreSQL server. You also need
197to install the postgresql package.
198
199%description -l ja server
200postgresql-server パッケージには、PostgreSQL サーバを生成して実行する
201ために必要なプログラムが含まれています。これらにより、PostgreSQL のデ
202ータベースを新規に作成したり、メンテナンスしたりできるようになります。
203PostgreSQL は先進的でオブジェクト指向的なデータベース管理システム(DBMS)
204であり、(トランザクション、副問い合わせ、ユーザ定義型および関数といっ
205た)ほとんどすべての SQL 構造をサポートしています。自分自身の PostgreSQL
206サーバを動かして、自分自身の PostgreSQL データベースを作成したりメン
207テナンスしたりしたい場合は postgresql-server をインストールする必要が
208あります。さらに postgresql パッケージもインストールしてください。
209
210%package docs
211Summary: Extra documentation for PostgreSQL
212Summary(ja): PostgreSQL に関するその他の文書
213Group: Applications/Documentation
214Obsoletes: postgresql7-docs
215Provides: postgresql-docs
216
217%description docs
218The postgresql-docs package includes the SGML source for the documentation
219as well as the documentation in other formats, and some extra documentation.
220Install this package if you want to help with the PostgreSQL documentation
221project, or if you want to generate printed documentation.
222
223%package contrib
224Summary: Contributed source and binaries distributed with PostgreSQL
225Summary(ja): PostgreSQL と一緒に配布される、寄贈されたソースとバイナリ
226Group: Applications/Databases
227Requires: %{name} = %{version} perl-DBD-Pg
228Obsoletes: postgresql7-contrib
229Provides: postgresql-contrib
230
231%description contrib
232The postgresql-contrib package contains contributed packages that are
233included in the PostgreSQL distribution.
234
235%package devel
236Summary: PostgreSQL development header files and libraries.
237Summary(ja): PostgreSQL の開発用ヘッダファイルとライブラリ群
238Group: Development/Libraries
239Requires: %{name}-libs = %{version}
240Obsoletes: postgresql7-devel
241Provides: postgresql-devel
242
243%description devel
244The postgresql-devel package contains the header files and libraries
245needed to compile C or C++ applications which will directly interact
246with a PostgreSQL database management server and the ecpg Embedded C
247Postgres preprocessor. You need to install this package if you want to
248develop applications which will interact with a PostgreSQL server. If
249you're installing postgresql-server, you need to install this
250package.
251
252%description -l ja devel
253postgresql-devel パッケージには、PostgreSQL データベースと直接に会話
254するための C / C++ アプリケーションをコンパイルするのに必要なヘッダフ
255ァイルとライブラリ、および C 言語埋め込み型の PostgreSQL プリプロセサ
256が含まれています。PostgreSQL サーバと会話するアプリケーションを開発
257したい場合にはこのパッケージをインストールしてください。また、
258postgresql-server をインストールする場合、このパッケージもいっしょに
259インストールする必要があります。
260
261#------------
262%if %pls
263%package pl
264Summary: The PL procedural languages for PostgreSQL.
265Summary(ja): PostgreSQL 用の手続き言語 PL
266Group: Applications/Databases
267Requires: %{name} = %{version}
268Obsoletes: postgresql7-pl
269Provides: postgresql-pl
270
271%description pl
272PostgreSQL is an advanced Object-Relational database management
273system.  The postgresql-pl package contains the the PL/Perl, PL/Tcl, and PL/Python
274procedural languages for the backend.  PL/Pgsql is part of the core server package.
275%endif
276
277#------------
278%if %tcl
279%package tcl
280Summary: A Tcl client library for PostgreSQL.
281Summary(ja): PostgreSQL の Tcl クライアントライブラリ
282Group: Applications/Databases
283Requires: tcl >= 8.0
284Obsoletes: postgresql7-tcl
285Provides: postgresql-tcl
286
287%description tcl
288PostgreSQL is an advanced Object-Relational database management
289system.  The postgresql-tcl package contains the libpgtcl client library,
290the pg-enhanced pgtclsh,and the pg-enhanced tksh, if so configured at buildtime.
291%endif
292
293#----------
294%if %jdbc
295%package jdbc
296Summary: Files needed for Java programs to access a PostgreSQL database.
297Summary(ja): PostgreSQL データベースにアクセスする Java プログラムのために必要なファイル群
298Group: Applications/Databases
299Obsoletes: postgresql7-jdbc
300Provides: postgresql-jdbc
301
302%description jdbc
303PostgreSQL is an advanced Object-Relational database management
304system. The postgresql-jdbc package includes the .jar file needed for
305Java programs to access a PostgreSQL database.
306%endif
307
308#------------
309%if %test
310%package test
311Summary: The test suite distributed with PostgreSQL.
312Summary(ja): PostgreSQL と共に配布されるテストスート
313Group: Applications/Databases
314Requires: postgresql = %{version}
315Obsoletes: postgresql7-test
316Provides: postgresql-test
317
318%description test
319PostgreSQL is an advanced Object-Relational database management
320system. The postgresql-test package includes the sources and pre-built
321binaries of various tests for the PostgreSQL database management
322system, including regression tests and benchmarks.
323%endif
324
325
326%prep
327%setup -q -n postgresql-%{version}
328
329
330%build
331CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
332CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
333
334# Strip out -ffast-math from CFLAGS....
335
336CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
337
338./configure \
339        --prefix=%{_prefix} \
340        --libdir=%{_libdir} \
341        --disable-rpath \
342%if %beta
343        --enable-debug \
344        --enable-cassert \
345%endif
346%if %plperl
347        --with-perl \
348%endif
349%if %tcl
350        --with-tcl \
351        --with-tclconfig=%{_libdir} \
352%endif
353%if %plpython
354        --with-python \
355%endif
356%if %ssl
357        --with-openssl \
358%endif
359%if %pam
360        --with-pam \
361%endif
362%if %kerberos
363        --with-krb5=/usr/kerberos \
364%endif
365%if %nls
366        --enable-nls \
367%endif
368        --sysconfdir=%{_sysconfdir}/sysconfig/pgsql \
369        --mandir=%{_mandir} \
370        --with-docdir=%{_docdir} \
371        --includedir=%{_includedir}/pgsql \
372        --datadir=%{_datadir}/pgsql
373
374make %{?_smp_mflags} all
375make %{?_smp_mflags} -C contrib all
376
377%if %test
378        pushd src/test
379        make all
380        popd
381%endif
382
383
384%install
385rm -rf $RPM_BUILD_ROOT
386
387make DESTDIR=$RPM_BUILD_ROOT install
388make -C contrib DESTDIR=$RPM_BUILD_ROOT install
389
390# copy over Makefile.global to the include dir....
391install -m644 src/Makefile.global $RPM_BUILD_ROOT%{_includedir}/pgsql
392install -m644 src/Makefile.shlib $RPM_BUILD_ROOT%{_includedir}/pgsql
393
394%if %jdbc
395        # Java/JDBC
396        # The user will have to set a CLASSPATH to find it here, but not sure where else to put it...
397
398        # JDBC jars
399        install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/pgsql
400        install -m 755 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/pgsql
401        install -m 755 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/pgsql
402        install -m 755 %{SOURCE13} $RPM_BUILD_ROOT%{_datadir}/pgsql
403%endif
404
405# initscript
406install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
407sed "s/^PGVERSION=.*/PGVERSION=%{pgver}/" %{SOURCE3} \
408        > $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql
409chmod 755 $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql
410
411# PGDATA needs removal of group and world permissions due to pg_pwd hole.
412install -d -m 700 $RPM_BUILD_ROOT/var/lib/pgsql/data
413
414# backups of data go here...
415install -d -m 700 $RPM_BUILD_ROOT/var/lib/pgsql/backups
416
417# postgres' .bash_profile
418install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/var/lib/pgsql/.bash_profile
419
420# Create the multiple postmaster startup directory
421install -d -m 700 $RPM_BUILD_ROOT/etc/sysconfig/pgsql
422
423
424%if %test
425        # tests. There are many files included here that are unnecessary, but include
426        # them anyway for completeness.
427        mkdir -p $RPM_BUILD_ROOT%{_libdir}/pgsql/test
428        cp -a src/test/regress $RPM_BUILD_ROOT%{_libdir}/pgsql/test
429        install -m 0755 contrib/spi/refint.so $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress
430        install -m 0755 contrib/spi/autoinc.so $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress
431        pushd  $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress/
432        strip *.so
433        popd
434%endif
435
436# Fix some more documentation
437# gzip doc/internals.ps
438cp %{SOURCE6} README.rpm-dist
439cp -pr $RPM_BUILD_ROOT%{_docdir}/postgresql/html doc
440rm -rf $RPM_BUILD_ROOT%{_docdir}/postgresql/html
441
442%find_lang initdb-%{pgver}
443%find_lang libpq5-%{pgver}
444%find_lang pg_config-%{pgver}
445%find_lang pg_controldata-%{pgver}
446%find_lang pg_ctl-%{pgver}
447%find_lang pg_dump-%{pgver}
448%find_lang pg_resetxlog-%{pgver}
449%find_lang pgscripts-%{pgver}
450%find_lang postgres-%{pgver}
451%find_lang psql-%{pgver}
452%ifarch !x86_64
453%find_lang scripts-%{pgver}
454%endif
455
456%find_lang ecpg-%{pgver}
457%find_lang ecpglib6-%{pgver}
458%find_lang plperl-%{pgver}
459%find_lang plpgsql-%{pgver}
460%find_lang plpython-%{pgver}
461%find_lang pltcl-%{pgver}
462
463cat libpq5-%{pgver}.lang > libpq.lst
464cat psql-%{pgver}.lang pg_dump-%{pgver}.lang > main.lst
465cat pg_config-%{pgver}.lang > devel.lst
466cat initdb-%{pgver}.lang pg_ctl-%{pgver}.lang postgres-%{pgver}.lang \
467        pg_resetxlog-%{pgver}.lang pg_controldata-%{pgver}.lang > server.lst
468%ifarch !x86_64
469cat scripts-%{pgver}.lang >> server.lst
470%endif
471
472cat ecpg-%{pgver}.lang ecpglib6-%{pgver}.lang >> devel.lst
473cat plperl-%{pgver}.lang > pl.lst
474cat plpgsql-%{pgver}.lang >> pl.lst
475cat plpython-%{pgver}.lang >> pl.lst
476cat pltcl-%{pgver}.lang > tcl.lst
477
478
479%post libs -p /sbin/ldconfig
480%postun libs -p /sbin/ldconfig
481
482%pre server
483groupadd -g 26 -o -r postgres >/dev/null 2>&1 || :
484useradd -M -n -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
485        -c "PostgreSQL Server" -u 26 postgres >/dev/null 2>&1 || :
486touch /var/log/pgsql
487chown postgres.postgres /var/log/pgsql
488chmod 0700 /var/log/pgsql
489
490
491%post server
492chkconfig --add postgresql
493/sbin/ldconfig
494
495%preun server
496if [ $1 = 0 ] ; then
497        chkconfig --del postgresql
498fi
499
500%postun server
501/sbin/ldconfig
502if [ $1 -ge 1 ]; then
503  /sbin/service postgresql condrestart >/dev/null 2>&1
504fi
505if [ $1 = 0 ] ; then
506    if [ ! -x /usr/bin/postgres ] ; then
507            userdel postgres >/dev/null 2>&1 || :
508            groupdel postgres >/dev/null 2>&1 || :
509    fi
510fi
511
512%if %tcl
513%post -p /sbin/ldconfig   tcl
514%postun -p /sbin/ldconfig   tcl
515%endif
516
517%if %pls
518%post -p /sbin/ldconfig   pl
519%postun -p /sbin/ldconfig   pl
520%endif
521
522%if %test
523%post test
524chown -R postgres.postgres %{_datadir}/pgsql/test >/dev/null 2>&1 || :
525%endif
526
527
528%clean
529rm -rf $RPM_BUILD_ROOT
530
531# FILES section.
532
533%files -f main.lst
534%defattr(-,root,root)
535%doc doc/KNOWN_BUGS doc/MISSING_FEATURES doc/README*
536%doc COPYRIGHT README HISTORY INSTALL doc/bug.template
537%doc README.rpm-dist
538%doc doc/html
539%{_bindir}/clusterdb
540%{_bindir}/createdb
541%{_bindir}/createlang
542%{_bindir}/createuser
543%{_bindir}/dropdb
544%{_bindir}/droplang
545%{_bindir}/dropuser
546%{_bindir}/pg_dump
547%{_bindir}/pg_dumpall
548%{_bindir}/pg_restore
549%{_bindir}/psql
550%{_bindir}/reindexdb
551%{_bindir}/vacuumdb
552%{_bindir}/vacuumlo
553%{_mandir}/man1/clusterdb.*
554%{_mandir}/man1/createdb.*
555%{_mandir}/man1/createlang.*
556%{_mandir}/man1/createuser.*
557%{_mandir}/man1/dropdb.*
558%{_mandir}/man1/droplang.*
559%{_mandir}/man1/dropuser.*
560%{_mandir}/man1/pg_dump.*
561%{_mandir}/man1/pg_dumpall.*
562%{_mandir}/man1/pg_restore.*
563%{_mandir}/man1/psql.*
564%{_mandir}/man1/reindexdb.*
565%{_mandir}/man1/vacuumdb.*
566%{_mandir}/man7/*
567%{_localedir}/*/LC_MESSAGES/pgscripts-%{pgver}.mo
568
569%files docs
570%defattr(-,root,root)
571%doc doc/src/*
572
573%files contrib
574%defattr(-,root,root)
575%doc %{_defaultdocdir}/postgresql/contrib/*.example
576%{_libdir}/postgresql/_int.so
577%{_libdir}/postgresql/adminpack.so
578%{_libdir}/postgresql/ascii_and_mic.so
579%{_libdir}/postgresql/auto_explain.so
580%{_libdir}/postgresql/autoinc.so
581%{_libdir}/postgresql/btree_gin.so
582%{_libdir}/postgresql/btree_gist.so
583%{_libdir}/postgresql/chkpass.so
584%{_libdir}/postgresql/citext.so
585%{_libdir}/postgresql/cube.so
586%{_libdir}/postgresql/cyrillic_and_mic.so
587%{_libdir}/postgresql/dblink.so
588%{_libdir}/postgresql/dict_int.so
589#%{_libdir}/postgresql/dict_snowball.so
590%{_libdir}/postgresql/dict_xsyn.so
591%{_libdir}/postgresql/earthdistance.so
592%{_libdir}/postgresql/euc_cn_and_mic.so
593%{_libdir}/postgresql/euc_jp_and_sjis.so
594%{_libdir}/postgresql/euc_kr_and_mic.so
595%{_libdir}/postgresql/euc_tw_and_big5.so
596%{_libdir}/postgresql/fuzzystrmatch.so
597%{_libdir}/postgresql/hstore.so
598%{_libdir}/postgresql/insert_username.so
599#%{_libdir}/postgresql/int_aggregate.so
600%{_libdir}/postgresql/isn.so
601%{_libdir}/postgresql/latin2_and_win1250.so
602%{_libdir}/postgresql/latin_and_mic.so
603%{_libdir}/postgresql/lo.so
604%{_libdir}/postgresql/ltree.so
605%{_libdir}/postgresql/moddatetime.so
606%{_libdir}/postgresql/pageinspect.so
607%{_libdir}/postgresql/pg_buffercache.so
608%{_libdir}/postgresql/pg_freespacemap.so
609%{_libdir}/postgresql/pg_stat_statements.so
610%{_libdir}/postgresql/pg_trgm.so
611%{_libdir}/postgresql/pgcrypto.so
612%{_libdir}/postgresql/pgrowlocks.so
613%{_libdir}/postgresql/pgstattuple.so
614%{_libdir}/postgresql/plpgsql.so
615%{_libdir}/postgresql/refint.so
616%{_libdir}/postgresql/seg.so
617%{_libdir}/postgresql/sslinfo.so
618%{_libdir}/postgresql/tablefunc.so
619%{_libdir}/postgresql/test_parser.so
620%{_libdir}/postgresql/timetravel.so
621%{_libdir}/postgresql/tsearch2.so
622%{_libdir}/postgresql/utf8_and_ascii.so
623%{_libdir}/postgresql/utf8_and_big5.so
624%{_libdir}/postgresql/utf8_and_cyrillic.so
625%{_libdir}/postgresql/utf8_and_euc_cn.so
626%{_libdir}/postgresql/utf8_and_euc_jp.so
627%{_libdir}/postgresql/utf8_and_euc_kr.so
628%{_libdir}/postgresql/utf8_and_euc_tw.so
629%{_libdir}/postgresql/utf8_and_gb18030.so
630%{_libdir}/postgresql/utf8_and_gbk.so
631%{_libdir}/postgresql/utf8_and_iso8859.so
632%{_libdir}/postgresql/utf8_and_iso8859_1.so
633%{_libdir}/postgresql/utf8_and_johab.so
634%{_libdir}/postgresql/utf8_and_sjis.so
635%{_libdir}/postgresql/utf8_and_uhc.so
636%{_datadir}/pgsql/contrib/
637%{_bindir}/oid2name
638%{_bindir}/pgbench
639%{_bindir}/vacuumlo
640
641%files libs -f libpq5-%{pgver}.lang
642%defattr(-,root,root)
643%{_libdir}/libecpg.so.*
644%{_libdir}/libecpg_compat.so.*
645%{_libdir}/libpgtypes.so.*
646%{_libdir}/libpq.so.*
647
648%files server -f server.lst
649%defattr(-,root,root)
650%{_sysconfdir}/rc.d/init.d/postgresql
651%dir %{_sysconfdir}/sysconfig/pgsql
652%{_bindir}/initdb
653#%{_bindir}/ipcclean
654%{_bindir}/pg_controldata
655%{_bindir}/pg_ctl
656%{_bindir}/pg_resetxlog
657%{_bindir}/pg_standby
658%{_bindir}/postgres
659%{_bindir}/postmaster
660%{_mandir}/man1/initdb.*
661#%{_mandir}/man1/ipcclean.*
662%{_mandir}/man1/pg_controldata.*
663%{_mandir}/man1/pg_ctl.*
664%{_mandir}/man1/pg_resetxlog.*
665%{_mandir}/man1/postgres.*
666%{_mandir}/man1/postmaster.*
667%{_libdir}/postgresql/*_and_*.so
668%{_libdir}/postgresql/plpgsql.so
669%{_libdir}/postgresql/dict_snowball.so
670%{_datadir}/pgsql/*.sql
671%{_datadir}/pgsql/postgres.bki
672%{_datadir}/pgsql/postgres.description
673%{_datadir}/pgsql/postgres.shdescription
674%{_datadir}/pgsql/*.sample
675%{_datadir}/pgsql/sql_features.txt
676%{_datadir}/pgsql/timezone
677%{_datadir}/pgsql/timezonesets
678%{_datadir}/pgsql/tsearch_data
679%dir %{_libdir}/postgresql
680%dir %{_datadir}/pgsql
681%attr(700,postgres,postgres) %dir /var/lib/pgsql
682%attr(700,postgres,postgres) %dir /var/lib/pgsql/data
683%attr(700,postgres,postgres) %dir /var/lib/pgsql/backups
684%attr(644,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
685
686%files devel -f devel.lst
687%defattr(-,root,root)
688%{_includedir}/*
689%{_bindir}/ecpg
690%{_bindir}/pg_config
691%{_libdir}/libecpg.a
692%{_libdir}/libecpg.so
693%{_libdir}/libecpg_compat.a
694%{_libdir}/libecpg_compat.so
695%{_libdir}/libpgport.a
696%{_libdir}/libpgtypes.a
697%{_libdir}/libpgtypes.so
698%{_libdir}/libpq.a
699%{_libdir}/libpq.so
700%{_libdir}/postgresql/pgxs/*
701%{_mandir}/man1/ecpg.*
702%{_mandir}/man1/pg_config.*
703
704%if %tcl
705%files tcl -f tcl.lst
706%defattr(-,root,root)
707%endif
708
709%if %pls
710%files pl -f pl.lst
711%defattr(-,root,root)
712%if %plperl
713%{_libdir}/postgresql/plperl.so
714%endif
715%if %pltcl
716%{_libdir}/postgresql/pltcl.so
717%{_bindir}/pltcl_delmod
718%{_bindir}/pltcl_listmod
719%{_bindir}/pltcl_loadmod
720%{_datadir}/pgsql/unknown.pltcl
721%endif
722%if %plpython
723%{_libdir}/postgresql/plpython.so
724%endif
725%endif
726
727%if %jdbc
728%files jdbc
729%defattr(-,root,root)
730%{_datadir}/pgsql/postgresql-8.3-%{jdbc2ver}.jdbc2.jar
731%{_datadir}/pgsql/postgresql-8.3-%{jdbc2ver}.jdbc2ee.jar
732%{_datadir}/pgsql/postgresql-%{pgver}-%{jdbcver}.jdbc3.jar
733%{_datadir}/pgsql/postgresql-%{pgver}-%{jdbcver}.jdbc4.jar
734%endif
735
736%if %test
737%files test
738%defattr(-,postgres,postgres)
739%attr(-,postgres,postgres) %{_libdir}/postgresql/test/*
740%attr(-,postgres,postgres) %dir %{_libdir}/postgresql/test
741%endif
742
743%changelog
744* Mon Apr 11 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.7-2
745- changed name to postgresql8
746
747* Thu Feb 03 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.7-1
748- updated postgresql to 8.4.7 (contains a variety of fixes)
749
750* Sat Jan 29 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.6-1
751- updated postgresql to 8.4.6
752- updated JDBC2 driver to postgresql-8.3-606.{jdbc2,jdbc2ee}.jar
753- updated JDBC3 driver to postgresql-8.4-702.jdbc3.jar
754- updated JDBC4 driver to postgresql-8.4-702.jdbc4.jar
755
756* Thu Jan 13 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.5-2
757- rebuilt with openssl-1.0.0c
758
759* Thu Oct 07 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.5-1
760- updated postgresql to 8.4.5
761
762* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.4-1
763- updated postgresql to 8.4.4
764
765* Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.3-1
766- updated postgresql to 8.4.3
767- s/BuildPrereq/Buildrequires/
768
769* Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.2-1
770- updated postgresql to 8.4.2
771- rebuilt with new environment
772
773* Thu Sep 10 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.1-1
774- updated postgresql to 8.4.1
775
776* Fri Aug 21 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-2
777- moved dict_snowball.so from conrib to server
778
779* Tue Jul 07 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-1
780- updated postgresql to 8.4.0
781- updated jdbc3,4 to 701
782- dropt postgresql-8.3.3-nls.patch (fixed)
783- dropt postgresql-7.4-ecpg-patch (no effect)
784
785* Sat Apr 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.3.7-2
786- changed libs Group to System Environment/Libraries
787
788* Sun Apr 12 2009 Shu KONNO <owa@bg.wakwak.com> 8.3.7-1
789- updated postgresql to 8.3.7
790
791* Sun Jan 25 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-2
792- remove "-E EUC_JP --no-locale" option from initdb in postgresql.init
793
794* Thu Jan 22 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-1
795- new upstream release (postgresql to 8.3.5, jdbc to 604)
796
797* Sat Jul 05 2008 Shu KONNO <owa@bg.wakwak.com> 8.3.3-1vl5
798- applied new versioning policy, and spec in utf-8
799- updated postgresql to 8.3.3
800- updated jdbcver to 603
801- added postgresql-8.3.3-nls.patch instead of postgresql-8.2.0-nls.patch.gz
802- added a script to replace PGVERSION in postgresql.init
803
804* Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl2
805- rebuild with tcl/tk-8.4.18
806
807* Tue Jan 08 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl1
808- updated postgresql to 8.2.6
809- included security fixes: CVE-{2007-6600, 2007-4772, 2007-6067, 2007-4769, 2007-6601}
810
811* Tue Oct 16 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl3
812- updated PGVERSION to 8.2 in postgresql.init (sorry;)
813
814* Tue Oct 09 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl2
815- rebuild with tcl/tk-8.4.16
816
817* Wed Sep 19 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl1
818- updated postgresql to 8.2.5
819- updated jdbc driver to 8.2-506, and added 8.2-506.jdbc4.jar
820- updated nls-patch to 8-2-0
821- dropt postgresql-8.1.4-Pg.patch.gz
822
823* Wed Sep 19 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 8.1.10-0vl1
824- for VineSeed
825- updated to 8.1.10 (8.1.9 and up has fixes for CVE-2007-2138)
826- JDBC driver updated to 410
827
828* Sun Jul  1 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.1.5-0vl1
829- rebuilt for VineSeed
830- fixed install script
831
832* Thu Nov 23 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.5-0vl0
833- upstream release
834- fix missing %defattr in %files server
835
836* Fri Sep 15 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl2
837- fix version number in postgresql.init
838
839* Tue Sep 12 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl1
840- upstream release
841- drop rpm-pgsql-8.0.0.patch
842- add Requires: perl-DBD-Pg for contrib
843- add postgresql-8.1.4-Pg.patch.gz
844- update nls patches
845- new JDBC driver
846
847* Sat Mar 18 2006 Shu KONNO <owa@bg.wakwak.com> 8.0.3-0vl4
848- added build options --without perl, --without python
849- rebuilt for x86_64 architecture support
850
851* Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl3
852- drop Provides: on postgresql-libs
853- drop Requires: libpq.so on postgresql-server
854
855* Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl2
856- change SONAME -- Provides: libpq.so.4 libpq.so.4.0 libpq.so
857
858* Thu May 26 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl1
859- upstream release
860- update nls patches
861
862* Fri Apr 22 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.2-0vl1
863- upstream release
864- update nls patches
865
866* Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl3
867- rebuilded with python-2.4.1-0vl1
868
869* Sat Mar 26 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl2
870- Dropped PyGreSQL-3.4.tgz.
871- Dropped PyGreSQL-3.4-setup-2.patch.
872- Dropped plpython.so in postgresql-server, because it's exist in postgresql-pl.
873- Dropped pyver and pynextver macros.
874- Changed macro name "python" to "plpython" like plperl.
875- Added "Obsoletes: postgresql-python"
876
877* Fri Feb 18 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.1-0vl1
878- Major version up
879- Obsoletes: postgresql7
880- update nls patch(es)
881- modify %postun not to delete postgres account on upgrade
882
883* Thu Jan 27 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.0-0vl1
884- upstream release (release as a new package)
885- Conflicts: postgresql
886- update nls patch(es)
887- (this package revision was rejected by Vine Project)
888
889* Fri Dec 04 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.6-0vl2
890- upstream release
891- new JDBC driver
892- add BuildRequires: bison, flex, pam-devel
893- drop postgresql-7.4.5-tempfile.patch (repaired)
894
895* Thu Nov 18 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 7.4.5-0vl2
896- Added a security fix patch postgresql-7.4.5-tempfile.patch
897  from Gentoo Linux (CAN-2004-0977).
898- Changed Patch4:
899  from PyGreSQL-3.4-setup-2.patch into PyGreSQL-3.4-setup-2.patch
900  It is possible to compile this package without pre-installed postgresql.
901- Removed Patch5 because Patch4 was changed.
902
903* Tue Aug 24 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.5-0vl1
904- upstream release
905
906* Mon Jun 21 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.3-0vl1
907- upstream release
908- new jdbc driver
909
910* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl3
911- rebuild with python-2.3.3-0vl1
912
913* Tue Apr 13 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.3
914- changed mode to 644 at Makefile.global, Makefile.shlib
915
916* Mon Apr 12 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.2
917- updated python install section
918
919* Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.1
920- added PyGreSQL-3.4.tgz and set python flag
921- added PyGreSQL-3.4-setup.patch
922- added PyGreSQL-3.4-pgmodule.patch
923- rebuilded with python-2.3.3-0vl0.3 (for TestPkg)
924
925* Sun Mar 28 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.4.2-0vl2
926- rebuild with new openssl
927
928* Wed Mar 17 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.2-0vl1
929- upstream release
930- change all of %{?foo:%define foo 0} -like descriptions to simple
931  %define format for latest rpm to build.
932
933* Sat Feb 14 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl3
934- rebuild on latest tcl package environment.
935
936* Wed Feb 11 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl2
937- fixed lacking files at server's %files
938
939* Fri Dec 05 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl2
940- include JDBC driver for 7.4
941- fix typo in postgresql-7.4-psql-patch
942
943* Thu Nov 20 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl1
944- upstream release
945- change '--includedir=' option to avoid conflicting with unixODBC
946- add postgresql-7.4-ecpg-patch
947
948* Wed Sep 10 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.4-0vl1
949- upstream release
950
951* Wed Jul 23 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl2
952- drop previous version of libpq's trash
953
954* Wed May 28 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl1
955- upstream release with new nls patch
956- fix postgresql-bashprofile (value of PGDATA)
957- fix postgresql-init for Japanese-specific use (-E EUC_JP --no-locale)
958
959* Wed Apr 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 7.3.2-0vl2
960- rebuild with tcltk8.4 and readline-4.3
961
962* Fri Mar 07 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.2-0vl1
963- upstream release
964
965* Wed Dec 25 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3.1-0vl1
966- upstream release
967- remove garbage changelog
968
969* Mon Dec 23 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3-0vl1
970- upstream release based on 7.3-2PGDG
971- add nls patch
972
973* Thu Dec 05 2002 Lamar Owen <lamar.owen@ramifordistat.net>
974- 7.3-2PGDG
975- Fix typo in initscript.  Argh!!
976
977* Wed Dec 04 2002 Lamar Owen <lamar.owen@ramifordistat.net>
978- 7.3-0.5PGDG
979- Jerk out all perl client stuff and kludgage
980- Rename plperl subpackage to a pl subpackage containing all but PL/Pgsql PL's
981- Eliminate locale and multibyte explicit enables -- they are both defaults now
982- Eliminate pgaccess code; it's not a part of the main tarball anymore
983- Eliminate ODBC stuff -- it's also separate now.  Use unixODBC instead.
984- Eliminated separate tk client package -- rolled the tk client into the tcl client.
985- Moved pltcl into the pl subpackage.
986- Added plpython to the pl subpackage.
987- /etc/sysconfig/pgsql is sysconfdir for multiple postmaster startup.
988
989* Mon Dec 02 2002 Lamar Owen <lamar.owen@ramifordistat.net>
990- 7.3-0.1PGDG (not released)
991- Integrate 7.3 jar's courtesy Joe Conway
992- Integrate multi-postmaster initscript courtesy Karl DeBisschop
993- Some renames and restructures.
994- Stripped out the last dregs of the postgresql-dump migration script.
995- Conflicts with less than 7.3.
996
997- (See below for old changelogs from VineSeed)
998
999* Wed Oct 04 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.3-0vl1
1000- updated to 7.2.3.
1001
1002* Wed Sep 10 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl3
1003- absorbed previous patch8 into original nlspatch
1004- fixed configure options (--enable-nls and --enable-locale to be antinomy)
1005
1006* Tue Aug 30 2002 Shoji Matsumoto <shom@vinelinux.org> 7.2.2-0vl2
1007- add patch8 (ja.po for psql was invalid)
1008
1009* Wed Aug 29 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl1
1010- updated to 7.2.2.
1011- improved nlspatch to enable japanese SQL help in psql.
1012
1013* Wed Jul 06 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl3
1014- fixed garbage chars in description(ja).
1015
1016* Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl2
1017- imported & replaced changelog (following VineSeed's).
1018  add some stuff to '%%files'.
1019
1020* Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl1
1021- Modified for Vine Linux 2.5. Originaly from RHL 7.2.1-5, adding
1022  nls patch, pg_dump patch, date_part patch by Jun Kuwamura
1023
1024* Thu May 23 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
1025- replace nls patch.
1026- add *.mo to '%%files'.
1027
1028* Mon Mar 04 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
1029- fix initscript
1030
1031* Sun Mar 03 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
1032- add /usr/bin/pg_id to the package (fix)
1033
1034* Sat Mar 01 2002 Satoshi MACHINO <machino@vinelinux.org> 7.2-0vl1
1035- updated 7.2
1036- added nls.patch
1037- fixed spec file
1038- added New JDBC
1039-- pgjdbc1.jar(for JDK1.1.x), pgjdbc2(for Java2)
1040
1041* Sat Sep 22 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.3-4vl1
1042- updated 7.1.3
1043
1044* Tue Aug 21 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
1045- 7.1.2-7vl3
1046- merge 7.1.2-7vl2 and 7.1.2-7
1047
1048* Sun Aug 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
1049- 7.1.2-7vl2
1050- fixed spec typo (%%{_includesir} -> %%{_includedir})
1051
1052* Tue Aug 14 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.2-7vl1
1053- updated 7.1.2 (used postgresql-7.1.2-7)
1054- used psqlj patch for 7.1.2
1055- used jumbo-20010801.patch.gz
1056
1057* Mon Aug  6 2001 Trond Eivind Glomsr <teg@redhat.com> 7.1.2-7
1058- Add patches from 7.1-stable branch. This should fix #50799 and #50797
1059- Enable kerberos authentication (#50644)
1060- handle stop with stale pid file (#50499)
1061- make the test subpackage (not built by default) own /usr/lib/pgsql/test
1062
1063* Mon Jul  9 2001 Trond Eivind Glomsr <teg@redhat.com>
1064- Make the -devel subpackage depend on -libs, not the main package
1065
1066* Tue Jun 19 2001 Trond Eivind Glomsr <teg@redhat.com>
1067- Make sure the python subpackage depends on mx - otherwise, you'd get an error when importing
1068
1069* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1070- add changes for s390x
1071
1072* Fri Jun 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1073- Many path fixes for contrib packages
1074- Newer intarray
1075- Don't use nested ifs for tkpkg/pgaccess
1076- Turn off test package for Red Hat Linux - it makes most sense just to use
1077  this during development
1078- One "pgacess" -> "pgaccess"
1079
1080* Wed Jun 13 2001 Lamar Owen <lamar.owen@wgcr.org> <lamar@postgresql.org>
1081- -4PGDG
1082- patchset update for pg_regress.sh
1083- can the dot in the release -- confused too many people and some programs.
1084- -3.PGDG
1085- updated README.rpm-dist
1086- updated patch to 7.1.2, fixing some places where /usr/share/pgsql
1087  was still being used where /usr/lib/pgsql was intended.
1088- PGLIB now set to /usr/lib/pgsql -- initdb doesn't use it to find the bki's.
1089
1090* Tue Jun 12 2001 Trond Eivind Glomsr <teg@redhat.com>
1091- sync
1092- Run chkconfig --add on server install
1093- Move the prereqs on useradd on chkconfig to the server package
1094- don't disable the %%clean section
1095
1096* Sat Jun 09 2001 Lamar Owen <lamar.owen@wgcr.org>
1097- Sync up with Trond Eivind's set.
1098
1099* Thu Jun  7 2001 Trond Eivind Glomsr <teg@redhat.com>
1100- Don't create postgres' .bashrc from the server post script: include it instead
1101- Move the test packages from /usr/share/pgsql to /usr/lib/pgsql
1102- Move the symlinks libpq.so, libecpg.so, libpq++.so and libpgeasy.so to the devel subpackage from
1103  libs
1104- Source the i18n data from the .bashrc instead of in the initscript
1105
1106* Mon May 28 2001 Trond Eivind Glomsr <teg@redhat.com>
1107- Handle i18n for database startup - backend needs to have the same locale everytime,
1108  but this certainly can't be hardcoded to C either
1109- Fix stop, restart in initscript (#42217)
1110- Make database init _much_ less verbose
1111- other minor fixes to the initscript
1112
1113* Fri May 25 2001 Trond Eivind Glomsr <teg@redhat.com>
1114- 7.1.2
1115
1116* Thu May 24 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1117- 7.1.2-0.1.1.PGDG PRERELEASE
1118- Changed versioning and release numbering a little for better flexibility,
1119-- particularly for distribution packagers.
1120- Release numbering comment at top of spec, where it's more useful.
1121- Trimmed changelog to 7.1.x. See the last 7.0.3's specfile for the 7.0
1122  changlog, and the last 6.5.3's specfile for the changelog prior to
1123  7.0.
1124
1125* Sun May 20 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1126- 7.1.1-4.PGDG
1127- _really_ got Python version agnosticism working.
1128
1129* Sat May 19 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1130- 7.1.1-3.PGDG Release
1131- Python version agnosticism.....
1132
1133* Tue May 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1134- Use openssl
1135- Make it obsolete subpackages if they aren't built
1136
1137* Mon May 14 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1138- 7.1.1-2.PGDG Release.
1139- Appended .PGDG to release string to differentiate our RPM set from the others.
1140- /bin/sh fix in initscript
1141- README.rpm-dist updates.
1142
1143* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 7.1.1-0.7
1144- Rebuild with new readline
1145
1146* Thu May 10 2001 Trond Eivind Glomsr <teg@redhat.com>
1147- Initial 7.1.1
1148
1149* Mon May  7 2001 Trond Eivind Glomsr <teg@redhat.com>
1150- Specify shell when running commands through su in the initscript, to avoid problems
1151  when people switch the postgres user to use tcsh
1152
1153* Thu Apr 19 2001 Trond Eivind Glomsr <teg@redhat.com>
1154- JDBC driver for Postgresql 7.1
1155
1156* Sun Apr 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1157- slightly different versioning scheming, will go back to the official
1158  later when I'm sure the package is ready to use
1159
1160* Fri Apr 13 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1161- 7.1 RELEASE
1162- 7.1-1 RPM RELEASE
1163- Change to COPTS -- strip out -ffastmath -- Considered Harmful.
1164- Back to old versioning scheme, kept teg's other fixes.
1165- README.rpm-dist updated.
1166- PGVERSION updated all-around (hopefully!)
1167- Couple of fixes from Peter E.
1168- Rearrange dependencies -- only the -libs subpackage is required for most stuff
1169- Removed broken and confusing logrotate script.
1170
1171* Mon Apr  9 2001 Trond Eivind Glomsr <teg@redhat.com>
1172- chown considered harmful - removed
1173- fix dangling symlimks (pg_crc.c)
1174- libpq.so changes for maximum compatiblity
1175- different versioning scheme, to avoid trouble later
1176- remove temporary perl file from the file list
1177- fix spelling error in tcl description
1178- mark odbcinst.ini as a config file
1179- use %%defattr on packages which didn't have it
1180
1181* Sat Apr 07 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1182- Integrated the PL/Perl stuff from Karl DeBisschop --conditional.
1183- Packaging reorg: added contrib and docs subpackages.
1184- Removed sgml source docs from main package --> docs subpackage.
1185- Removed contrib tree from main package --> contrib subpackage.
1186- Contrib tree is now prebuilt -- HOWEVER, very little install work is
1187  currently done with this.
1188
1189* Fri Apr 06 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1190- Quickie RC3.  There will be a 7.1RC3-2 shortly with other stuff.
1191
1192* Tue Apr 03 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1193- RC2
1194- eliminate versioning information for ancilliary files in prep for CVS.
1195- Fix docs mixup.
1196
1197* Tue Mar 27 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1198- RC1 quickie.
1199
1200* Tue Mar 20 2001 Lamar Owen <lamar@postgresql.org>
1201- Beta 6 initial build.
1202- Use make install-all-headers instead of cpio hack for devel headers.
1203- Split out the libs into the libs subpackage.
1204- Updated initscript to use pg_ctl to stop
1205- Updated initscript to initdb and start postmaster with LC_ALL=C to
1206  prevent index corruption.
1207
1208
1209* Sun Jan 28 2001 Lamar Owen <lamar@postgresql.org>
1210- Beta4
1211- Return to 'pgsql' directories instead of 'postgresql'
1212- Better perl patches.
1213
1214* Mon Jan 15 2001 Lamar Owen <lamar@postgresql.org>
1215- Edit patches to get rid of some cruft.
1216- Eliminate some more pre-7.1 specfile baggage that is no longer necessary.
1217- Moved pg_id to server
1218- added Makefile.global and pg_config to devel
1219- Corrected /usr/include/pgsql to /usr/include/postgresql
1220- Fixed some configure options.  Will be trying the configure macro next release
1221- Since it is terminally ill in this version pg_upgrade is _gone_.
1222- Thanks to Peter E for a good review.
1223
1224* Sun Jan 14 2001 Lamar Owen <lamar@postgresql.org>
1225- Running regression. 1 on the release-o-meter.
1226- Minor patches to get regression running right. 
1227- Initscript tweaking -- the old test for a database structure fails with 7.1's new structure.
1228
1229* Sat Jan 13 2001 Lamar Owen <lamar@postgresql.org>
1230- Perl 5 needs to be built with PREFIX set on the Makefile, not GNUmakefile....
1231- The 7.1 build is different from the 7.0 build -- see the configure line.
1232- NOTE: many files that used to be in /usr/share/postgresql are now in /usr/share/postgresql!
1233- by request, conditional packages are now supported. See the top of the spec.
1234- Fixed the server postinstall problems.
1235
1236* Mon Jan 08 2001 Lamar Owen <lamar@postgresql.org>
1237- First 7.1 beta test-build
1238
Note: See TracBrowser for help on using the repository browser.