Author: twittner                     Date: Thu Sep 28 18:52:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't build info pages (it fails) - info bcond toggled (default off)
- conditionally (depends on bcond info) put `Obsoletes: python-doc-info'
  in python-libs package
- NOTE: generating texinfo files fails in both cases: by `py2texi.el'
  from latex sources and by `html2texi.pl' from html docs (Source1)

---- Files affected:
SPECS:
   python.spec (1.276 -> 1.277) 

---- Diffs:

================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.276 SPECS/python.spec:1.277
--- SPECS/python.spec:1.276     Tue Sep 26 22:46:42 2006
+++ SPECS/python.spec   Thu Sep 28 20:52:29 2006
@@ -8,7 +8,7 @@
 # - kill BR: file requirement from lib64 patch
 #
 # Conditional build:
-%bcond_without info                    # don't build info pages (requires 
emacs)
+%bcond_with    info                    # don't build info pages (requires 
emacs, fails in python-2.5.0)
 %bcond_without tkinter                 # disables tkinter module building
 %bcond_without tests                   # disables Python testing
 %bcond_with    verbose_tests           # runs tests in verbose mode
@@ -204,6 +204,7 @@
 Provides:      python(abi) = %{py_ver}
 # for compatibility with existing Ac packages
 Provides:      python(bytecode) = %{py_ver}
+%{!?with_info:Obsoletes:       python-doc-info}
 
 %description libs
 Python shared library and very essental modules for Python binary.
@@ -908,6 +909,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.277  2006/09/28 18:52:29  twittner
+- don't build info pages (it fails) - info bcond toggled (default off)
+- conditionally (depends on bcond info) put `Obsoletes: python-doc-info'
+  in python-libs package
+- NOTE: generating texinfo files fails in both cases: by `py2texi.el'
+  from latex sources and by `html2texi.pl' from html docs (Source1)
+
 Revision 1.276  2006/09/26 20:46:42  wrobell
 - rel. 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python.spec?r1=1.276&r2=1.277&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to