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

Revision 12321, 45.1 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

bash-5.0.16-1

gtk-doc-1.32-3

libmariadb-3.1.7-1

libpq-12.2-1

librsvg2-2.46.4-1

postgresql-12.2-1

python-pygments-2.5.2-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.2
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 Feb 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.2-1
793- new upstream release.
794
795* Fri Oct 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0-1
796- new upstream release.
797
798* Fri Mar 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3-1
799- new upstream release.
800
801* Fri Apr  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.2-1
802- new upstream release.
803
804* Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.1-1
805- new upstream release.
806
807* Sat Jan  9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.0-1
808- new upstream release.
809
810* Fri Oct  9 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.5-1
811- new upstream release.
812
813* Sat Jun 20 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.4-2
814- fixed initscript.
815- modified %%pre to prepare for pg_upgrade.
816
817* Sat Jun 13 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.4-1
818- new upstream release.
819
820* Fri Jun 12 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.3-1
821- new upstream release.
822
823* Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 9.3.4-2
824- rebuilt without readline to avoid GPL infection
825- added BuildRequires: libedit-devel instead of readline-devel
826- added BuildRequires: tcl-devel instead of tcl
827
828* Tue Apr 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3.4-1
829- new upstream release.
830
831* Sun Dec 01 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3.1-1
832- new upstream release.
833- built without client libraries.
834
835* Thu Feb 21 2013 IWAI, Masaharu <iwai@alib.jp> 9.0.12-1
836- new upstream release
837
838* Thu Feb  7 2013 IWAI, Masaharu <iwai@alib.jp> 9.0.11-1
839- new upstream release
840- add Vendor and Distribution tags
841
842* Mon Jan  7 2013 IWAI, Masaharu <iwai@alib.jp> 9.0.7-2vl7
843- build with Tcl/Tk 8.5.7-1
844- fix init script (Source3): fix su(1) paramaters.
845
846* Tue Mar 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.7-1
847- new upstream release
848- move euc2004_sjis2004.so from -contrib to -server (BTS:1266)
849- remove *_and_*.so from -contrib (included in -server)
850
851* Sat Apr 23 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.4-1
852- updated postgresql to 9.0.4
853
854* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.3-1
855- updated postgresql to 9.0.3
856- separated postgresql-jdbc package
857
858* Thu Feb 03 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.7-1
859- updated postgresql to 8.4.7 (contains a variety of fixes)
860
861* Sat Jan 29 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.6-1
862- updated postgresql to 8.4.6
863- updated JDBC2 driver to postgresql-8.3-606.{jdbc2,jdbc2ee}.jar
864- updated JDBC3 driver to postgresql-8.4-702.jdbc3.jar
865- updated JDBC4 driver to postgresql-8.4-702.jdbc4.jar
866
867* Thu Jan 13 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.5-2
868- rebuilt with openssl-1.0.0c
869
870* Thu Oct 07 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.5-1
871- updated postgresql to 8.4.5
872
873* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.4-1
874- updated postgresql to 8.4.4
875
876* Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.3-1
877- updated postgresql to 8.4.3
878- s/BuildPrereq/Buildrequires/
879
880* Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.2-1
881- updated postgresql to 8.4.2
882- rebuilt with new environment
883
884* Thu Sep 10 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.1-1
885- updated postgresql to 8.4.1
886
887* Fri Aug 21 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-2
888- moved dict_snowball.so from conrib to server
889
890* Tue Jul 07 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-1
891- updated postgresql to 8.4.0
892- updated jdbc3,4 to 701
893- dropt postgresql-8.3.3-nls.patch (fixed)
894- dropt postgresql-7.4-ecpg-patch (no effect)
895
896* Sat Apr 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.3.7-2
897- changed libs Group to System Environment/Libraries
898
899* Sun Apr 12 2009 Shu KONNO <owa@bg.wakwak.com> 8.3.7-1
900- updated postgresql to 8.3.7
901
902* Sun Jan 25 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-2
903- remove "-E EUC_JP --no-locale" option from initdb in postgresql.init
904
905* Thu Jan 22 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-1
906- new upstream release (postgresql to 8.3.5, jdbc to 604)
907
908* Sat Jul 05 2008 Shu KONNO <owa@bg.wakwak.com> 8.3.3-1vl5
909- applied new versioning policy, and spec in utf-8
910- updated postgresql to 8.3.3
911- updated jdbcver to 603
912- added postgresql-8.3.3-nls.patch instead of postgresql-8.2.0-nls.patch.gz
913- added a script to replace PGVERSION in postgresql.init
914
915* Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl2
916- rebuild with tcl/tk-8.4.18
917
918* Tue Jan 08 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl1
919- updated postgresql to 8.2.6
920- included security fixes: CVE-{2007-6600, 2007-4772, 2007-6067, 2007-4769, 2007-6601}
921
922* Tue Oct 16 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl3
923- updated PGVERSION to 8.2 in postgresql.init (sorry;)
924
925* Tue Oct 09 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl2
926- rebuild with tcl/tk-8.4.16
927
928* Wed Sep 19 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl1
929- updated postgresql to 8.2.5
930- updated jdbc driver to 8.2-506, and added 8.2-506.jdbc4.jar
931- updated nls-patch to 8-2-0
932- dropt postgresql-8.1.4-Pg.patch.gz
933
934* Wed Sep 19 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 8.1.10-0vl1
935- for VineSeed
936- updated to 8.1.10 (8.1.9 and up has fixes for CVE-2007-2138)
937- JDBC driver updated to 410
938
939* Sun Jul  1 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.1.5-0vl1
940- rebuilt for VineSeed
941- fixed install script
942
943* Thu Nov 23 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.5-0vl0
944- upstream release
945- fix missing %defattr in %files server
946
947* Fri Sep 15 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl2
948- fix version number in postgresql.init
949
950* Tue Sep 12 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl1
951- upstream release
952- drop rpm-pgsql-8.0.0.patch
953- add Requires: perl-DBD-Pg for contrib
954- add postgresql-8.1.4-Pg.patch.gz
955- update nls patches
956- new JDBC driver
957
958* Sat Mar 18 2006 Shu KONNO <owa@bg.wakwak.com> 8.0.3-0vl4
959- added build options --without perl, --without python
960- rebuilt for x86_64 architecture support
961
962* Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl3
963- drop Provides: on postgresql-libs
964- drop Requires: libpq.so on postgresql-server
965
966* Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl2
967- change SONAME -- Provides: libpq.so.4 libpq.so.4.0 libpq.so
968
969* Thu May 26 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl1
970- upstream release
971- update nls patches
972
973* Fri Apr 22 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.2-0vl1
974- upstream release
975- update nls patches
976
977* Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl3
978- rebuilded with python-2.4.1-0vl1
979
980* Sat Mar 26 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl2
981- Dropped PyGreSQL-3.4.tgz.
982- Dropped PyGreSQL-3.4-setup-2.patch.
983- Dropped plpython.so in postgresql-server, because it's exist in postgresql-pl.
984- Dropped pyver and pynextver macros.
985- Changed macro name "python" to "plpython" like plperl.
986- Added "Obsoletes: postgresql-python"
987
988* Fri Feb 18 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.1-0vl1
989- Major version up
990- Obsoletes: postgresql7
991- update nls patch(es)
992- modify %postun not to delete postgres account on upgrade
993
994* Thu Jan 27 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.0-0vl1
995- upstream release (release as a new package)
996- Conflicts: postgresql
997- update nls patch(es)
998- (this package revision was rejected by Vine Project)
999
1000* Sat Dec 04 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.6-0vl2
1001- upstream release
1002- new JDBC driver
1003- add BuildRequires: bison, flex, pam-devel
1004- drop postgresql-7.4.5-tempfile.patch (repaired)
1005
1006* Thu Nov 18 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 7.4.5-0vl2
1007- Added a security fix patch postgresql-7.4.5-tempfile.patch
1008  from Gentoo Linux (CAN-2004-0977).
1009- Changed Patch4:
1010  from PyGreSQL-3.4-setup-2.patch into PyGreSQL-3.4-setup-2.patch
1011  It is possible to compile this package without pre-installed postgresql.
1012- Removed Patch5 because Patch4 was changed.
1013
1014* Tue Aug 24 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.5-0vl1
1015- upstream release
1016
1017* Mon Jun 21 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.3-0vl1
1018- upstream release
1019- new jdbc driver
1020
1021* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl3
1022- rebuild with python-2.3.3-0vl1
1023
1024* Tue Apr 13 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.3
1025- changed mode to 644 at Makefile.global, Makefile.shlib
1026
1027* Mon Apr 12 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.2
1028- updated python install section
1029
1030* Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.1
1031- added PyGreSQL-3.4.tgz and set python flag
1032- added PyGreSQL-3.4-setup.patch
1033- added PyGreSQL-3.4-pgmodule.patch
1034- rebuilded with python-2.3.3-0vl0.3 (for TestPkg)
1035
1036* Sun Mar 28 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.4.2-0vl2
1037- rebuild with new openssl
1038
1039* Wed Mar 17 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.2-0vl1
1040- upstream release
1041- change all of %{?foo:%define foo 0} -like descriptions to simple
1042  %define format for latest rpm to build.
1043
1044* Sat Feb 14 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl3
1045- rebuild on latest tcl package environment.
1046
1047* Wed Feb 11 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl2
1048- fixed lacking files at server's %files
1049
1050* Fri Dec 05 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl2
1051- include JDBC driver for 7.4
1052- fix typo in postgresql-7.4-psql-patch
1053
1054* Thu Nov 20 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl1
1055- upstream release
1056- change '--includedir=' option to avoid conflicting with unixODBC
1057- add postgresql-7.4-ecpg-patch
1058
1059* Wed Sep 10 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.4-0vl1
1060- upstream release
1061
1062* Wed Jul 23 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl2
1063- drop previous version of libpq's trash
1064
1065* Wed May 28 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl1
1066- upstream release with new nls patch
1067- fix postgresql-bashprofile (value of PGDATA)
1068- fix postgresql-init for Japanese-specific use (-E EUC_JP --no-locale)
1069
1070* Wed Apr 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 7.3.2-0vl2
1071- rebuild with tcltk8.4 and readline-4.3
1072
1073* Fri Mar 07 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.2-0vl1
1074- upstream release
1075
1076* Wed Dec 25 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3.1-0vl1
1077- upstream release
1078- remove garbage changelog
1079
1080* Mon Dec 23 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3-0vl1
1081- upstream release based on 7.3-2PGDG
1082- add nls patch
1083
1084* Thu Dec 05 2002 Lamar Owen <lamar.owen@ramifordistat.net>
1085- 7.3-2PGDG
1086- Fix typo in initscript.  Argh!!
1087
1088* Wed Dec 04 2002 Lamar Owen <lamar.owen@ramifordistat.net>
1089- 7.3-0.5PGDG
1090- Jerk out all perl client stuff and kludgage
1091- Rename plperl subpackage to a pl subpackage containing all but PL/Pgsql PL's
1092- Eliminate locale and multibyte explicit enables -- they are both defaults now
1093- Eliminate pgaccess code; it's not a part of the main tarball anymore
1094- Eliminate ODBC stuff -- it's also separate now.  Use unixODBC instead.
1095- Eliminated separate tk client package -- rolled the tk client into the tcl client.
1096- Moved pltcl into the pl subpackage.
1097- Added plpython to the pl subpackage.
1098- /etc/sysconfig/pgsql is sysconfdir for multiple postmaster startup.
1099
1100* Mon Dec 02 2002 Lamar Owen <lamar.owen@ramifordistat.net>
1101- 7.3-0.1PGDG (not released)
1102- Integrate 7.3 jar's courtesy Joe Conway
1103- Integrate multi-postmaster initscript courtesy Karl DeBisschop
1104- Some renames and restructures.
1105- Stripped out the last dregs of the postgresql-dump migration script.
1106- Conflicts with less than 7.3.
1107
1108- (See below for old changelogs from VineSeed)
1109
1110* Fri Oct 04 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.3-0vl1
1111- updated to 7.2.3.
1112
1113* Tue Sep 10 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl3
1114- absorbed previous patch8 into original nlspatch
1115- fixed configure options (--enable-nls and --enable-locale to be antinomy)
1116
1117* Fri Aug 30 2002 Shoji Matsumoto <shom@vinelinux.org> 7.2.2-0vl2
1118- add patch8 (ja.po for psql was invalid)
1119
1120* Thu Aug 29 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl1
1121- updated to 7.2.2.
1122- improved nlspatch to enable japanese SQL help in psql.
1123
1124* Sat Jul 06 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl3
1125- fixed garbage chars in description(ja).
1126
1127* Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl2
1128- imported & replaced changelog (following VineSeed's).
1129  add some stuff to '%%files'.
1130
1131* Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl1
1132- Modified for Vine Linux 2.5. Originaly from RHL 7.2.1-5, adding
1133  nls patch, pg_dump patch, date_part patch by Jun Kuwamura
1134
1135* Thu May 23 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
1136- replace nls patch.
1137- add *.mo to '%%files'.
1138
1139* Mon Mar 04 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
1140- fix initscript
1141
1142* Sun Mar 03 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
1143- add /usr/bin/pg_id to the package (fix)
1144
1145* Fri Mar 01 2002 Satoshi MACHINO <machino@vinelinux.org> 7.2-0vl1
1146- updated 7.2
1147- added nls.patch
1148- fixed spec file
1149- added New JDBC
1150-- pgjdbc1.jar(for JDK1.1.x), pgjdbc2(for Java2)
1151
1152* Sat Sep 22 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.3-4vl1
1153- updated 7.1.3
1154
1155* Tue Aug 21 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
1156- 7.1.2-7vl3
1157- merge 7.1.2-7vl2 and 7.1.2-7
1158
1159* Sun Aug 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
1160- 7.1.2-7vl2
1161- fixed spec typo (%%{_includesir} -> %%{_includedir})
1162
1163* Tue Aug 14 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.2-7vl1
1164- updated 7.1.2 (used postgresql-7.1.2-7)
1165- used psqlj patch for 7.1.2
1166- used jumbo-20010801.patch.gz
1167
1168* Mon Aug  6 2001 Trond Eivind Glomsr <teg@redhat.com> 7.1.2-7
1169- Add patches from 7.1-stable branch. This should fix #50799 and #50797
1170- Enable kerberos authentication (#50644)
1171- handle stop with stale pid file (#50499)
1172- make the test subpackage (not built by default) own /usr/lib/pgsql/test
1173
1174* Mon Jul  9 2001 Trond Eivind Glomsr <teg@redhat.com>
1175- Make the -devel subpackage depend on -libs, not the main package
1176
1177* Tue Jun 19 2001 Trond Eivind Glomsr <teg@redhat.com>
1178- Make sure the python subpackage depends on mx - otherwise, you'd get an error when importing
1179
1180* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1181- add changes for s390x
1182
1183* Fri Jun 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1184- Many path fixes for contrib packages
1185- Newer intarray
1186- Don't use nested ifs for tkpkg/pgaccess
1187- Turn off test package for Red Hat Linux - it makes most sense just to use
1188  this during development
1189- One "pgacess" -> "pgaccess"
1190
1191* Wed Jun 13 2001 Lamar Owen <lamar.owen@wgcr.org> <lamar@postgresql.org>
1192- -4PGDG
1193- patchset update for pg_regress.sh
1194- can the dot in the release -- confused too many people and some programs.
1195- -3.PGDG
1196- updated README.rpm-dist
1197- updated patch to 7.1.2, fixing some places where /usr/share/pgsql
1198  was still being used where /usr/lib/pgsql was intended.
1199- PGLIB now set to /usr/lib/pgsql -- initdb doesn't use it to find the bki's.
1200
1201* Tue Jun 12 2001 Trond Eivind Glomsr <teg@redhat.com>
1202- sync
1203- Run chkconfig --add on server install
1204- Move the prereqs on useradd on chkconfig to the server package
1205- don't disable the %%clean section
1206
1207* Sat Jun 09 2001 Lamar Owen <lamar.owen@wgcr.org>
1208- Sync up with Trond Eivind's set.
1209
1210* Thu Jun  7 2001 Trond Eivind Glomsr <teg@redhat.com>
1211- Don't create postgres' .bashrc from the server post script: include it instead
1212- Move the test packages from /usr/share/pgsql to /usr/lib/pgsql
1213- Move the symlinks libpq.so, libecpg.so, libpq++.so and libpgeasy.so to the devel subpackage from
1214  libs
1215- Source the i18n data from the .bashrc instead of in the initscript
1216
1217* Mon May 28 2001 Trond Eivind Glomsr <teg@redhat.com>
1218- Handle i18n for database startup - backend needs to have the same locale everytime,
1219  but this certainly can't be hardcoded to C either
1220- Fix stop, restart in initscript (#42217)
1221- Make database init _much_ less verbose
1222- other minor fixes to the initscript
1223
1224* Fri May 25 2001 Trond Eivind Glomsr <teg@redhat.com>
1225- 7.1.2
1226
1227* Thu May 24 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1228- 7.1.2-0.1.1.PGDG PRERELEASE
1229- Changed versioning and release numbering a little for better flexibility,
1230-- particularly for distribution packagers.
1231- Release numbering comment at top of spec, where it's more useful.
1232- Trimmed changelog to 7.1.x. See the last 7.0.3's specfile for the 7.0
1233  changlog, and the last 6.5.3's specfile for the changelog prior to
1234  7.0.
1235
1236* Sun May 20 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1237- 7.1.1-4.PGDG
1238- _really_ got Python version agnosticism working.
1239
1240* Sat May 19 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1241- 7.1.1-3.PGDG Release
1242- Python version agnosticism.....
1243
1244* Tue May 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1245- Use openssl
1246- Make it obsolete subpackages if they aren't built
1247
1248* Mon May 14 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1249- 7.1.1-2.PGDG Release.
1250- Appended .PGDG to release string to differentiate our RPM set from the others.
1251- /bin/sh fix in initscript
1252- README.rpm-dist updates.
1253
1254* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 7.1.1-0.7
1255- Rebuild with new readline
1256
1257* Thu May 10 2001 Trond Eivind Glomsr <teg@redhat.com>
1258- Initial 7.1.1
1259
1260* Mon May  7 2001 Trond Eivind Glomsr <teg@redhat.com>
1261- Specify shell when running commands through su in the initscript, to avoid problems
1262  when people switch the postgres user to use tcsh
1263
1264* Thu Apr 19 2001 Trond Eivind Glomsr <teg@redhat.com>
1265- JDBC driver for Postgresql 7.1
1266
1267* Sun Apr 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1268- slightly different versioning scheming, will go back to the official
1269  later when I'm sure the package is ready to use
1270
1271* Fri Apr 13 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1272- 7.1 RELEASE
1273- 7.1-1 RPM RELEASE
1274- Change to COPTS -- strip out -ffastmath -- Considered Harmful.
1275- Back to old versioning scheme, kept teg's other fixes.
1276- README.rpm-dist updated.
1277- PGVERSION updated all-around (hopefully!)
1278- Couple of fixes from Peter E.
1279- Rearrange dependencies -- only the -libs subpackage is required for most stuff
1280- Removed broken and confusing logrotate script.
1281
1282* Mon Apr  9 2001 Trond Eivind Glomsr <teg@redhat.com>
1283- chown considered harmful - removed
1284- fix dangling symlimks (pg_crc.c)
1285- libpq.so changes for maximum compatiblity
1286- different versioning scheme, to avoid trouble later
1287- remove temporary perl file from the file list
1288- fix spelling error in tcl description
1289- mark odbcinst.ini as a config file
1290- use %%defattr on packages which didn't have it
1291
1292* Sat Apr 07 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1293- Integrated the PL/Perl stuff from Karl DeBisschop --conditional.
1294- Packaging reorg: added contrib and docs subpackages.
1295- Removed sgml source docs from main package --> docs subpackage.
1296- Removed contrib tree from main package --> contrib subpackage.
1297- Contrib tree is now prebuilt -- HOWEVER, very little install work is
1298  currently done with this.
1299
1300* Fri Apr 06 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1301- Quickie RC3.  There will be a 7.1RC3-2 shortly with other stuff.
1302
1303* Tue Apr 03 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1304- RC2
1305- eliminate versioning information for ancilliary files in prep for CVS.
1306- Fix docs mixup.
1307
1308* Tue Mar 27 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1309- RC1 quickie.
1310
1311* Tue Mar 20 2001 Lamar Owen <lamar@postgresql.org>
1312- Beta 6 initial build.
1313- Use make install-all-headers instead of cpio hack for devel headers.
1314- Split out the libs into the libs subpackage.
1315- Updated initscript to use pg_ctl to stop
1316- Updated initscript to initdb and start postmaster with LC_ALL=C to
1317  prevent index corruption.
1318
1319
1320* Sun Jan 28 2001 Lamar Owen <lamar@postgresql.org>
1321- Beta4
1322- Return to 'pgsql' directories instead of 'postgresql'
1323- Better perl patches.
1324
1325* Mon Jan 15 2001 Lamar Owen <lamar@postgresql.org>
1326- Edit patches to get rid of some cruft.
1327- Eliminate some more pre-7.1 specfile baggage that is no longer necessary.
1328- Moved pg_id to server
1329- added Makefile.global and pg_config to devel
1330- Corrected /usr/include/pgsql to /usr/include/postgresql
1331- Fixed some configure options.  Will be trying the configure macro next release
1332- Since it is terminally ill in this version pg_upgrade is _gone_.
1333- Thanks to Peter E for a good review.
1334
1335* Sun Jan 14 2001 Lamar Owen <lamar@postgresql.org>
1336- Running regression. 1 on the release-o-meter.
1337- Minor patches to get regression running right. 
1338- Initscript tweaking -- the old test for a database structure fails with 7.1's new structure.
1339
1340* Sat Jan 13 2001 Lamar Owen <lamar@postgresql.org>
1341- Perl 5 needs to be built with PREFIX set on the Makefile, not GNUmakefile....
1342- The 7.1 build is different from the 7.0 build -- see the configure line.
1343- NOTE: many files that used to be in /usr/share/postgresql are now in /usr/share/postgresql!
1344- by request, conditional packages are now supported. See the top of the spec.
1345- Fixed the server postinstall problems.
1346
1347* Mon Jan 08 2001 Lamar Owen <lamar@postgresql.org>
1348- First 7.1 beta test-build
1349
Note: See TracBrowser for help on using the repository browser.