%global upname bubblemail-gnome-shell Name: gnome-shell-extension-bubblemail Version: 0.71 Release: 1%{?dist} Summary: GNOME Shell indicator for new and unread mail using Bubblemail License: GPLv2+ URL: http://bubblemail.free.fr/ Source0: https://framagit.org/razer/%{upname}/-/archive/v%{version}/%{upname}-v%{version}.tar.bz2 BuildRequires: meson BuildRequires: gettext Requires: bubblemail Requires: gnome-shell >= 3.34 BuildArch: noarch %description %{name} relies on the Bubblemail service to display notifications in GNOME shell about new and unread messages in local (mbox, Maildir) and remote (POP3, IMAP) mailboxes. %prep %autosetup -n %{upname}-v%{version} mv src/LICENSE ./ %build %meson -Dgnome_shell_libdir=%{_datadir}/gnome-shell/extensions/ \ -Dgsettings_schemadir=%{_datadir}/glib-2.0/schemas/ %meson_build %install %meson_install %find_lang %{upname} %files -f %{upname}.lang %license LICENSE %doc AUTHORS CHANGELOG.md README.md %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.bubblemail.gschema.xml %{_datadir}/gnome-shell/extensions/bubblemail@razer.framagit.org/ %changelog * Tue Apr 21 2020 Alexander Ploumistos - 0.71-1 - Fix preferences bug on GNOME 3.34.5 * Mon Apr 20 2020 Alexander Ploumistos - 0.7-1 - Update to version 0.7 - Remove meson patch (merged upstream) * Sun Apr 19 2020 Alexander Ploumistos - 0.6-1 - Initial release