diff --git a/python-imbox.spec b/python-imbox.spec index e3b160c..a059093 100644 --- a/python-imbox.spec +++ b/python-imbox.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-imbox Version: 0.8.5 Release: 0 @@ -25,7 +24,7 @@ Summary: Python IMAP for Human beings License: MIT Group: Development/Languages/Python Url: https://github.com/martinrusev/imbox -Source: https://files.pythonhosted.org/packages/source/i/imbox/imbox-%{version}.tar.gz +Source: imbox-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -33,8 +32,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%{python_subpackages} +%python_subpackages %description Python library for reading IMAP mailboxes and converting email content to machine readable data