mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-18 17:36:57 +00:00
Merge pull request #49 from blalor/patch-1
Fix path to libzmq .so files in RPM spec file
This commit is contained in:
commit
1d0f7b6979
@ -112,8 +112,8 @@ This package contains ZeroMQ related development libraries and header files.
|
|||||||
%{_bindir}/curve_keygen
|
%{_bindir}/curve_keygen
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
%{_libdir}/libzmq.so.4
|
%{_libdir}/libzmq.so.5
|
||||||
%{_libdir}/libzmq.so.4.0.0
|
%{_libdir}/libzmq.so.5.0.0
|
||||||
|
|
||||||
%{_mandir}/man7/zmq.7.gz
|
%{_mandir}/man7/zmq.7.gz
|
||||||
|
|
||||||
@ -166,7 +166,6 @@ This package contains ZeroMQ related development libraries and header files.
|
|||||||
%{_mandir}/man3/zmq_has.3.gz
|
%{_mandir}/man3/zmq_has.3.gz
|
||||||
%{_mandir}/man3/zmq_msg_gets.3.gz
|
%{_mandir}/man3/zmq_msg_gets.3.gz
|
||||||
%{_mandir}/man3/zmq_proxy_steerable.3.gz
|
%{_mandir}/man3/zmq_proxy_steerable.3.gz
|
||||||
%{_mandir}/man7/zmq_epgm.7.gz
|
|
||||||
%{_mandir}/man7/zmq_inproc.7.gz
|
%{_mandir}/man7/zmq_inproc.7.gz
|
||||||
%{_mandir}/man7/zmq_ipc.7.gz
|
%{_mandir}/man7/zmq_ipc.7.gz
|
||||||
%{_mandir}/man7/zmq_pgm.7.gz
|
%{_mandir}/man7/zmq_pgm.7.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user