rpms/postgresql/devel postgresql.spec,1.127,1.128

Tom Lane tgl at fedoraproject.org
Wed Jan 20 20:46:00 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/postgresql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22300

Modified Files:
	postgresql.spec 
Log Message:
Provide script and instructions for building the documentation PDF


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/devel/postgresql.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- postgresql.spec	16 Jan 2010 05:40:31 -0000	1.127
+++ postgresql.spec	20 Jan 2010 20:46:00 -0000	1.128
@@ -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 at redhat.com> 8.4.2-5
+- Provide script and instructions for building the documentation PDF
+
 * Mon Jan 11 2010 Tom Lane <tgl at 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



More information about the scm-commits mailing list