postgresql7-vl.spec 36 KB

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