diff options
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 |