|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: zeromq
|
|
|
|
|
Version: 4.3.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Software library for fast, message-based applications
|
|
|
|
|
|
|
|
|
|
License: LGPLv3+
|
|
|
|
@ -14,9 +14,7 @@ BuildRequires: automake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
|
|
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
|
|
|
|
|
BuildRequires: libunwind-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with pgm}
|
|
|
|
|
BuildRequires: openpgm-devel
|
|
|
|
@ -62,9 +60,7 @@ autoreconf -fi
|
|
|
|
|
--with-libgssapi_krb5 \
|
|
|
|
|
%endif
|
|
|
|
|
--with-libsodium \
|
|
|
|
|
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
|
|
|
|
|
--enable-libunwind \
|
|
|
|
|
%endif
|
|
|
|
|
--disable-Werror \
|
|
|
|
|
--disable-static
|
|
|
|
|
%make_build
|
|
|
|
@ -98,6 +94,9 @@ make check V=1 || ( cat test-suite.log && exit 1 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 15 2020 Dan Horák <dan[at]danny.cz> - 4.3.2-3
|
|
|
|
|
- libunwind is available on all Fedora arches
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|