forked from pool/python-termcolor
- Macro cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termcolor?expand=0&rev=4
This commit is contained in:
parent
1145904cd5
commit
ef82187588
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 19 13:37:43 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Macro cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 23 10:36:16 UTC 2011 - saschpe@suse.de
|
Fri Sep 23 10:36:16 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -26,13 +26,11 @@ Source: http://pypi.python.org/packages/source/t/termcolor/termcolor-%{v
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%py_requires
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%if 0%{?suse_version} > 1110
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Available text colors: grey, red, green, yellow, blue, magenta, cyan, white.
|
Available text colors: grey, red, green, yellow, blue, magenta, cyan, white.
|
||||||
|
Loading…
Reference in New Issue
Block a user