Name: mcjoin Version: 2.12 Release: 1%{?dist} Summary: Tiny multicast testing tool License: ISC URL: https://github.com/troglobit/mcjoin Source0: https://github.com/troglobit/mcjoin/releases/download/v%{version}/%{name}-%{version}.tar.gz Patch0: configure.patch BuildRequires: automake BuildRequires: autoconf BuildRequires: gcc BuildRequires: git-core %description Mcjoin is a simple and easy-to-use tool for IPv4 and IPv6 multicast testing. It can be run both as a multicast generatori(server) and a sink(client). Supports join/send messages to on or more groups and supports both ASM(*,G) and SSM(S,G) multicasts. %prep %autosetup -S git %build ./autogen.sh %configure export CFLAGS="${RPM_OPT_FLAGS} -fPIE -pie" %make_build %install %make_install %files %doc LICENSE README.md mcjoin-recv.jpg mcjoin-send.jpg %{_mandir}/man1/mcjoin.1* %{_bindir}/%{name} %changelog * Wed Oct 08 2025 Super User -