Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2015-11-10 10:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tdb (Old)
 and      /work/SRC/openSUSE:Factory/.tdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tdb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2015-10-28 17:29:40.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes     2015-11-10 
10:01:22.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 15:05:14 UTC 2015 - [email protected]
+
+- Add doxygen at build time to add the development documentation.
+- Disable rpath-install and silent-rules while configure.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tdb.spec ++++++
--- /var/tmp/diff_new_pack.1RODdP/_old  2015-11-10 10:01:23.000000000 +0100
+++ /var/tmp/diff_new_pack.1RODdP/_new  2015-11-10 10:01:23.000000000 +0100
@@ -32,6 +32,7 @@
 %endif
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
 BuildRequires:  libxslt
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
@@ -150,6 +151,8 @@
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
        --disable-rpath \
+       --disable-rpath-install \
+       --disable-silent-rules \
        --bundled-libraries=NONE \
 %if %{with_python3}
        --extra-python=/usr/bin/python3 \
@@ -158,6 +161,7 @@
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{build_make_smp_mflags} \
        all
+doxygen doxy.config
 
 %check
 %if 0%{!?qemu_user_space_build:1}
@@ -166,6 +170,9 @@
 
 %install
 DESTDIR=${RPM_BUILD_ROOT} make install
+# Install API documentation
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man3/
+cp -a docs/man/man3/tdb.3 $RPM_BUILD_ROOT/%{_mandir}/man3/
 
 %post -n %{libtdb_name} -p /sbin/ldconfig
 
@@ -190,6 +197,7 @@
 %{_includedir}/tdb.h
 %{_libdir}/libtdb.so
 %{_libdir}/pkgconfig/tdb.pc
+%{_mandir}/man3/tdb.3.*
 
 %files -n tdb-tools
 %defattr(-,root,root)




Reply via email to