2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-12-18 01:01:30 +00:00

fix name of pdf file

Former-commit-id: 2732f1be4cd90459626aab86ca6194b11171d281
This commit is contained in:
lissav 2012-10-11 17:05:22 +00:00
parent a95480d3ec
commit 8d2edc4047

View File

@ -72,7 +72,7 @@ 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
Source1: postgresql-%{majorversion}-A4.pdf
# generate-pdf.sh is not used during RPM build, but include for documentation
Source2: generate-pdf.sh
Source3: ftp://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2
@ -729,7 +729,7 @@ rm -rf $RPM_BUILD_ROOT
%files docs
%defattr(-,root,root)
%doc *-US.pdf
%doc *-A4.pdf
%{_libdir}/pgsql/tutorial/
%files contrib