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

Revision 2494, 41.7 KB checked in by owa, 13 years ago (diff)

rebuilt with openssl-1.0.0c

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