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

Revision 11565, 44.6 KB checked in by tomop, 6 years ago (diff)

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