diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-03-23 17:44:16 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-03-23 17:44:16 +0100 |
commit | 941be8d2175332cb720f390f93d07a0870db8824 (patch) | |
tree | 79ed1c130c460901be85e9aeb0b584aa40be40ed /builds/redhat | |
parent | d4d184a750e2c09a39b95db9a54daf83aac5a446 (diff) |
zmq_device removed
Devices are basically applications on top of 0MQ stack. They
should reside in separate libraties.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/redhat')
-rw-r--r-- | builds/redhat/zeromq.spec | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/builds/redhat/zeromq.spec b/builds/redhat/zeromq.spec index e3177b4..f09f12d 100644 --- a/builds/redhat/zeromq.spec +++ b/builds/redhat/zeromq.spec @@ -91,14 +91,7 @@ This package contains ZeroMQ related development libraries and header files. %{_libdir}/libzmq.so.1 %{_libdir}/libzmq.so.1.0.0 -%attr(0755,root,root) %{_bindir}/zmq_forwarder -%attr(0755,root,root) %{_bindir}/zmq_queue -%attr(0755,root,root) %{_bindir}/zmq_streamer - %{_mandir}/man7/zmq.7.gz -%{_mandir}/man1/zmq_forwarder.1.gz -%{_mandir}/man1/zmq_queue.1.gz -%{_mandir}/man1/zmq_streamer.1.gz %files devel %defattr(-,root,root,-) |