diff options
author | Tom Lane <tgl@fedoraproject.org> | 2010-01-16 05:40:31 +0000 |
---|---|---|
committer | Tom Lane <tgl@fedoraproject.org> | 2010-01-16 05:40:31 +0000 |
commit | 8d21c7a1707625d5536a440b2febfd7d48080b6d (patch) | |
tree | 4c126d555b64c8d4e4792ac1e4b597b4989792d4 /postgresql.spec | |
parent | 8c0b3110102786ff58b48b8739da6068b5348d80 (diff) | |
download | postgresql-setup-8d21c7a1707625d5536a440b2febfd7d48080b6d.tar.gz postgresql-setup-8d21c7a1707625d5536a440b2febfd7d48080b6d.tar.xz postgresql-setup-8d21c7a1707625d5536a440b2febfd7d48080b6d.zip |
Document how to generate PDF doc file.
Diffstat (limited to 'postgresql.spec')
-rwxr-xr-x | postgresql.spec | 5 |
1 files changed, 3 insertions, 2 deletions
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 |