From 73bd23e4bdf429cabaff3a403478eedeebd8aff0 Mon Sep 17 00:00:00 2001 From: wrobell Date: Mon, 22 Dec 2003 12:40:54 +0000 Subject: [PATCH] - contrib removed from main package's documentation (it is sometimes duplicated, i.e. autovacuum support in main package or pgcrypto in module-pgcrypto, so if you need something then let's make a subpackage or just download sources otherwise) - documentation files inclusion of main packages moved from the end to the begining of the files section (it is convention) Changed files: postgresql.spec -> 1.248 --- postgresql.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index 93d0616..46f567f 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -929,6 +929,8 @@ fi %files -f main.lang %defattr(644,root,root,755) %doc contrib/pg_autovacuum/README* +%doc doc/FAQ* doc/README* doc/bug.template +%doc COPYRIGHT README HISTORY %attr(754,root,root) /etc/rc.d/init.d/* %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/* @@ -985,10 +987,6 @@ fi %{_mandir}/man1/postgres.1* %{_mandir}/man1/postmaster.1* -%doc contrib -%doc doc/FAQ* doc/README* -%doc COPYRIGHT README HISTORY doc/bug.template - %files doc %defattr(644,root,root,755) %doc doc/unpacked/* -- 2.44.0