kafkacat-fedora/kafkacat.spec

37 lines
667 B
Plaintext
Raw Permalink Normal View History

2021-07-14 13:48:18 +03:00
Name: kafkacat
2021-07-14 18:21:14 +03:00
Version: 1.6.0
2021-07-14 16:27:43 +03:00
Release: 1%{?dist}
2021-07-14 13:48:18 +03:00
Summary: kafkacat is a generic non-JVM producer and consumer for Apache Kafka 0.8, think of it as a netcat for Kafka.
License: BSD-2-Clause
URL: https://github.com/edenhill/kafkacat
2021-07-15 09:40:25 +03:00
2021-07-15 09:44:01 +03:00
Source0: %{version}.zip
2021-07-15 09:40:25 +03:00
2021-07-14 18:21:14 +03:00
Source: https://github.com/edenhill/kafkacat/archive/refs/tags/1.6.0.zip
2021-07-14 13:48:18 +03:00
2021-07-14 16:26:24 +03:00
BuildRequires: zlib-devel
BuildRequires: gcc >= 4.1
BuildRequires: librdkafka-devel
2021-07-14 13:48:18 +03:00
%description
2021-07-14 16:27:43 +03:00
kafkacat is a generic non-JVM producer and consumer for Apache Kafka
2021-07-14 13:48:18 +03:00
%prep
2021-07-14 16:26:24 +03:00
%autosetup
2021-07-14 13:48:18 +03:00
%configure
%build
2021-07-14 16:26:24 +03:00
%make_build
2021-07-14 13:48:18 +03:00
%install
2021-07-14 16:26:24 +03:00
%make_install
2021-07-14 13:48:18 +03:00
2021-07-14 16:26:24 +03:00
%files
2021-07-14 13:48:18 +03:00
%{_bindir}/kafkacat
2021-07-14 16:26:24 +03:00
%doc README.md
%license LICENSE
%changelog CHANGELOG.md