forked from pool/boost
- 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
This commit is contained in:
parent
3cbb718e07
commit
a4b6095cc3
@ -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
|
Thu Mar 21 08:13:17 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
@ -520,8 +520,10 @@ for lib in ${blibs}; do
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#install the man pages
|
# install the man pages
|
||||||
rm -rf doc/man/man3/boost::units::operator
|
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
|
for sec in 3 7 9; do
|
||||||
install -d %buildroot/%{_mandir}/man${sec}
|
install -d %buildroot/%{_mandir}/man${sec}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user