!26 [sync] PR-25: Fix WITH_LDS not taking effect during compilation
From: @openeuler-sync-bot Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
568b6447d9
@ -1,12 +1,12 @@
|
|||||||
Name: librdkafka
|
Name: librdkafka
|
||||||
Version: 0.11.4
|
Version: 0.11.4
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: C library implementation of the Apache Kafka protocol
|
Summary: C library implementation of the Apache Kafka protocol
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/edenhill/librdkafka
|
URL: https://github.com/edenhill/librdkafka
|
||||||
Source0: https://github.com/edenhill/librdkafka/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/edenhill/librdkafka/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++ python3 openssl-devel cyrus-sasl-devel lz4-devel
|
BuildRequires: gcc-c++ python3 openssl-devel cyrus-sasl-devel lz4-devel python3-unversioned-command
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ibrdkafka is a C library implementation of the Apache Kafka protocol, providing Producer, Consumer
|
ibrdkafka is a C library implementation of the Apache Kafka protocol, providing Producer, Consumer
|
||||||
@ -53,6 +53,9 @@ make check
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 20 2024 lishunlong <lishunlong@kylinsec.com.cn> - 0.11.4-5
|
||||||
|
- Fix recognition of WITH_LDS when compiling
|
||||||
|
|
||||||
* Mon Oct 26 2020 leiju <leiju4@huawei.com> - 0.11.4-4
|
* Mon Oct 26 2020 leiju <leiju4@huawei.com> - 0.11.4-4
|
||||||
- Modify BuildRequires from python2 to python3
|
- Modify BuildRequires from python2 to python3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user