Commit 61c2a7d4 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #1104 from tristianc/master

Updated spec file for libzmq 4.0.4
parents 82be3995 232e6ff7
...@@ -11,15 +11,12 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root ...@@ -11,15 +11,12 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc, make, gcc-c++, libstdc++-devel BuildRequires: gcc, make, gcc-c++, libstdc++-devel
Requires: libstdc++ Requires: libstdc++
%if 0%{?rhel} if %{?rhel}%{!?rhel:0} >= 6
%if 0%{?rhel} == 6
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
Requires: libuuid Requires: libuuid
%endif %elseif %{?rhel}%{!?rhel:0} >= 5
%if 0%{?rhel} == 5
BuildRequires: e2fsprogs-devel BuildRequires: e2fsprogs-devel
Requires: e2fsprogs Requires: e2fsprogs
%endif
%else %else
BuildRequires: uuid-devel BuildRequires: uuid-devel
Requires: uuid Requires: uuid
...@@ -87,11 +84,14 @@ This package contains ZeroMQ related development libraries and header files. ...@@ -87,11 +84,14 @@ This package contains ZeroMQ related development libraries and header files.
%defattr(-,root,root,-) %defattr(-,root,root,-)
# docs in the main package # docs in the main package
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README %doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
# binaries
%{_bindir}/curve_keygen
# libraries # libraries
%{_libdir}/libzmq.so.3 %{_libdir}/libzmq.so.3
%{_libdir}/libzmq.so.3.0.0 %{_libdir}/libzmq.so.3.1.0
%{_mandir}/man7/zmq.7.gz %{_mandir}/man7/zmq.7.gz
...@@ -128,7 +128,6 @@ This package contains ZeroMQ related development libraries and header files. ...@@ -128,7 +128,6 @@ This package contains ZeroMQ related development libraries and header files.
%{_mandir}/man3/zmq_msg_size.3.gz %{_mandir}/man3/zmq_msg_size.3.gz
%{_mandir}/man3/zmq_msg_get.3.gz %{_mandir}/man3/zmq_msg_get.3.gz
%{_mandir}/man3/zmq_msg_more.3.gz %{_mandir}/man3/zmq_msg_more.3.gz
%{_mandir}/man3/zmq_msg_recv.3.gz
%{_mandir}/man3/zmq_msg_send.3.gz %{_mandir}/man3/zmq_msg_send.3.gz
%{_mandir}/man3/zmq_msg_set.3.gz %{_mandir}/man3/zmq_msg_set.3.gz
%{_mandir}/man3/zmq_poll.3.gz %{_mandir}/man3/zmq_poll.3.gz
...@@ -149,8 +148,18 @@ This package contains ZeroMQ related development libraries and header files. ...@@ -149,8 +148,18 @@ This package contains ZeroMQ related development libraries and header files.
%{_mandir}/man7/zmq_ipc.7.gz %{_mandir}/man7/zmq_ipc.7.gz
%{_mandir}/man7/zmq_pgm.7.gz %{_mandir}/man7/zmq_pgm.7.gz
%{_mandir}/man7/zmq_tcp.7.gz %{_mandir}/man7/zmq_tcp.7.gz
%{_mandir}/man3/zmq_curve_keypair.3.gz
%{_mandir}/man3/zmq_send_const.3.gz
%{_mandir}/man3/zmq_z85_decode.3.gz
%{_mandir}/man3/zmq_z85_encode.3.gz
%{_mandir}/man7/zmq_curve.7.gz
%{_mandir}/man7/zmq_null.7.gz
%{_mandir}/man7/zmq_plain.7.gz
%changelog %changelog
* Tue Jun 10 2014 Tristian Celestin <tristian.celestin@outlook.com> 4.0.4
- Updated packaged files
* Mon Nov 26 2012 Justin Cook <jhcook@gmail.com> 3.2.2 * Mon Nov 26 2012 Justin Cook <jhcook@gmail.com> 3.2.2
- Update packaged files - Update packaged files
......
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