2020-09-08 10:29:17 +02:00
|
|
|
#
|
|
|
|
# spec file for package neix
|
|
|
|
#
|
2024-02-21 08:47:07 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2020-09-08 10:29:17 +02:00
|
|
|
#
|
|
|
|
# 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: neix
|
2021-05-06 09:42:45 +02:00
|
|
|
Version: 0.1.5
|
2020-09-08 10:29:17 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: News Reader for Text Terminals
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
Group: Productivity/Networking/Web/Browsers
|
|
|
|
URL: https://github.com/tomschwarz/neix
|
2020-09-08 10:53:54 +02:00
|
|
|
Source: https://github.com/tomschwarz/neix/archive/v%{version}.tar.gz
|
2020-09-08 10:29:17 +02:00
|
|
|
Patch0: neix-include.patch
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
neix is a RSS/Atom news feed reader.
|
|
|
|
|
|
|
|
%prep
|
2024-02-21 08:47:07 +01:00
|
|
|
%autosetup -p1
|
2020-09-08 10:29:17 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE.md
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/neix
|
|
|
|
%{_mandir}/man1/neix.1%{?ext_man}
|
2020-09-08 10:58:58 +02:00
|
|
|
%dir %{_datadir}/neix
|
2020-09-08 10:56:44 +02:00
|
|
|
%{_datadir}/neix/feeds.conf
|
|
|
|
%{_datadir}/neix/neix.conf
|
2020-09-08 10:29:17 +02:00
|
|
|
|
|
|
|
%changelog
|