14
0
2014-02-14 11:56:48 +00:00
committed by Git OBS Bridge
parent d7ac6a0946
commit d35f494da7
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 14 11:54:46 UTC 2014 - rschweikert@suse.com
- Include in SLE 12 (FATE #316168)
-------------------------------------------------------------------
Sun Nov 24 17:15:36 UTC 2013 - p.drouand@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package retry_decorator
# spec file for package python-retry_decorator
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-retry_decorator
Version: 1.0.0
Release: 0
@@ -24,7 +25,7 @@ Group: Development/Languages/Python
Url: https://github.com/pnpnpn/retry-decorator
Source0: https://pypi.python.org/packages/source/r/retry_decorator/retry_decorator-%{version}.tar.gz
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
@@ -49,5 +50,3 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%{python_sitelib}/*
%changelog