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

Revision 12236, 45.0 KB checked in by tomop, 5 years ago (diff)

updated 8 packages

expect-5.45.4-1

postgresql-12.0-1

python-2.7.16-4

python3-3.5.7-3

rp-pppoe-3.13-3

tcl-8.6.9-1

tix-8.4.3-4

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