File gnome-feeds.spec of Package gnome-feeds
#
# spec file for package gnome-feeds
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: gnome-feeds
Version: 0.9
Release: 0
Summary: RSS/Atom feed reader for GNOME
License: GPL-3.0+
Group: Productivity/Other
URL: https://gabmus.gitlab.io/gnome-feeds/
Source0: %{name}-%{version}.tar.xz
BuildRequires: meson >= 0.50.0
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
#Requires: python3-lxml
Requires: python3-feedparser
Requires: python3-listparser
Requires: python3-html5lib
#Requires: python3-requests
#Requires: python3-python-utils
Requires: python3-pytz
Requires: python3-Brotli
Requires: python3-Pillow
BuildArch: noarch
%description
GNOME Feeds is a minimal RSS/Atom feed reader built with speed and
simplicity in mind.
It offers a simple user interface that only shows the latest news
from your subscriptions.
Articles are shown in a web view by default, with javascript
disabled for a faster and less intrusive user experience. There's
also a reader mode included, built from the one GNOME Web/Epiphany
uses.
Feeds can be imported and exported via OPML.
%lang_package
%prep
%autosetup -p1
%build
%meson
%meson_build
%install
%meson_install
%suse_update_desktop_file org.gabmus.gfeeds Network Feed News
%find_lang gfeeds
%files
%license LICENSE
%doc README.md
%{_bindir}/gfeeds
%{_datadir}/gfeeds
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.gabmus.gfeeds.service
%{_datadir}/glib-2.0/schemas/org.gabmus.gfeeds.gschema.xml
%{_datadir}/icons/hicolor/*/apps/org.gabmus.gfeeds*.svg
%{_datadir}/metainfo/org.gabmus.gfeeds.appdata.xml
%{python3_sitelib}/gfeeds
%files lang -f gfeeds.lang
%changelog