Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2014-09-28 19:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tevent (Old)
 and      /work/SRC/openSUSE:Factory/.tevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tevent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tevent/tevent.changes    2014-02-19 
18:55:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent.changes       2014-09-28 
19:58:03.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep 23 20:41:59 UTC 2014 - lmue...@suse.com
+
+- Utilize doxygen to generate the API documentation and package it.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tevent.spec ++++++
--- /var/tmp/diff_new_pack.Q8mF8Y/_old  2014-09-28 19:58:03.000000000 +0200
+++ /var/tmp/diff_new_pack.Q8mF8Y/_new  2014-09-28 19:58:03.000000000 +0200
@@ -138,11 +138,19 @@
 %{__make} %{build_make_smp_mflags} \
        all
 
+doxygen doxy.config
+
 %check
 %{__make} test
 
 %install
 DESTDIR=${RPM_BUILD_ROOT} make install
+
+# install API docs
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}
+cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}
+rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
+
 # Shared libraries need to be marked executable for rpmbuild to strip them and
 # include them in debuginfo
 find ${RPM_BUILD_ROOT} -name "*.so*" -exec chmod -c +x {} \;
@@ -164,6 +172,7 @@
 %{_includedir}/tevent.h
 %{_libdir}/libtevent.so
 %{_libdir}/pkgconfig/tevent.pc
+%{_mandir}/man3/tevent*.*
 
 %files -n python-tevent
 %defattr(-,root,root)



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to