Hello community,

here is the log from the commit of package rpmconf for openSUSE:Factory checked 
in at 2015-08-21 07:41:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmconf (Old)
 and      /work/SRC/openSUSE:Factory/.rpmconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmconf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmconf/rpmconf.changes  2015-07-08 
06:59:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpmconf.new/rpmconf.changes     2015-08-21 
07:42:03.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 14:51:38 UTC 2015 - [email protected]
+
+- Remove python3-rpmconf-doc which contained a HTML page with the
+  same content as does rpmconf (3) manpage.
+  This also solves odd build failures.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpmconf.spec ++++++
--- /var/tmp/diff_new_pack.pFLfsY/_old  2015-08-21 07:42:04.000000000 +0200
+++ /var/tmp/diff_new_pack.pFLfsY/_new  2015-08-21 07:42:04.000000000 +0200
@@ -49,21 +49,14 @@
 %description -n python3-%{name}
 Python interface for rpmconf and an essential part of rpmconf.
 
-%package -n python3-%{name}-doc
-Summary:        Documentation of python interface for rpmconf
-Group:          Documentation/HTML
-
-%description -n python3-%{name}-doc
-Documentation in HTML generated from code of python3-rpmconf.
-
 %prep
 %setup -q -n %{name}-%{name}-%{version}-1
-sed -i 's/\(SPHINXBUILD \+= \+\).*$/\1sphinx-build-%{py3_ver}/g' docs/Makefile
 
 %build
 python3 setup.py build
 docbook2man %{name}.sgml
-make %{?_smp_mflags} -C docs man html
+make %{?_smp_mflags} -C docs man \
+  SPHINXBUILD=sphinx-build-%{py3_ver}
 
 %install
 python3 setup.py install --skip-build \
@@ -89,9 +82,4 @@
 %{python3_sitelib}/%{name}-*.egg-info
 %{_mandir}/man3/%{name}.3%{?ext_man}
 
-%files -n python3-%{name}-doc
-%defattr(-,root,root)
-%doc LICENSE README TODO
-%doc docs/build/html/
-
 %changelog


Reply via email to