10535e1
Name:           bubblemail
4fad970
Version:        1.9
276bd90
Release:        %autorelease
10535e1
Summary:        Extensible mail notification service
10535e1
62009c6
License:        GPL-2.0-only
10535e1
URL:            http://bubblemail.free.fr/
10535e1
Source0:        https://framagit.org/razer/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
10535e1
10535e1
BuildRequires:  desktop-file-utils
10535e1
BuildRequires:  libappstream-glib
10535e1
BuildRequires:  folks-devel
10535e1
BuildRequires:  gettext
10535e1
BuildRequires:  python3-devel
10535e1
BuildRequires:  python3-setuptools
10535e1
BuildRequires:  python3-pillow
10535e1
BuildRequires:  python3-pyxdg
10535e1
BuildRequires:  vala
10535e1
Requires:       folks
10535e1
Requires:       gnome-keyring
10535e1
Requires:       hicolor-icon-theme
10535e1
Requires:       libsecret
10535e1
Requires:       python3
10535e1
Requires:       python3-gobject
10535e1
Requires:       python3-dbus
10535e1
Requires:       python3-requests
10535e1
Requires:       python3-gstreamer1
10535e1
Requires:       python3-pyxdg
0d5dfee
Requires:       python3-pysocks
10535e1
Recommends:     gnome-online-accounts
0f003c9
Recommends:     gnome-shell-extension-bubblemail
10535e1
10535e1
%description
10535e1
Bubblemail is a D-Bus service providing a list of the new and unread user's mail
10535e1
from local mailboxes, pop, imap, and gnome online accounts. It include a
10535e1
libnotify frontend to create notifications and can be used by other frontends as
10535e1
well.
10535e1
10535e1
%prep
10535e1
%autosetup -p1 -n %{name}-v%{version}
10535e1
sed -i '1{\@^#!/usr/bin/env python@d}' \
10535e1
        bubblemail/plugins/spamfilterplugin.py \
10535e1
        bubblemail/plugins/userscriptplugin.py
10535e1
10535e1
%build
10535e1
%py3_build
10535e1
10535e1
%install
10535e1
%py3_install
10535e1
%find_lang %{name}
10535e1
10535e1
%check
10535e1
appstream-util validate-relax --nonet \
10535e1
        %{buildroot}%{_metainfodir}/*.appdata.xml
10535e1
desktop-file-validate \
10535e1
        %{buildroot}/%{_datadir}/applications/*.desktop
10535e1
10535e1
%files -f %{name}.lang
10535e1
%license LICENSE.txt
10535e1
%doc AUTHORS CHANGELOG.md CONTRIBUTING.md README.md
2222f61
%{_mandir}/man1/%{name}.1*
2222f61
%{_mandir}/man1/%{name}d.1*
10535e1
%{_sysconfdir}/xdg/autostart/%{name}d.desktop
10535e1
%{_bindir}/%{name}
10535e1
%{_bindir}/%{name}-avatar-provider
10535e1
%{_bindir}/%{name}d
10535e1
%{python3_sitelib}/%{name}-%{version}-py*.egg-info
10535e1
%{python3_sitelib}/%{name}/
10535e1
%{_datadir}/applications/bubblemail.desktop
10535e1
%{_datadir}/%{name}/
db7a09e
%{_datadir}/icons/hicolor/*/apps/%{name}.svg
10535e1
%{_metainfodir}/%{name}.appdata.xml
10535e1
10535e1
%changelog
276bd90
%autochangelog