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

Revision 5842, 40.7 KB checked in by daisuke, 12 years ago (diff)

postgresql:

  • update to 9.0.7
  • move euc2004_sjis2004.so from -contrib to -server (BTS:1266)
  • remove *_and_*.so from -contrib (included in -server)
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}.7
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/auto_explain.so
558%{_libdir}/postgresql/autoinc.so
559%{_libdir}/postgresql/btree_gin.so
560%{_libdir}/postgresql/btree_gist.so
561%{_libdir}/postgresql/chkpass.so
562%{_libdir}/postgresql/citext.so
563%{_libdir}/postgresql/cube.so
564%{_libdir}/postgresql/dblink.so
565%{_libdir}/postgresql/dict_int.so
566%{_libdir}/postgresql/dict_xsyn.so
567%{_libdir}/postgresql/earthdistance.so
568%{_libdir}/postgresql/fuzzystrmatch.so
569%{_libdir}/postgresql/hstore.so
570%{_libdir}/postgresql/insert_username.so
571%{_libdir}/postgresql/libpqwalreceiver.so
572%{_libdir}/postgresql/isn.so
573%{_libdir}/postgresql/lo.so
574%{_libdir}/postgresql/ltree.so
575%{_libdir}/postgresql/moddatetime.so
576%{_libdir}/postgresql/pageinspect.so
577%{_libdir}/postgresql/passwordcheck.so
578%{_libdir}/postgresql/pg_buffercache.so
579%{_libdir}/postgresql/pg_freespacemap.so
580%{_libdir}/postgresql/pg_stat_statements.so
581%{_libdir}/postgresql/pg_trgm.so
582%{_libdir}/postgresql/pg_upgrade_support.so
583%{_libdir}/postgresql/pgcrypto.so
584%{_libdir}/postgresql/pgrowlocks.so
585%{_libdir}/postgresql/pgstattuple.so
586%{_libdir}/postgresql/plpgsql.so
587%{_libdir}/postgresql/refint.so
588%{_libdir}/postgresql/seg.so
589%{_libdir}/postgresql/sslinfo.so
590%{_libdir}/postgresql/tablefunc.so
591%{_libdir}/postgresql/test_parser.so
592%{_libdir}/postgresql/timetravel.so
593%{_libdir}/postgresql/tsearch2.so
594%{_libdir}/postgresql/unaccent.so
595%{_datadir}/pgsql/contrib/
596%{_bindir}/oid2name
597%{_bindir}/pgbench
598%{_bindir}/vacuumlo
599
600%files libs -f libpq5-%{pgver}.lang
601%defattr(-,root,root)
602%{_libdir}/libecpg.so.*
603%{_libdir}/libecpg_compat.so.*
604%{_libdir}/libpgtypes.so.*
605%{_libdir}/libpq.so.*
606
607%files server -f server.lst
608%defattr(-,root,root)
609%{_sysconfdir}/rc.d/init.d/postgresql
610%dir %{_sysconfdir}/sysconfig/pgsql
611%{_bindir}/initdb
612%{_bindir}/pg_controldata
613%{_bindir}/pg_ctl
614%{_bindir}/pg_resetxlog
615%{_bindir}/pg_standby
616%{_bindir}/postgres
617%{_bindir}/postmaster
618%{_mandir}/man1/initdb.*
619##{_mandir}/man1/ipcclean.*
620%{_mandir}/man1/pg_controldata.*
621%{_mandir}/man1/pg_ctl.*
622%{_mandir}/man1/pg_resetxlog.*
623%{_mandir}/man1/postgres.*
624%{_mandir}/man1/postmaster.*
625%{_libdir}/postgresql/dict_snowball.so
626%{_libdir}/postgresql/plpgsql.so
627%{_libdir}/postgresql/*_and_*.so
628%{_libdir}/postgresql/euc2004_sjis2004.so
629%{_datadir}/pgsql/*.sql
630%{_datadir}/pgsql/postgres.bki
631%{_datadir}/pgsql/postgres.description
632%{_datadir}/pgsql/postgres.shdescription
633%{_datadir}/pgsql/*.sample
634%{_datadir}/pgsql/sql_features.txt
635%{_datadir}/pgsql/timezone
636%{_datadir}/pgsql/timezonesets
637%{_datadir}/pgsql/tsearch_data
638%dir %{_libdir}/postgresql
639%dir %{_datadir}/pgsql
640%attr(700,postgres,postgres) %dir /var/lib/pgsql
641%attr(700,postgres,postgres) %dir /var/lib/pgsql/data
642%attr(700,postgres,postgres) %dir /var/lib/pgsql/backups
643%attr(644,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
644
645%files devel -f devel.lst
646%defattr(-,root,root)
647%{_includedir}/*
648%{_bindir}/ecpg
649%{_bindir}/pg_config
650%{_libdir}/libecpg.a
651%{_libdir}/libecpg.so
652%{_libdir}/libecpg_compat.a
653%{_libdir}/libecpg_compat.so
654%{_libdir}/libpgport.a
655%{_libdir}/libpgtypes.a
656%{_libdir}/libpgtypes.so
657%{_libdir}/libpq.a
658%{_libdir}/libpq.so
659%{_libdir}/postgresql/pgxs/*
660%{_mandir}/man1/ecpg.*
661%{_mandir}/man1/pg_config.*
662
663%if %tcl
664%files tcl -f tcl.lst
665%defattr(-,root,root)
666%endif
667
668%if %pls
669%files pl -f pl.lst
670%defattr(-,root,root)
671%if %plperl
672%{_libdir}/postgresql/plperl.so
673%endif
674%if %pltcl
675%{_libdir}/postgresql/pltcl.so
676%{_bindir}/pltcl_delmod
677%{_bindir}/pltcl_listmod
678%{_bindir}/pltcl_loadmod
679%{_datadir}/pgsql/unknown.pltcl
680%endif
681%if %plpython
682%{_libdir}/postgresql/plpython.so
683%{_libdir}/postgresql/plpython2.so
684%endif
685%endif
686
687%if %test
688%files test
689%defattr(-,postgres,postgres)
690%attr(-,postgres,postgres) %{_libdir}/postgresql/test/*
691%attr(-,postgres,postgres) %dir %{_libdir}/postgresql/test
692%endif
693
694%changelog
695* Tue Mar 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.7-1
696- new upstream release
697- move euc2004_sjis2004.so from -contrib to -server (BTS:1266)
698- remove *_and_*.so from -contrib (included in -server)
699
700* Sat Apr 23 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.4-1
701- updated postgresql to 9.0.4
702
703* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.3-1
704- updated postgresql to 9.0.3
705- separated postgresql-jdbc package
706
707* Thu Feb 03 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.7-1
708- updated postgresql to 8.4.7 (contains a variety of fixes)
709
710* Sat Jan 29 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.6-1
711- updated postgresql to 8.4.6
712- updated JDBC2 driver to postgresql-8.3-606.{jdbc2,jdbc2ee}.jar
713- updated JDBC3 driver to postgresql-8.4-702.jdbc3.jar
714- updated JDBC4 driver to postgresql-8.4-702.jdbc4.jar
715
716* Thu Jan 13 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.5-2
717- rebuilt with openssl-1.0.0c
718
719* Thu Oct 07 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.5-1
720- updated postgresql to 8.4.5
721
722* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.4-1
723- updated postgresql to 8.4.4
724
725* Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.3-1
726- updated postgresql to 8.4.3
727- s/BuildPrereq/Buildrequires/
728
729* Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.2-1
730- updated postgresql to 8.4.2
731- rebuilt with new environment
732
733* Thu Sep 10 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.1-1
734- updated postgresql to 8.4.1
735
736* Fri Aug 21 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-2
737- moved dict_snowball.so from conrib to server
738
739* Tue Jul 07 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-1
740- updated postgresql to 8.4.0
741- updated jdbc3,4 to 701
742- dropt postgresql-8.3.3-nls.patch (fixed)
743- dropt postgresql-7.4-ecpg-patch (no effect)
744
745* Sat Apr 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.3.7-2
746- changed libs Group to System Environment/Libraries
747
748* Sun Apr 12 2009 Shu KONNO <owa@bg.wakwak.com> 8.3.7-1
749- updated postgresql to 8.3.7
750
751* Sun Jan 25 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-2
752- remove "-E EUC_JP --no-locale" option from initdb in postgresql.init
753
754* Thu Jan 22 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-1
755- new upstream release (postgresql to 8.3.5, jdbc to 604)
756
757* Sat Jul 05 2008 Shu KONNO <owa@bg.wakwak.com> 8.3.3-1vl5
758- applied new versioning policy, and spec in utf-8
759- updated postgresql to 8.3.3
760- updated jdbcver to 603
761- added postgresql-8.3.3-nls.patch instead of postgresql-8.2.0-nls.patch.gz
762- added a script to replace PGVERSION in postgresql.init
763
764* Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl2
765- rebuild with tcl/tk-8.4.18
766
767* Tue Jan 08 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl1
768- updated postgresql to 8.2.6
769- included security fixes: CVE-{2007-6600, 2007-4772, 2007-6067, 2007-4769, 2007-6601}
770
771* Tue Oct 16 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl3
772- updated PGVERSION to 8.2 in postgresql.init (sorry;)
773
774* Tue Oct 09 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl2
775- rebuild with tcl/tk-8.4.16
776
777* Wed Sep 19 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl1
778- updated postgresql to 8.2.5
779- updated jdbc driver to 8.2-506, and added 8.2-506.jdbc4.jar
780- updated nls-patch to 8-2-0
781- dropt postgresql-8.1.4-Pg.patch.gz
782
783* Wed Sep 19 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 8.1.10-0vl1
784- for VineSeed
785- updated to 8.1.10 (8.1.9 and up has fixes for CVE-2007-2138)
786- JDBC driver updated to 410
787
788* Sun Jul  1 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.1.5-0vl1
789- rebuilt for VineSeed
790- fixed install script
791
792* Thu Nov 23 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.5-0vl0
793- upstream release
794- fix missing %defattr in %files server
795
796* Fri Sep 15 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl2
797- fix version number in postgresql.init
798
799* Tue Sep 12 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl1
800- upstream release
801- drop rpm-pgsql-8.0.0.patch
802- add Requires: perl-DBD-Pg for contrib
803- add postgresql-8.1.4-Pg.patch.gz
804- update nls patches
805- new JDBC driver
806
807* Sat Mar 18 2006 Shu KONNO <owa@bg.wakwak.com> 8.0.3-0vl4
808- added build options --without perl, --without python
809- rebuilt for x86_64 architecture support
810
811* Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl3
812- drop Provides: on postgresql-libs
813- drop Requires: libpq.so on postgresql-server
814
815* Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl2
816- change SONAME -- Provides: libpq.so.4 libpq.so.4.0 libpq.so
817
818* Thu May 26 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl1
819- upstream release
820- update nls patches
821
822* Fri Apr 22 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.2-0vl1
823- upstream release
824- update nls patches
825
826* Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl3
827- rebuilded with python-2.4.1-0vl1
828
829* Sat Mar 26 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl2
830- Dropped PyGreSQL-3.4.tgz.
831- Dropped PyGreSQL-3.4-setup-2.patch.
832- Dropped plpython.so in postgresql-server, because it's exist in postgresql-pl.
833- Dropped pyver and pynextver macros.
834- Changed macro name "python" to "plpython" like plperl.
835- Added "Obsoletes: postgresql-python"
836
837* Fri Feb 18 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.1-0vl1
838- Major version up
839- Obsoletes: postgresql7
840- update nls patch(es)
841- modify %postun not to delete postgres account on upgrade
842
843* Thu Jan 27 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.0-0vl1
844- upstream release (release as a new package)
845- Conflicts: postgresql
846- update nls patch(es)
847- (this package revision was rejected by Vine Project)
848
849* Fri Dec 04 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.6-0vl2
850- upstream release
851- new JDBC driver
852- add BuildRequires: bison, flex, pam-devel
853- drop postgresql-7.4.5-tempfile.patch (repaired)
854
855* Thu Nov 18 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 7.4.5-0vl2
856- Added a security fix patch postgresql-7.4.5-tempfile.patch
857  from Gentoo Linux (CAN-2004-0977).
858- Changed Patch4:
859  from PyGreSQL-3.4-setup-2.patch into PyGreSQL-3.4-setup-2.patch
860  It is possible to compile this package without pre-installed postgresql.
861- Removed Patch5 because Patch4 was changed.
862
863* Tue Aug 24 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.5-0vl1
864- upstream release
865
866* Mon Jun 21 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.3-0vl1
867- upstream release
868- new jdbc driver
869
870* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl3
871- rebuild with python-2.3.3-0vl1
872
873* Tue Apr 13 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.3
874- changed mode to 644 at Makefile.global, Makefile.shlib
875
876* Mon Apr 12 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.2
877- updated python install section
878
879* Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.1
880- added PyGreSQL-3.4.tgz and set python flag
881- added PyGreSQL-3.4-setup.patch
882- added PyGreSQL-3.4-pgmodule.patch
883- rebuilded with python-2.3.3-0vl0.3 (for TestPkg)
884
885* Sun Mar 28 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.4.2-0vl2
886- rebuild with new openssl
887
888* Wed Mar 17 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.2-0vl1
889- upstream release
890- change all of %{?foo:%define foo 0} -like descriptions to simple
891  %define format for latest rpm to build.
892
893* Sat Feb 14 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl3
894- rebuild on latest tcl package environment.
895
896* Wed Feb 11 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl2
897- fixed lacking files at server's %files
898
899* Fri Dec 05 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl2
900- include JDBC driver for 7.4
901- fix typo in postgresql-7.4-psql-patch
902
903* Thu Nov 20 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl1
904- upstream release
905- change '--includedir=' option to avoid conflicting with unixODBC
906- add postgresql-7.4-ecpg-patch
907
908* Wed Sep 10 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.4-0vl1
909- upstream release
910
911* Wed Jul 23 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl2
912- drop previous version of libpq's trash
913
914* Wed May 28 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl1
915- upstream release with new nls patch
916- fix postgresql-bashprofile (value of PGDATA)
917- fix postgresql-init for Japanese-specific use (-E EUC_JP --no-locale)
918
919* Wed Apr 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 7.3.2-0vl2
920- rebuild with tcltk8.4 and readline-4.3
921
922* Fri Mar 07 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.2-0vl1
923- upstream release
924
925* Wed Dec 25 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3.1-0vl1
926- upstream release
927- remove garbage changelog
928
929* Mon Dec 23 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3-0vl1
930- upstream release based on 7.3-2PGDG
931- add nls patch
932
933* Thu Dec 05 2002 Lamar Owen <lamar.owen@ramifordistat.net>
934- 7.3-2PGDG
935- Fix typo in initscript.  Argh!!
936
937* Wed Dec 04 2002 Lamar Owen <lamar.owen@ramifordistat.net>
938- 7.3-0.5PGDG
939- Jerk out all perl client stuff and kludgage
940- Rename plperl subpackage to a pl subpackage containing all but PL/Pgsql PL's
941- Eliminate locale and multibyte explicit enables -- they are both defaults now
942- Eliminate pgaccess code; it's not a part of the main tarball anymore
943- Eliminate ODBC stuff -- it's also separate now.  Use unixODBC instead.
944- Eliminated separate tk client package -- rolled the tk client into the tcl client.
945- Moved pltcl into the pl subpackage.
946- Added plpython to the pl subpackage.
947- /etc/sysconfig/pgsql is sysconfdir for multiple postmaster startup.
948
949* Mon Dec 02 2002 Lamar Owen <lamar.owen@ramifordistat.net>
950- 7.3-0.1PGDG (not released)
951- Integrate 7.3 jar's courtesy Joe Conway
952- Integrate multi-postmaster initscript courtesy Karl DeBisschop
953- Some renames and restructures.
954- Stripped out the last dregs of the postgresql-dump migration script.
955- Conflicts with less than 7.3.
956
957- (See below for old changelogs from VineSeed)
958
959* Wed Oct 04 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.3-0vl1
960- updated to 7.2.3.
961
962* Wed Sep 10 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl3
963- absorbed previous patch8 into original nlspatch
964- fixed configure options (--enable-nls and --enable-locale to be antinomy)
965
966* Tue Aug 30 2002 Shoji Matsumoto <shom@vinelinux.org> 7.2.2-0vl2
967- add patch8 (ja.po for psql was invalid)
968
969* Wed Aug 29 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl1
970- updated to 7.2.2.
971- improved nlspatch to enable japanese SQL help in psql.
972
973* Wed Jul 06 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl3
974- fixed garbage chars in description(ja).
975
976* Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl2
977- imported & replaced changelog (following VineSeed's).
978  add some stuff to '%%files'.
979
980* Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl1
981- Modified for Vine Linux 2.5. Originaly from RHL 7.2.1-5, adding
982  nls patch, pg_dump patch, date_part patch by Jun Kuwamura
983
984* Thu May 23 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
985- replace nls patch.
986- add *.mo to '%%files'.
987
988* Mon Mar 04 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
989- fix initscript
990
991* Sun Mar 03 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
992- add /usr/bin/pg_id to the package (fix)
993
994* Sat Mar 01 2002 Satoshi MACHINO <machino@vinelinux.org> 7.2-0vl1
995- updated 7.2
996- added nls.patch
997- fixed spec file
998- added New JDBC
999-- pgjdbc1.jar(for JDK1.1.x), pgjdbc2(for Java2)
1000
1001* Sat Sep 22 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.3-4vl1
1002- updated 7.1.3
1003
1004* Tue Aug 21 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
1005- 7.1.2-7vl3
1006- merge 7.1.2-7vl2 and 7.1.2-7
1007
1008* Sun Aug 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
1009- 7.1.2-7vl2
1010- fixed spec typo (%%{_includesir} -> %%{_includedir})
1011
1012* Tue Aug 14 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.2-7vl1
1013- updated 7.1.2 (used postgresql-7.1.2-7)
1014- used psqlj patch for 7.1.2
1015- used jumbo-20010801.patch.gz
1016
1017* Mon Aug  6 2001 Trond Eivind Glomsr <teg@redhat.com> 7.1.2-7
1018- Add patches from 7.1-stable branch. This should fix #50799 and #50797
1019- Enable kerberos authentication (#50644)
1020- handle stop with stale pid file (#50499)
1021- make the test subpackage (not built by default) own /usr/lib/pgsql/test
1022
1023* Mon Jul  9 2001 Trond Eivind Glomsr <teg@redhat.com>
1024- Make the -devel subpackage depend on -libs, not the main package
1025
1026* Tue Jun 19 2001 Trond Eivind Glomsr <teg@redhat.com>
1027- Make sure the python subpackage depends on mx - otherwise, you'd get an error when importing
1028
1029* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1030- add changes for s390x
1031
1032* Fri Jun 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1033- Many path fixes for contrib packages
1034- Newer intarray
1035- Don't use nested ifs for tkpkg/pgaccess
1036- Turn off test package for Red Hat Linux - it makes most sense just to use
1037  this during development
1038- One "pgacess" -> "pgaccess"
1039
1040* Wed Jun 13 2001 Lamar Owen <lamar.owen@wgcr.org> <lamar@postgresql.org>
1041- -4PGDG
1042- patchset update for pg_regress.sh
1043- can the dot in the release -- confused too many people and some programs.
1044- -3.PGDG
1045- updated README.rpm-dist
1046- updated patch to 7.1.2, fixing some places where /usr/share/pgsql
1047  was still being used where /usr/lib/pgsql was intended.
1048- PGLIB now set to /usr/lib/pgsql -- initdb doesn't use it to find the bki's.
1049
1050* Tue Jun 12 2001 Trond Eivind Glomsr <teg@redhat.com>
1051- sync
1052- Run chkconfig --add on server install
1053- Move the prereqs on useradd on chkconfig to the server package
1054- don't disable the %%clean section
1055
1056* Sat Jun 09 2001 Lamar Owen <lamar.owen@wgcr.org>
1057- Sync up with Trond Eivind's set.
1058
1059* Thu Jun  7 2001 Trond Eivind Glomsr <teg@redhat.com>
1060- Don't create postgres' .bashrc from the server post script: include it instead
1061- Move the test packages from /usr/share/pgsql to /usr/lib/pgsql
1062- Move the symlinks libpq.so, libecpg.so, libpq++.so and libpgeasy.so to the devel subpackage from
1063  libs
1064- Source the i18n data from the .bashrc instead of in the initscript
1065
1066* Mon May 28 2001 Trond Eivind Glomsr <teg@redhat.com>
1067- Handle i18n for database startup - backend needs to have the same locale everytime,
1068  but this certainly can't be hardcoded to C either
1069- Fix stop, restart in initscript (#42217)
1070- Make database init _much_ less verbose
1071- other minor fixes to the initscript
1072
1073* Fri May 25 2001 Trond Eivind Glomsr <teg@redhat.com>
1074- 7.1.2
1075
1076* Thu May 24 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1077- 7.1.2-0.1.1.PGDG PRERELEASE
1078- Changed versioning and release numbering a little for better flexibility,
1079-- particularly for distribution packagers.
1080- Release numbering comment at top of spec, where it's more useful.
1081- Trimmed changelog to 7.1.x. See the last 7.0.3's specfile for the 7.0
1082  changlog, and the last 6.5.3's specfile for the changelog prior to
1083  7.0.
1084
1085* Sun May 20 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1086- 7.1.1-4.PGDG
1087- _really_ got Python version agnosticism working.
1088
1089* Sat May 19 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1090- 7.1.1-3.PGDG Release
1091- Python version agnosticism.....
1092
1093* Tue May 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1094- Use openssl
1095- Make it obsolete subpackages if they aren't built
1096
1097* Mon May 14 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1098- 7.1.1-2.PGDG Release.
1099- Appended .PGDG to release string to differentiate our RPM set from the others.
1100- /bin/sh fix in initscript
1101- README.rpm-dist updates.
1102
1103* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 7.1.1-0.7
1104- Rebuild with new readline
1105
1106* Thu May 10 2001 Trond Eivind Glomsr <teg@redhat.com>
1107- Initial 7.1.1
1108
1109* Mon May  7 2001 Trond Eivind Glomsr <teg@redhat.com>
1110- Specify shell when running commands through su in the initscript, to avoid problems
1111  when people switch the postgres user to use tcsh
1112
1113* Thu Apr 19 2001 Trond Eivind Glomsr <teg@redhat.com>
1114- JDBC driver for Postgresql 7.1
1115
1116* Sun Apr 15 2001 Trond Eivind Glomsr <teg@redhat.com>
1117- slightly different versioning scheming, will go back to the official
1118  later when I'm sure the package is ready to use
1119
1120* Fri Apr 13 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1121- 7.1 RELEASE
1122- 7.1-1 RPM RELEASE
1123- Change to COPTS -- strip out -ffastmath -- Considered Harmful.
1124- Back to old versioning scheme, kept teg's other fixes.
1125- README.rpm-dist updated.
1126- PGVERSION updated all-around (hopefully!)
1127- Couple of fixes from Peter E.
1128- Rearrange dependencies -- only the -libs subpackage is required for most stuff
1129- Removed broken and confusing logrotate script.
1130
1131* Mon Apr  9 2001 Trond Eivind Glomsr <teg@redhat.com>
1132- chown considered harmful - removed
1133- fix dangling symlimks (pg_crc.c)
1134- libpq.so changes for maximum compatiblity
1135- different versioning scheme, to avoid trouble later
1136- remove temporary perl file from the file list
1137- fix spelling error in tcl description
1138- mark odbcinst.ini as a config file
1139- use %%defattr on packages which didn't have it
1140
1141* Sat Apr 07 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1142- Integrated the PL/Perl stuff from Karl DeBisschop --conditional.
1143- Packaging reorg: added contrib and docs subpackages.
1144- Removed sgml source docs from main package --> docs subpackage.
1145- Removed contrib tree from main package --> contrib subpackage.
1146- Contrib tree is now prebuilt -- HOWEVER, very little install work is
1147  currently done with this.
1148
1149* Fri Apr 06 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1150- Quickie RC3.  There will be a 7.1RC3-2 shortly with other stuff.
1151
1152* Tue Apr 03 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1153- RC2
1154- eliminate versioning information for ancilliary files in prep for CVS.
1155- Fix docs mixup.
1156
1157* Tue Mar 27 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
1158- RC1 quickie.
1159
1160* Tue Mar 20 2001 Lamar Owen <lamar@postgresql.org>
1161- Beta 6 initial build.
1162- Use make install-all-headers instead of cpio hack for devel headers.
1163- Split out the libs into the libs subpackage.
1164- Updated initscript to use pg_ctl to stop
1165- Updated initscript to initdb and start postmaster with LC_ALL=C to
1166  prevent index corruption.
1167
1168
1169* Sun Jan 28 2001 Lamar Owen <lamar@postgresql.org>
1170- Beta4
1171- Return to 'pgsql' directories instead of 'postgresql'
1172- Better perl patches.
1173
1174* Mon Jan 15 2001 Lamar Owen <lamar@postgresql.org>
1175- Edit patches to get rid of some cruft.
1176- Eliminate some more pre-7.1 specfile baggage that is no longer necessary.
1177- Moved pg_id to server
1178- added Makefile.global and pg_config to devel
1179- Corrected /usr/include/pgsql to /usr/include/postgresql
1180- Fixed some configure options.  Will be trying the configure macro next release
1181- Since it is terminally ill in this version pg_upgrade is _gone_.
1182- Thanks to Peter E for a good review.
1183
1184* Sun Jan 14 2001 Lamar Owen <lamar@postgresql.org>
1185- Running regression. 1 on the release-o-meter.
1186- Minor patches to get regression running right. 
1187- Initscript tweaking -- the old test for a database structure fails with 7.1's new structure.
1188
1189* Sat Jan 13 2001 Lamar Owen <lamar@postgresql.org>
1190- Perl 5 needs to be built with PREFIX set on the Makefile, not GNUmakefile....
1191- The 7.1 build is different from the 7.0 build -- see the configure line.
1192- NOTE: many files that used to be in /usr/share/postgresql are now in /usr/share/postgresql!
1193- by request, conditional packages are now supported. See the top of the spec.
1194- Fixed the server postinstall problems.
1195
1196* Mon Jan 08 2001 Lamar Owen <lamar@postgresql.org>
1197- First 7.1 beta test-build
1198
Note: See TracBrowser for help on using the repository browser.