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

Revision 3679, 41.4 KB checked in by owa, 13 years ago (diff)

rebuild

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