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

Revision 7612, 41.1 KB checked in by iwaim, 11 years ago (diff)

postgresql 9.0.12-1

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