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

Revision 521, 41.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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