File freetalk.spec of Package freetalk
#
# spec file for package freetalk
#
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: freetalk
Version: 4.2
Release: 0
Summary: Console based Jabber/XMPP client
License: GPL-3.0-or-later
URL: https://www.gnu.org/software/freetalk/
Source: https://ftp.gnu.org/gnu/freetalk/%{name}-%{version}.tar.gz
Source2: https://ftp.gnu.org/gnu/freetalk/%{name}-%{version}.tar.gz.sig
# https://savannah.gnu.org/project/release-gpgkeys.php?group=freetalk
Source3: %{name}.keyring
BuildRequires: c++_compiler
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(guile-3.0)
BuildRequires: pkgconfig(loudmouth-1.0)
BuildRequires: pkgconfig(readline)
%description
GNU Freetalk is a console based chat client for Jabber and other XMPP servers.
It has context sensitive auto-completion for buddy names, commands, and even
ordinary English words. Similar to GNU Emacs, You can customize and extend GNU
Freetalk with Scheme language.
%prep
%autosetup -p1
%build
%configure \
--docdir=%{_docdir}/%{name} \
%{nil}
%make_build
%install
%make_install
%check
%make_build check
%files
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/freetalk
%{_docdir}/freetalk
%{_datadir}/freetalk
%{_infodir}/freetalk.info%{?ext_info}
%{_mandir}/man1/freetalk.1%{?ext_man}
%changelog