Name: lieer Version: 1.6 Release: 1%{?dist} Summary: Fast email-fetching and sending and two-way tag synchronization between notmuch and GMail License: GPL-3 URL: https://github.com/gauteh/lieer Source: %{url}/archive/v%{version}/lieer-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: This program can pull, and send, email and labels (and changes to labels) from your GMail account and store them locally in a maildir with the labels synchronized with a notmuch database. The changes to tags in the notmuch database may be pushed back remotely to your GMail account.} %description %_description %prep %autosetup -p1 -n lieer-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l lieer %check %tox %files -f %{pyproject_files} %doc README.md %license LICENSE.md %{_bindir}/gmi %exclude %{python3_sitelib}/tests/* %changelog * Sun Mar 10 2024 Juraj Marcin - 1.6-1 - Initial build