SHA256
1
0
forked from pool/zeromq

Accepting request 311103 from home:mvyskocil:branches:devel:libraries:c_c++

- Update to 4.1.1, bugfix release
- drop unecessary
  zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch

OBS-URL: https://build.opensuse.org/request/show/311103
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal
2015-06-08 07:04:16 +00:00
committed by Git OBS Bridge
parent 5e56b7eab6
commit a51294d753
5 changed files with 14 additions and 480 deletions

View File

@@ -21,22 +21,24 @@
%define with_pgm 1
%endif
Name: zeromq
Version: 4.0.5
Version: 4.1.1
Release: 0
Summary: Lightweight messaging kernel
License: LGPL-3.0+
Group: Productivity/Networking/Web/Servers
Url: http://www.zeromq.org/
Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
Patch1: zeromq_4.0.5_avoid_curve_test_hang_on_ppc64.patch
BuildRequires: asciidoc
BuildRequires: gcc-c++
BuildRequires: libuuid-devel
BuildRequires: xmlto
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Required for tests only
%if 0%{?suse_version} > 1310
BuildRequires: libsodium-devel
%endif
%if 0%{?with_pgm}
BuildRequires: libpgm-devel >= 5.1
BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: pkgconfig(glib-2.0) >= 2.8
@@ -101,7 +103,6 @@ This package holds the development files for ZeroMQ.
%prep
%setup -q
%patch1 -p1
%build
%configure \