Hello community, here is the log from the commit of package ldb for openSUSE:Factory checked in at 2015-11-10 10:01:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ldb (Old) and /work/SRC/openSUSE:Factory/.ldb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ldb" Changes: -------- --- /work/SRC/openSUSE:Factory/ldb/ldb.changes 2015-10-28 17:30:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2015-11-10 10:01:27.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Oct 30 13:15:15 UTC 2015 - [email protected] + +- Add doxygen at build time to add the development documentation. +- Disable rpath-install and silent-rules while configure. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ldb.spec ++++++ --- /var/tmp/diff_new_pack.Emk26A/_old 2015-11-10 10:01:28.000000000 +0100 +++ /var/tmp/diff_new_pack.Emk26A/_new 2015-11-10 10:01:28.000000000 +0100 @@ -27,6 +27,7 @@ Name: ldb BuildRequires: docbook-xsl-stylesheets +BuildRequires: doxygen #!BuildIgnore: libtalloc BuildRequires: libtalloc-devel >= %{talloc_version} BuildRequires: libtdb-devel >= %{tdb_version} @@ -141,6 +142,8 @@ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --disable-rpath \ + --disable-rpath-install \ + --disable-silent-rules \ --with-modulesdir=%{_libdir} \ --bundled-libraries=NONE \ --builtin-libraries=replace \ @@ -148,6 +151,9 @@ ./configure ${CONFIGURE_OPTIONS} %{__make} %{build_make_smp_mflags} \ all +doxygen Doxyfile +# remove man page with bogus full build dir in path +rm -f apidocs/man/man3/_*_ldb-%{ldb_version}_include_.3 %check # make test doesn't work with --disable-rpath @@ -156,6 +162,9 @@ %install DESTDIR=${RPM_BUILD_ROOT} make install +# Install API documentation +cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir} + %post -n %{libldb_name} -p /sbin/ldconfig %postun -n %{libldb_name} -p /sbin/ldconfig @@ -187,6 +196,10 @@ %{_libdir}/libldb.so %dir %{_libdir}/ldb %{_libdir}/pkgconfig/ldb.pc +%{_mandir}/man3/ldb*.3.* +%if 0%{?suse_version} != 1110 +%{_mandir}/man3/ldif*.3.* +%endif %files -n ldb-tools %defattr(-,root,root) @@ -197,13 +210,12 @@ %{_bindir}/ldbrename %{_bindir}/ldbsearch %{_libdir}/ldb/libldb-cmdline.so -%{_mandir}/man1/ldbadd.1.gz -%{_mandir}/man1/ldbdel.1.gz -%{_mandir}/man1/ldbedit.1.gz -%{_mandir}/man1/ldbmodify.1.gz -%{_mandir}/man1/ldbrename.1.gz -%{_mandir}/man1/ldbsearch.1.gz -%{_mandir}/man3/ldb.3.gz +%{_mandir}/man1/ldbadd.1.* +%{_mandir}/man1/ldbdel.1.* +%{_mandir}/man1/ldbedit.1.* +%{_mandir}/man1/ldbmodify.1.* +%{_mandir}/man1/ldbrename.1.* +%{_mandir}/man1/ldbsearch.1.* %files -n python-ldb %defattr(-,root,root,-) @@ -215,5 +227,8 @@ %{_includedir}/pyldb.h %{_libdir}/libpyldb-util.so %{_libdir}/pkgconfig/pyldb-util.pc +%if 0%{?suse_version} != 1110 +%{_mandir}/man3/PyLdb*.3.* +%endif %changelog
