forked from pool/zeromq
Accepting request 448453 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/448453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=28
This commit is contained in:
commit
dde9dacb4d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53b83bf0ee978931f76fa9cb46ad4affea65787264a5f3d140bc743412d0c117
|
||||
size 1046254
|
3
zeromq-4.2.1.tar.gz
Normal file
3
zeromq-4.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27d1e82a099228ee85a7ddb2260f40830212402c605a4a10b5e5498a7e0e9d03
|
||||
size 1243428
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 31 23:53:21 UTC 2016 - adam.majer@suse.de
|
||||
|
||||
- New upstream version 4.2.1
|
||||
* Bugfix release. For complete changelog see
|
||||
https://github.com/zeromq/libzmq/releases/tag/v4.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 08:06:42 UTC 2016 - mvyskocil@opensuse.org
|
||||
|
||||
|
14
zeromq.spec
14
zeromq.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zeromq
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,10 +18,12 @@
|
||||
|
||||
%define lib_name libzmq5
|
||||
%ifarch %ix86 x86_64
|
||||
%define with_pgm 1
|
||||
%bcond_without pgm
|
||||
%else
|
||||
%bcond_with pgm
|
||||
%endif
|
||||
Name: zeromq
|
||||
Version: 4.2.0
|
||||
Version: 4.2.1
|
||||
Release: 0
|
||||
Summary: Lightweight messaging kernel
|
||||
License: LGPL-3.0+
|
||||
@ -41,7 +43,7 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: pkgconfig(libsodium)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
%endif
|
||||
%if 0%{?with_pgm}
|
||||
%if %{with pgm}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
BuildRequires: glib2-devel >= 2.8
|
||||
%else
|
||||
@ -49,7 +51,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.8
|
||||
%endif
|
||||
BuildRequires: openpgm-devel >= 5.1
|
||||
BuildRequires: python
|
||||
%endif
|
||||
%endif # with pgm
|
||||
|
||||
%description
|
||||
The 0MQ lightweight messaging kernel is a library which extends the
|
||||
@ -116,7 +118,7 @@ export LIBS=-ldl
|
||||
%configure \
|
||||
--with-libsodium \
|
||||
--enable-curve \
|
||||
%if 0%{?with_pgm}
|
||||
%if %{with pgm}
|
||||
--with-pgm \
|
||||
%endif
|
||||
--disable-static \
|
||||
|
Loading…
Reference in New Issue
Block a user