From a4b6095cc374c5f6b1b83dc539670b4f25021f38f8850c2727f3ae87f88bb28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 22 Mar 2013 10:54:26 +0000 Subject: [PATCH] - Rename manpages to avoid conflict with other packages OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=100 --- boost.changes | 5 +++++ boost.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/boost.changes b/boost.changes index bad75c5..c710d02 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 22 10:36:57 UTC 2013 - idonmez@suse.com + +- Rename manpages to avoid conflict with other packages + ------------------------------------------------------------------- Thu Mar 21 08:13:17 UTC 2013 - mmeister@suse.com diff --git a/boost.spec b/boost.spec index a9d65d9..ad363f0 100644 --- a/boost.spec +++ b/boost.spec @@ -520,8 +520,10 @@ for lib in ${blibs}; do done popd -#install the man pages +# install the man pages rm -rf doc/man/man3/boost::units::operator +mv doc/man/man3/path.3 doc/man/man3/boost::property_tree::path.3 +mv doc/man/man3/string.3 doc/man/man3/boost::container::string.3 for sec in 3 7 9; do install -d %buildroot/%{_mandir}/man${sec}