From 8d21c7a1707625d5536a440b2febfd7d48080b6d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 16 Jan 2010 05:40:31 +0000 Subject: Document how to generate PDF doc file. --- postgresql.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'postgresql.spec') diff --git a/postgresql.spec b/postgresql.spec index 058a6ac..933a858 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -61,6 +61,8 @@ Group: Applications/Databases 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 Source3: postgresql.init Source4: Makefile.regress Source5: pg_config.h @@ -69,7 +71,6 @@ Source7: ecpg_config.h Source14: postgresql.pam Source15: postgresql-bashprofile Source16: filter-requires-perl-Pg.sh -Source17: http://www.postgresql.org/docs/manuals/postgresql-8.4.2-US.pdf Patch1: rpm-pgsql.patch Patch2: postgresql-ac-version.patch @@ -278,7 +279,7 @@ system, including regression tests and benchmarks. autoconf -cp -p %{SOURCE17} . +cp -p %{SOURCE1} . %build -- cgit