!fixup use the upstream patch to install man pages

This commit is contained in:
Kamil Dudka 2014-12-11 11:49:40 +01:00
parent 30ed006b97
commit 3440630284
1 changed files with 4 additions and 3 deletions

View File

@ -124,6 +124,9 @@ git branch init
sed -e 's/LIBRARY DESTINATION lib/LIBRARY DESTINATION ${LIB_INSTALL_DIR}/' \
-i src/CMakeLists.txt
# remove auto-generated files
find -name Makefile.am -delete
# Replace hard wired port number in the test suite to avoid collisions
# between 32-bit and 64-bit builds running on a single build-host
sed -i s/4711/47%{?__isa_bits}/ tests/{ssh2.c,sshd_fixture.sh.in}
@ -147,9 +150,7 @@ cd libssh2_build
make install DESTDIR=%{buildroot} INSTALL="install -p"
# avoid multilib conflict on libssh2-devel
cd ..
rm -f example/Makefile.am
mv -v example example.%{_arch}
mv -v ../example ../example.%{_arch}
# TODO make CMake take care of this
install -D -m0644 -p %{SOURCE1} %{buildroot}%{_libdir}/pkgconfig/libssh2.pc