summaryrefslogtreecommitdiff
path: root/zeromq.spec
diff options
context:
space:
mode:
authorMartin Lucina <martin@lucina.net>2012-01-23 08:53:29 +0100
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:29 +0100
commit2c416a793ea781273a5da6742211f5f01af13a2b (patch)
treeb8ede23ec38d4aab9595a517b4b9894df40c2cae /zeromq.spec
parent5ba1cb20fe6f6699cef1cc726718e760cd4c9af1 (diff)
Imported Upstream version 2.0.10upstream/2.0.10
Diffstat (limited to 'zeromq.spec')
-rw-r--r--zeromq.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/zeromq.spec b/zeromq.spec
index a5d43f4..c92252e 100644
--- a/zeromq.spec
+++ b/zeromq.spec
@@ -1,5 +1,5 @@
Name: zeromq
-Version: 2.0.9
+Version: 2.0.10
Release: 1%{?dist}
Summary: The ZeroMQ messaging library
Group: Applications/Internet
@@ -8,7 +8,11 @@ URL: http://www.zeromq.org/
Source: http://www.zeromq.org/local--files/area:download/%{name}-%{version}.tar.gz
Prefix: %{_prefix}
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+%if %{?rhel}%{!?rhel:0} >= 6
+BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel
+%else
BuildRequires: uuid-devel, gcc, make, gcc-c++, libstdc++-devel
+%endif
Requires: uuid, libstdc++
# Build pgm only on supported archs
@@ -92,6 +96,7 @@ This package contains ZeroMQ related development libraries and header files.
%defattr(-,root,root,-)
%{_includedir}/zmq.h
%{_includedir}/zmq.hpp
+%{_includedir}/zmq_utils.h
%{_libdir}/libzmq.la
%{_libdir}/libzmq.a
@@ -101,6 +106,8 @@ This package contains ZeroMQ related development libraries and header files.
%{_mandir}/man3/zmq_bind.3.gz
%{_mandir}/man3/zmq_close.3.gz
%{_mandir}/man3/zmq_connect.3.gz
+%{_mandir}/man3/zmq_errno.3.gz
+%{_mandir}/man3/zmq_getsockopt.3.gz
%{_mandir}/man3/zmq_init.3.gz
%{_mandir}/man3/zmq_msg_close.3.gz
%{_mandir}/man3/zmq_msg_copy.3.gz