## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global appid com.github.hugolabe.Wike Name: wike Version: 3.1.0 Release: %autorelease Summary: Wikipedia Reader for the GNOME Desktop License: GPL-3.0-or-later URL: https://hugolabe.github.io/Wike Source0: https://github.com/hugolabe/wike/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 BuildRequires: gtk-update-icon-cache Requires: hicolor-icon-theme Requires: python3-gobject Requires: gtk4 Requires: libadwaita Requires: webkitgtk6.0 Requires: libsoup Requires: pango %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 ## START: Generated by rpmautospec * Fri Sep 06 2024 Gustavo Costa - 3.1.0-1 - Update to 3.1.0 (rhbz#2305195) * Sat Jul 20 2024 Fedora Release Engineering - 3.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Apr 06 2024 Gustavo Costa - 3.0.1-1 - Update to 3.0.1 (rhbz#2271241) * Mon Mar 18 2024 Gustavo Costa - 3.0.0-1 - Update to 3.0.0 (rhbz#2268613) * Tue Feb 13 2024 Gustavo Costa - 2.1.0-1 - Update to 2.1.0 (rhbz#2252759) * Sat Jan 27 2024 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Apr 27 2023 Gustavo Costa - 2.0.1-1 - Update to 2.0.1 (rhbz#2188956) * 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 * Sat Mar 04 2023 Gustavo Costa - 1.8.3-2 - Use webkit2gtk4.1 * Sat Mar 04 2023 Gustavo Costa - 1.8.3-1 - Update to 1.8.3 (rhbz#2175378) * Fri Feb 24 2023 Gustavo Costa - 1.8.2-1 - Drop patch - Use SPDX license - Update to 1.8.2 (rhbz#2137400) * Sat Jan 21 2023 Fedora Release Engineering - 1.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Sep 24 2022 Gustavo Costa - 1.8.1-2 - Fix _fill_menu bug (rhbz#2128121) * Fri Sep 09 2022 Gustavo Costa - 1.8.1-1 - Update to 1.8.1 (rhbz#2125166) * Sat Jul 23 2022 Fedora Release Engineering - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun May 29 2022 Gustavo Costa - 1.8.0-1 - Update to 1.8.0 * Mon Apr 04 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 - Update to 1.6.3 * Sat Dec 04 2021 Gustavo Costa - 1.6.2-1 - Update to 1.6.2 * Wed Nov 17 2021 Gustavo Costa - 1.6.1-1 - Update to 1.6.1 * Sat Oct 16 2021 Gustavo Costa - 1.6.0-1 - Update to 1.6.0 * Wed Sep 22 2021 Gustavo Costa - 1.5.7-1 - Update to 1.5.7 * Thu Sep 09 2021 Gustavo Costa - 1.5.6-1 - Update to 1.5.6 - Remove BR libhandy1-devel - Add BR glib2-devel * Thu Sep 02 2021 Gustavo Costa - 1.5.4-1 - Initial package ## END: Generated by rpmautospec