Provide script and instructions for building the documentation PDF
This commit is contained in:
parent
8d21c7a170
commit
63cfa0eb28
@ -53,7 +53,7 @@ Summary: PostgreSQL client programs
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 8.4
|
%global majorversion 8.4
|
||||||
Version: 8.4.2
|
Version: 8.4.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# PostgreSQL calls their license simplified BSD, but the requirements are
|
# PostgreSQL calls their license simplified BSD, but the requirements are
|
||||||
# more similar to other MIT licenses.
|
# more similar to other MIT licenses.
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -63,6 +63,8 @@ Url: http://www.postgresql.org/
|
|||||||
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
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
|
# The PDF file is generated by generate-pdf.sh, which see for comments
|
||||||
Source1: postgresql-%{version}-US.pdf
|
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
|
Source3: postgresql.init
|
||||||
Source4: Makefile.regress
|
Source4: Makefile.regress
|
||||||
Source5: pg_config.h
|
Source5: pg_config.h
|
||||||
@ -697,6 +699,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
with oom_adj -17. This compensates for the OOM killer not being smart about
|
||||||
|
Loading…
Reference in New Issue
Block a user