diff --git a/python-py2pack.spec b/python-py2pack.spec index 8f5cb49..bba3f46 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -37,7 +37,7 @@ BuildRequires: python-argparse Requires: python-argparse %if 0%{?suse_version} %py_requires -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +%if %{?suse_version: %{suse_version} > 1110} BuildArch: noarch %endif %endif @@ -48,14 +48,9 @@ It allows to list Python modules or search for them on the Python Package Index (PyPI). Conveniently, it can fetch tarballs and changelogs making it an universal tool to package Python modules. - -Authors: --------- - Sascha Peilicke - %prep export CFLAGS="%{optflags}" -%setup -n %{mod_name}-%{version} +%setup -q -n %{mod_name}-%{version} %build python setup.py build