diff --git a/gnome-feeds.spec b/gnome-feeds.spec index 08bc795..82ea74a 100644 --- a/gnome-feeds.spec +++ b/gnome-feeds.spec @@ -3,7 +3,7 @@ Name: gnome-feeds Version: 0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: RSS/Atom feed reader for GNOME License: GPLv3+ @@ -29,6 +29,7 @@ Requires: python3-html5lib Requires: python3-listparser Requires: python3-lxml Requires: python3-pillow +Requires: python3-pytz Requires: python3-requests %description @@ -44,21 +45,26 @@ built from the one GNOME Web/Epiphany uses. Feeds can be imported and exported via OPML. + %prep %autosetup -p1 + %build %meson %meson_build + %install %meson_install %find_lang %{newname} --with-gnome + %check appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{uuid}.appdata.xml desktop-file-validate %{buildroot}%{_datadir}/applications/%{uuid}.desktop + %files -f %{newname}.lang %license LICENSE %doc README.md @@ -71,7 +77,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{uuid}.desktop %{_metainfodir}/*.xml %{python3_sitelib}/%{newname} + %changelog +* Thu Sep 26 2019 Artem Polishchuk - 0.10-3 +- Add missed dependency 'python3-pytz' + * Mon Sep 16 2019 Artem Polishchuk - 0.10-2 - Add missed Requires