Name: port-scanner Version: 1.0.1 Release: 1%{?dist} Summary: Lightweight TCP port scanner for Linux, written in C++ License: MIT URL: https://github.com/artyom-fedosov/port-scanner Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: make %description Port Scanner is a simple command-line tool to check the accessibility of TCP ports on remote IPv4 hosts. %prep %autosetup %build %cmake %cmake_build %install %cmake_install %files %license LICENSE %doc README.md %{_bindir}/port-scanner %{_mandir}/man1/port-scanner.1.* %changelog * Sat Jun 28 2025 Artyom Fedosov - 1.0.1-1 - Initial package