%global toolchain clang %global tag %{version} %global debug_package %{nil} Name: pounce Version: 3.2 Release: %autorelease Summary: Multi-client, TLS-only IRC bouncer License: GPL-3.0-or-later URL: https://git.causal.agency/pounce Source0: %{url}/snapshot/%{name}-%{tag}.tar.gz BuildRequires: clang BuildRequires: libretls-devel BuildRequires: libxcrypt-devel BuildRequires: pkgconfig %description pounce is a multi-client, TLS-only IRC bouncer. It maintains a persistent connection to an IRC server, allowing multiple clients to connect and receive the same messages. %prep %autosetup -n %{name}-%{tag} %build ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} %make_build all %install %make_install %files %license LICENSE %{_bindir}/pounce %{_bindir}/calico %{_mandir}/man1/pounce.1* %{_mandir}/man1/calico.1* %changelog %autochangelog