File nntpit.spec of Package nntpit
#
# spec file for package nntpit
#
# Copyright (c) 2022, Martin Hauke <mardnh@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: nntpit
Version: 0~git20220501
Release: 0
Summary: A minimalist reddit2nntp gateway
License: MIT
URL: https://github.com/taviso/nntpit
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libev)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(json-c)
%description
A simple reddit2nntp gateway server that lets you use a newsreader
to follow discussions on reddit. The intention is for you to run
it locally, tell your newsreader to connect to localhost, and
subreddits will appear as newsgroups!
%prep
%setup -q
%build
autoreconf -fiv
%configure
%make_build
%install
%make_install
%files
%license LICENSE
%doc README.md
%{_bindir}/nntpit
%changelog