!8 update version to 1.9.2
From: @huyab Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
0bd2566495
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: librdkafka
|
Name: librdkafka
|
||||||
Version: 0.11.4
|
Version: 1.9.2
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: C library implementation of the Apache Kafka protocol
|
Summary: C library implementation of the Apache Kafka protocol
|
||||||
License: BSD-2-Clause and Zlib and MIT and BSD-3-Clause
|
License: BSD-2-Clause and Zlib and MIT and BSD-3-Clause
|
||||||
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/refs/tags/v%{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
|
||||||
|
|
||||||
@ -45,6 +45,13 @@ make check
|
|||||||
%doc README.md CONFIGURATION.md
|
%doc README.md CONFIGURATION.md
|
||||||
%license LICENSE LICENSE.snappy LICENSE.pycrc
|
%license LICENSE LICENSE.snappy LICENSE.pycrc
|
||||||
%{_libdir}/{librdkafka.so.*,librdkafka++.so.*}
|
%{_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
|
%files devel
|
||||||
%dir %{_includedir}/librdkafka
|
%dir %{_includedir}/librdkafka
|
||||||
@ -52,7 +59,11 @@ make check
|
|||||||
%attr(0755,root,root) %{_libdir}/{librdkafka.so,librdkafka++.so}
|
%attr(0755,root,root) %{_libdir}/{librdkafka.so,librdkafka++.so}
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 1 2022 huyab<1229981468@qq.com> - 1.9.2-1
|
||||||
|
- update version to 1.9.2-1
|
||||||
|
|
||||||
* Wed May 11 2022 wulei <wulei80@h-partners.com> - 0.11.4-5
|
* Wed May 11 2022 wulei <wulei80@h-partners.com> - 0.11.4-5
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
@ -61,5 +72,3 @@ make check
|
|||||||
|
|
||||||
* Fri Dec 20 2019 daiqianwen <daiqianwen@huawei.com> - 0.11.4-3
|
* Fri Dec 20 2019 daiqianwen <daiqianwen@huawei.com> - 0.11.4-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
v1.9.2.tar.gz
Normal file
BIN
v1.9.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user