%global appid com.github.hugolabe.Wike Name: wike Version: 2.0.1 Release: 1%{?dist} Summary: Wikipedia Reader for the GNOME Desktop License: GPL-3.0-or-later URL: https://github.com/hugolabe/wike Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: meson BuildRequires: gettext BuildRequires: glib2-devel BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: hicolor-icon-theme Requires: python3-gobject Requires: gtk4 Requires: libadwaita Requires: webkitgtk6.0 Requires: python3dist(dbus-python) Requires: python3dist(requests) %description Wike is a Wikipedia reader for the GNOME Desktop. Provides access to all the content of this online encyclopedia in a native application, with a simpler and distraction-free view of articles. %prep %autosetup -n Wike-%{version} %build %meson %meson_build %install %meson_install %find_lang %{name} %check appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{appid}.metainfo.xml desktop-file-validate %{buildroot}/%{_datadir}/applications/%{appid}.desktop %files -f %{name}.lang %license COPYING %doc README.md %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{appid}.desktop %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml %{_metainfodir}/%{appid}.metainfo.xml %dir %{_datadir}/dbus-1 %dir %{_datadir}/dbus-1/services %{_datadir}/dbus-1/services/%{appid}.SearchProvider.service %dir %{_datadir}/gnome-shell %dir %{_datadir}/gnome-shell/search-providers %{_datadir}/gnome-shell/search-providers/%{appid}.SearchProvider.ini %changelog * Thu Apr 27 2023 Gustavo Costa - 2.0.1-1 - Update to 2.0.1 * Fri Apr 14 2023 Gustavo Costa - 2.0.0-1 - Update to 2.0.0 (rhbz#2186215) - Change gtk3, libhandy and webkit2gtk4.1 to gtk4, libadwaita and webkitgtk6.1 - Use SPDX license * Sat Sep 10 2022 Gustavo Costa - 1.8.1-1 - Update to 1.8.1 * Sun May 29 2022 Gustavo Costa - 1.8.0-1 - Update to 1.8.0 * Wed Apr 06 2022 Gustavo Costa - 1.7.2-1 - Update to 1.7.2 * Tue Feb 08 2022 Gustavo Costa - 1.7.1-1 - Update to 1.7.1 * Fri Jan 21 2022 Gustavo Costa - 1.7.0-1 - Fix unowned directories - Update to 1.7.0 * Fri Dec 17 2021 Gustavo Costa - 1.6.3-1 - Initial package