[python-psycopg2] Install html docs explicitly, per Psycopg2 2.6 changelog.

Devrim GÜNDÜZ devrim at fedoraproject.org
Mon Feb 9 17:08:46 UTC 2015


commit 2fed961cb1bb8ac5b2025ab7557a19965ea00d41
Author: Devrim Gündüz <devrim at gunduz.org>
Date:   Mon Feb 9 19:08:13 2015 +0200

    Install html docs explicitly, per Psycopg2 2.6 changelog.

 python-psycopg2.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-psycopg2.spec b/python-psycopg2.spec
index b9cb026..1de8e7a 100644
--- a/python-psycopg2.spec
+++ b/python-psycopg2.spec
@@ -116,6 +116,8 @@ for i in `find doc -iname "*.css"`; do sed -i 's/\r//' $i; done
 # Get rid of a "hidden" file that rpmlint complains about
 rm -f doc/html/.buildinfo
 
+make -C doc/src html
+
 %install
 
 DoInstall() {


More information about the scm-commits mailing list