mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-18 17:36:57 +00:00
Fix path to libzmq .so files in RPM spec file
Fixes a packaging error when building the RPM: ``` $ rpmbuild -tb --with libsodium zeromq-4.1.2.tar.gz […] RPM build errors: File not found: …/zeromq-4.1.2-1.el6.x86_64/usr/lib64/libzmq.so.4 File not found: …/zeromq-4.1.2-1.el6.x86_64/usr/lib64/libzmq.so.4.0.0 $ ls …/zeromq-4.1.2-1.el6.x86_64/usr/lib64/libzmq* libzmq.a libzmq.la libzmq.so libzmq.so.5 libzmq.so.5.0.0 ```
This commit is contained in:
parent
9a63ac7c54
commit
c78a5fd443
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user