forked from pool/python-py2pack
Removed author (recommended newer RPM style) and unneeded check.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
652197fb3d
commit
a89a4a4666
@@ -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 <saschpe@gmx.de>
|
||||
|
||||
%prep
|
||||
export CFLAGS="%{optflags}"
|
||||
%setup -n %{mod_name}-%{version}
|
||||
%setup -q -n %{mod_name}-%{version}
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
Reference in New Issue
Block a user