mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01:00
Problem: RPM build fails due to ignored zmq_gssapi.7
Solution: use wildcard to pick up manpages in the spec file
This commit is contained in:
parent
2215a9d391
commit
9dd75e62bf
@ -177,16 +177,8 @@ autoreconf -fi
|
|||||||
%{_libdir}/libzmq.so
|
%{_libdir}/libzmq.so
|
||||||
|
|
||||||
%{_mandir}/man3/zmq*
|
%{_mandir}/man3/zmq*
|
||||||
%{_mandir}/man7/zmq_curve.7.gz
|
# skip man7/zmq.7.gz
|
||||||
%{_mandir}/man7/zmq_inproc.7.gz
|
%{_mandir}/man7/zmq_*
|
||||||
%{_mandir}/man7/zmq_ipc.7.gz
|
|
||||||
%{_mandir}/man7/zmq_null.7.gz
|
|
||||||
%{_mandir}/man7/zmq_pgm.7.gz
|
|
||||||
%{_mandir}/man7/zmq_plain.7.gz
|
|
||||||
%{_mandir}/man7/zmq_tcp.7.gz
|
|
||||||
%{_mandir}/man7/zmq_tipc.7.gz
|
|
||||||
%{_mandir}/man7/zmq_udp.7.gz
|
|
||||||
%{_mandir}/man7/zmq_vmci.7.gz
|
|
||||||
|
|
||||||
%files -n libzmq-tools
|
%files -n libzmq-tools
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user