12 Star 0 Fork 12

src-openEuler/zeromq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zeromq.spec 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2024-12-24 10:16 . Upgrade version to 4.3.5
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/zeromq.git
[email protected]:src-openeuler/zeromq.git
src-openeuler
zeromq
zeromq
master

搜索帮助