代码拉取完成,页面将自动刷新
Name: zeromq
Version: 4.3.5
Release: 1
Summary: Software library for fast, message-based applications
License: LGPLv3+
URL: https://zeromq.org
Source0: https://github.com/%{name}/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz
BuildRequires: make
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: libsodium-devel
BuildRequires: libunwind-devel
BuildRequires: openpgm-devel
BuildRequires: krb5-devel
%description
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
This package contains the ZeroMQ shared library.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package help
Summary: Help documents for zeromq
%description help
Help documents for zeromq.
%prep
%autosetup -p1 -n libzmq-%{version}
rm -rf external/wepoll
chmod -x src/xsub.hpp
%build
autoreconf -fi
%configure \
--with-pgm \
--with-libgssapi_krb5 \
--with-libsodium \
--enable-libunwind \
--disable-Werror \
--disable-static
%make_build
%install
%make_install
rm %{buildroot}%{_libdir}/libzmq.la
%check
make check %{?_smp_mflags} || make check || make check || make check || ( cat test-suite.log && exit 1 )
%ldconfig_scriptlets
%files
%doc AUTHORS
%{_bindir}/curve_keygen
%{_libdir}/libzmq.so.5*
%files devel
%{_libdir}/libzmq.so
%{_libdir}/pkgconfig/libzmq.pc
%{_includedir}/zmq*.h
%files help
%doc README.md NEWS
%license LICENSE
%{_mandir}/man3/zmq_*
%{_mandir}/man7/zmq_*
%{_mandir}/man7/zmq.*
%changelog
* Tue Dec 24 2024 xu_ping <[email protected]> - 4.3.5-1
- Upgrade version to 4.3.5
* Various bug fixes and performance improvements.
* New DRAFT (see NEWS for 4.2.0) zmq_ppoll APIs was added that differs from
zmq_poll in the same way that ppoll differs from poll.
* New DRAFT (see NEWS for 4.2.0) socket options
* Tue Aug 23 2022 yaoxin <[email protected]> - 4.3.4-3
- Fix build error
* Fri Aug 19 2022 xu_ping <[email protected]> - 4.3.4-2
- fix test_inproc_connext failed
* Fri Jun 4 2021 wutao <[email protected]> - 4.3.4-1
- upgrade to 4.3.4 to fix CVE-2021-20236
* Fri Mar 6 2020 shijian <[email protected]> - 4.1.7-2
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。