source: projects/specs/trunk/p/postgresql/postgresql-vl.spec @ 3412

Revision 3412, 42.6 KB checked in by owa, 13 years ago (diff)

postgresql-9.0.3

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