Provide script and instructions for building the documentation PDF

This commit is contained in:
Tom Lane 2010-01-20 20:46:00 +00:00
parent 8d21c7a170
commit 63cfa0eb28
1 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 8.4
Version: 8.4.2
Release: 4%{?dist}
Release: 5%{?dist}
# PostgreSQL calls their license simplified BSD, but the requirements are
# more similar to other MIT licenses.
License: MIT
@ -63,6 +63,8 @@ Url: http://www.postgresql.org/
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
# The PDF file is generated by generate-pdf.sh, which see for comments
Source1: postgresql-%{version}-US.pdf
# generate-pdf.sh is not used during RPM build, but include for documentation
Source2: generate-pdf.sh
Source3: postgresql.init
Source4: Makefile.regress
Source5: pg_config.h
@ -697,6 +699,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Wed Jan 20 2010 Tom Lane <tgl@redhat.com> 8.4.2-5
- Provide script and instructions for building the documentation PDF
* Mon Jan 11 2010 Tom Lane <tgl@redhat.com> 8.4.2-4
- Arrange for the postmaster, but not any of its child processes, to be run
with oom_adj -17. This compensates for the OOM killer not being smart about