source: projects/specs/branches/6/p/postgresql/postgresql-vl.spec @ 10683

Revision 10683, 41.5 KB checked in by tomop, 8 years ago (diff)

postgresql-9.0.23-1

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