14
0

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:
Sascha Peilicke
2011-01-18 20:59:03 +00:00
committed by Git OBS Bridge
parent 652197fb3d
commit a89a4a4666

View File

@@ -37,7 +37,7 @@ BuildRequires: python-argparse
Requires: python-argparse Requires: python-argparse
%if 0%{?suse_version} %if 0%{?suse_version}
%py_requires %py_requires
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} %if %{?suse_version: %{suse_version} > 1110}
BuildArch: noarch BuildArch: noarch
%endif %endif
%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 (PyPI). Conveniently, it can fetch tarballs and changelogs making it an
universal tool to package Python modules. universal tool to package Python modules.
Authors:
--------
Sascha Peilicke <saschpe@gmx.de>
%prep %prep
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
%setup -n %{mod_name}-%{version} %setup -q -n %{mod_name}-%{version}
%build %build
python setup.py build python setup.py build