[postgresql] spec: move big html documentation from base to *-docs package

Pavel Raiskup praiskup at fedoraproject.org
Fri Jul 18 07:11:40 UTC 2014


commit bf770dd7e12585193cf510b6a8dfe2d7119c7479
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Jun 25 16:51:05 2014 +0200

    spec: move big html documentation from base to *-docs package
    
    Resolves: #1086420
    Version: 9.3.4-8

 README.rpm-dist |    4 ++--
 postgresql.spec |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/README.rpm-dist b/README.rpm-dist
index e628f83..b582354 100644
--- a/README.rpm-dist
+++ b/README.rpm-dist
@@ -109,13 +109,13 @@ choose' what pieces are needed, and what dependencies are required.
 
 The RPMset is packaged in the following subpackages:
 
-postgresql:		Key client programs and documentation
+postgresql:		Key client programs and basic documentation
 postgresql-libs:	Client shared libraries
 postgresql-server:	Server executables and data files
 postgresql-devel:	Development libraries and include files
 postgresql-test:	The regression tests and associated files
 postgresql-upgrade:	Support files for upgrading from previous major version
-postgresql-docs:	Extra documentation, such as the tutorial files
+postgresql-docs:	Full documentation in HTML and PDF, the tutorial files
 postgresql-contrib:	Add-on loadable modules and programs
 postgresql-plperl:	PL/Perl procedural language
 postgresql-plpython:	PL/Python procedural language (for Python 2)
diff --git a/postgresql.spec b/postgresql.spec
index cdbfb7e..f8449da 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -865,7 +865,6 @@ fi
 %doc doc/KNOWN_BUGS doc/MISSING_FEATURES doc/TODO
 %doc COPYRIGHT README HISTORY doc/bug.template
 %doc README.rpm-dist
-%doc doc/html
 %{_bindir}/clusterdb
 %{_bindir}/createdb
 %{_bindir}/createlang
@@ -902,6 +901,7 @@ fi
 %files docs
 %doc *-US.pdf
 %{_libdir}/pgsql/tutorial/
+%doc doc/html
 
 %files contrib
 %{_datadir}/pgsql/extension/adminpack*
@@ -1138,6 +1138,7 @@ fi
 %changelog
 * Wed Jun 25 2014 Pavel Raiskup <praiskup at redhat.com> - 9.3.4-8
 - provide postgresql-doc for postgresql-docs package (#1086420)
+- move html documentation to *-docs subpackage (#1086420)
 
 * Thu Jun 19 2014 Pavel Raiskup <praiskup at redhat.com> - 9.3.4-7
 - OOM handling compatible with 9.5+, by Tom Lane (#1110969)


More information about the scm-commits mailing list