From c4cdbd86cd20b591f97df9dd40f9437a2d305ba8e40a75758228e3609271c2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 22 Jul 2013 11:04:31 +0000 Subject: [PATCH] Don't package tdb tools man pages for pre-11.0 systems as they're not built due to a missing docbook stylesheet. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=35 --- tdb.changes | 6 ++++++ tdb.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/tdb.changes b/tdb.changes index df4da2e..9503dce 100644 --- a/tdb.changes +++ b/tdb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 10:53:36 UTC 2013 - lmuelle@suse.com + +- Don't package tdb tools man pages for pre-11.0 systems as they're not built + due to a missing docbook stylesheet. + ------------------------------------------------------------------- Tue Jun 4 14:45:40 UTC 2013 - lmuelle@suse.com diff --git a/tdb.spec b/tdb.spec index 9bae816..6cf7d76 100644 --- a/tdb.spec +++ b/tdb.spec @@ -171,10 +171,12 @@ DESTDIR=${RPM_BUILD_ROOT} make install %{_bindir}/tdbdump %{_bindir}/tdbrestore %{_bindir}/tdbtool +%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100 %{_mandir}/man8/tdbbackup.8* %{_mandir}/man8/tdbdump.8* %{_mandir}/man8/tdbrestore.8* %{_mandir}/man8/tdbtool.8* +%endif %files -n python-tdb %defattr(-,root,root,-)