mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Problem: RPM has hard-coded SONAME versions
Solution: target wildcard in the spec file to make maintenance easier
This commit is contained in:
parent
c4defc75c0
commit
faaa8e53fe
@ -129,8 +129,7 @@ autoreconf -fi
|
|||||||
%{_bindir}/curve_keygen
|
%{_bindir}/curve_keygen
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
%{_libdir}/libzmq.so.4
|
%{_libdir}/libzmq.so.*
|
||||||
%{_libdir}/libzmq.so.4.0.0
|
|
||||||
|
|
||||||
%{_mandir}/man7/zmq.7.gz
|
%{_mandir}/man7/zmq.7.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user