Blame gnome-feeds.spec

420df30
%global shortname   gfeeds
420df30
%global appname     org.gabmus.%{shortname}
269fd21
269fd21
Name:           gnome-feeds
420df30
Version:        0.8
269fd21
Release:        1%{?dist}
269fd21
Summary:        RSS/Atom feed reader for GNOME
269fd21
269fd21
License:        GPLv3+
269fd21
URL:            https://gabmus.gitlab.io/gnome-feeds
269fd21
Source0:        https://gitlab.com/gabmus/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
269fd21
BuildArch:      noarch
269fd21
269fd21
BuildRequires:  desktop-file-utils
269fd21
BuildRequires:  intltool
269fd21
BuildRequires:  libappstream-glib
269fd21
BuildRequires:  meson >= 0.50.0
420df30
BuildRequires:  python3-devel
269fd21
BuildRequires:  pkgconfig(glib-2.0)
269fd21
BuildRequires:  pkgconfig(gobject-introspection-1.0)
269fd21
BuildRequires:  pkgconfig(gtk+-3.0)
269fd21
Requires:       dbus-common
269fd21
Requires:       glib2%{?_isa}
269fd21
Requires:       hicolor-icon-theme
269fd21
Requires:       python3-feedparser
269fd21
Requires:       python3-html5lib
269fd21
Requires:       python3-listparser
269fd21
Requires:       python3-lxml
269fd21
Requires:       python3-requests
269fd21
269fd21
%description
269fd21
GNOME Feeds is a minimal RSS/Atom feed reader built with speed and simplicity
269fd21
in mind.
269fd21
269fd21
It offers a simple user interface that only shows the latest news from your
269fd21
subscriptions.
269fd21
269fd21
Articles are shown in a web view by default, with javascript disabled for a
269fd21
faster and less intrusive user experience. There's also a reader mode included,
269fd21
built from the one GNOME Web/Epiphany uses.
269fd21
269fd21
Feeds can be imported and exported via OPML.
269fd21
269fd21
%prep
269fd21
%autosetup -p1
269fd21
269fd21
%build
269fd21
%meson
269fd21
%meson_build
269fd21
269fd21
%install
269fd21
%meson_install
420df30
%find_lang %{shortname} --with-gnome
269fd21
269fd21
%check
269fd21
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appname}.appdata.xml
269fd21
desktop-file-validate %{buildroot}%{_datadir}/applications/%{appname}.desktop
269fd21
420df30
%files -f %{shortname}.lang
269fd21
%license LICENSE
269fd21
%doc README.md
420df30
%{_bindir}/%{shortname}
420df30
%{_datadir}/%{shortname}
269fd21
%{_datadir}/applications/*.desktop
420df30
%{_datadir}/dbus-1/services/*.service
269fd21
%{_datadir}/glib-2.0/schemas/*.gschema.xml
269fd21
%{_datadir}/icons/hicolor/*/*/*.svg
420df30
%{_metainfodir}/*.xml
420df30
%{python3_sitelib}/%{shortname}
269fd21
269fd21
%changelog
420df30
* Wed Sep 04 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.8-1
420df30
- Update to 0.8
420df30
269fd21
* Fri Aug 23 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.7-1
269fd21
- Update to 0.7
269fd21
269fd21
* Wed Aug 14 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.6-1
269fd21
- Update to 0.6
269fd21
269fd21
* Sat Aug 10 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.5.2-3
269fd21
- Initial package