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

Revision 10006, 44.0 KB checked in by tomop, 8 years ago (diff)

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