diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-07-21 11:51:41 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-07-21 11:51:41 +0200 |
commit | cb2d7156055492839021e84dcc00cc409a3fd2d1 (patch) | |
tree | 86a8fb4f19acdcf23dd4b56be6601772f9bd2252 /builds/redhat | |
parent | a808431d1df359302af7bdd2df085f5a41f14210 (diff) |
endmsg(3) and zmq_recvmsg(3) added to RPM spec file
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/redhat')
-rw-r--r-- | builds/redhat/zeromq.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builds/redhat/zeromq.spec.in b/builds/redhat/zeromq.spec.in index e307018..1fa96e1 100644 --- a/builds/redhat/zeromq.spec.in +++ b/builds/redhat/zeromq.spec.in @@ -118,7 +118,9 @@ This package contains ZeroMQ related development libraries and header files. %{_mandir}/man3/zmq_msg_size.3.gz %{_mandir}/man3/zmq_poll.3.gz %{_mandir}/man3/zmq_recv.3.gz +%{_mandir}/man3/zmq_recvmsg.3.gz %{_mandir}/man3/zmq_send.3.gz +%{_mandir}/man3/zmq_sendmsg.3.gz %{_mandir}/man3/zmq_setsockopt.3.gz %{_mandir}/man3/zmq_socket.3.gz %{_mandir}/man3/zmq_strerror.3.gz |