加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bubblemail.spec 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
Venland 提交于 2024-10-18 15:25 . update to version 1.9
Name: bubblemail
Version: 1.9
Release: 1
Summary: Extensible mail notification service
License: GPL-2.0-only
URL: http://bubblemail.free.fr/
Source0: https://framagit.org/razer/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: folks-devel
BuildRequires: gettext
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pillow
BuildRequires: python3-pyxdg
BuildRequires: vala
Requires: folks
Requires: gnome-keyring
Requires: hicolor-icon-theme
Requires: libsecret
Requires: python3
Requires: python3-gobject
Requires: python3-dbus
Requires: python3-requests
Requires: python3-pyxdg
Requires: python3-pysocks
Recommends: gnome-online-accounts
Recommends: gnome-shell-extension-bubblemail
%description
Bubblemail is a D-Bus service providing a list of the new and unread user's mail
from local mailboxes, pop, imap, and gnome online accounts. It include a
libnotify frontend to create notifications and can be used by other frontends as
well.
%prep
%autosetup -p1 -n %{name}-v%{version}
sed -i '1{\@^#!/usr/bin/env python@d}' \
bubblemail/plugins/spamfilterplugin.py \
bubblemail/plugins/userscriptplugin.py
%build
%py3_build
%install
%py3_install
%find_lang %{name}
%check
appstream-util validate-relax --nonet \
%{buildroot}%{_metainfodir}/*.appdata.xml
desktop-file-validate \
%{buildroot}/%{_datadir}/applications/*.desktop
%files -f %{name}.lang
%license LICENSE.txt
%doc AUTHORS CHANGELOG.md CONTRIBUTING.md README.md
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}d.1*
%{_sysconfdir}/xdg/autostart/%{name}d.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}-avatar-provider
%{_bindir}/%{name}d
%{python3_sitelib}/%{name}-%{version}-py*.egg-info
%{python3_sitelib}/%{name}/
%{_datadir}/applications/bubblemail.desktop
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}.svg
%{_metainfodir}/%{name}.appdata.xml
%changelog
* Fri Oct 18 2024 liweigang <liweigang.lwg@gmail.com> - 1.9-1
- update to version 1.9
* Thu Nov 23 2023 zhangxianting <zhangxianting@uniontech.com> - 1.8-1
- update to version 1.8, remove requires unmaintained python3-gstreamer1
* Mon Jul 19 2021 guoshengsheng <guoshengsheng@kylinos.cn> - 1.4-1
- Initial Package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化