Author: glen                         Date: Mon Oct 25 04:59:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- apidocs subpackage

---- Files affected:
packages/python-lxml:
   python-lxml.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: packages/python-lxml/python-lxml.spec
diff -u packages/python-lxml/python-lxml.spec:1.24 
packages/python-lxml/python-lxml.spec:1.25
--- packages/python-lxml/python-lxml.spec:1.24  Mon Jul 26 09:39:45 2010
+++ packages/python-lxml/python-lxml.spec       Mon Oct 25 06:59:06 2010
@@ -1,14 +1,16 @@
 # $Revision$, $Date$
 #
-%bcond_without python3
-%bcond_without python2
+# Conditional build:
+%bcond_without apidocs         # do not build and package API docs
+%bcond_without python3         # Python 3 package
+%bcond_without python2         # Python 2 package
+
 %define                module  lxml
-#
 Summary:       A Pythonic binding for the libxml2 and libxslt libraries
 Summary(pl.UTF-8):     Pythonowe wiązanie do bibliotek libxml2 i libxslt
 Name:          python-%{module}
 Version:       2.2.7
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries/Python
 Source0:       http://codespeak.net/lxml/%{module}-%{version}.tgz
@@ -49,6 +51,14 @@
 %description -n python3-%{module} -l pl.UTF-8
 lxml to pythonowe wiązanie do bibliotek libxml2 i libxslt.
 
+%package apidocs
+Summary:       lxml API documentation
+Summary(pl.UTF-8):     Dokumentacja API biblioteki lxml
+Group:         Documentation
+
+%description apidocs
+API and internal documentation for lxml library.
+
 %prep
 %setup -q -n %{module}-%{version}
 %patch0 -p1
@@ -82,13 +92,23 @@
 %py3_postclean
 %endif
 
+# cleanup for packaging
+rm -rf docs
+cp -a doc docs
+# apidocs packaged separately
+rm -rf docs/html
+# build docs not useful at runtime
+rm docs/build.txt
+# common licenses
+rm docs/licenses/{BSD,GPL}.txt
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc doc/* CHANGES.txt CREDITS.txt TODO.txt
+%doc docs/* CHANGES.txt CREDITS.txt TODO.txt
 %dir %{py_sitedir}/lxml
 %{py_sitedir}/lxml/*.py[co]
 %dir %{py_sitedir}/lxml/html
@@ -101,7 +121,7 @@
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc doc/* CHANGES.txt CREDITS.txt TODO.txt
+%doc docs/* CHANGES.txt CREDITS.txt TODO.txt
 %dir %{py3_sitedir}/lxml
 %{py3_sitedir}/lxml/*.py[co]
 %dir %{py3_sitedir}/lxml/html
@@ -111,12 +131,21 @@
 %{py3_sitedir}/lxml-*.egg-info
 %endif
 
+%if %{with apidocs}
+%files apidocs
+%defattr(644,root,root,755)
+%doc doc/html/*
+%endif
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[email protected]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2010/10/25 04:59:06  glen
+- apidocs subpackage
+
 Revision 1.24  2010/07/26 07:39:45  matkor
  - Version 2.2.7-1.
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-lxml/python-lxml.spec?r1=1.24&r2=1.25&f=u

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

Reply via email to