Commit 9dd75e62 authored by Luca Boccassi's avatar Luca Boccassi

Problem: RPM build fails due to ignored zmq_gssapi.7

Solution: use wildcard to pick up manpages in the spec file
parent 2215a9d3
......@@ -177,16 +177,8 @@ autoreconf -fi
%{_libdir}/libzmq.so
%{_mandir}/man3/zmq*
%{_mandir}/man7/zmq_curve.7.gz
%{_mandir}/man7/zmq_inproc.7.gz
%{_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
# skip man7/zmq.7.gz
%{_mandir}/man7/zmq_*
%files -n libzmq-tools
%defattr(-,root,root,-)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment