代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/rsyslog 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Name: librdkafka
Version: 1.9.2
Release: 1
Summary: C library implementation of the Apache Kafka protocol
License: BSD-2-Clause and Zlib and MIT and BSD-3-Clause
URL: https://github.com/edenhill/librdkafka
Source0: https://github.com/edenhill/librdkafka/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
%description
ibrdkafka is a C library implementation of the Apache Kafka protocol, providing Producer, Consumer
and Admin clients. It was designed with message delivery reliability and high performance in mind,
current figures exceed 1 million msgs/second for the producer and 3 million msgs/second for the consumer.
%package devel
Summary: Development files for the Kafka C/C++ library
Requires: %{name} = %{version}-%{release}
%description devel
librdkafka is a C library implementation of the Apache Kafka protocol,containing both Producer and
Consumer support.
%prep
%autosetup -n %{name}-%{version} -p1
yum install -y gcc-c++ python3 openssl-devel cyrus-sasl-devel lz4-devel
%build
%configure --enable-lz4 --enable-ssl --enable-sasl
%make_build
%check
make check
%install
%make_install
%delete_la_and_a
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%doc README.md CONFIGURATION.md
%license LICENSE LICENSE.snappy LICENSE.pycrc
%{_libdir}/{librdkafka.so.*,librdkafka++.so.*}
/usr/share/doc/librdkafka/CHANGELOG.md
/usr/share/doc/librdkafka/INTRODUCTION.md
/usr/share/doc/librdkafka/LICENSE
/usr/share/doc/librdkafka/LICENSES.txt
/usr/share/doc/librdkafka/STATISTICS.md
%files devel
%dir %{_includedir}/librdkafka
%attr(0644,root,root) %{_includedir}/librdkafka/*
%attr(0755,root,root) %{_libdir}/{librdkafka.so,librdkafka++.so}
%{_libdir}/pkgconfig/*
%changelog
* Wed May 11 2022 wulei <[email protected]> - 0.11.4-5
- License compliance rectification
* Mon Oct 26 2020 leiju <[email protected]> - 0.11.4-4
- Modify BuildRequires from python2 to python3
* Fri Dec 20 2019 daiqianwen <[email protected]> - 0.11.4-3
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。