From cc2c00d787b6f16249e38474dac5e9f7d769cbf3a0e77e57e8b0713b719a66ab Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:17:40 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=2 --- python-Yapsy.changes | 5 +++++ python-Yapsy.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-Yapsy.changes b/python-Yapsy.changes index 27722ee..1be9a83 100644 --- a/python-Yapsy.changes +++ b/python-Yapsy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:39 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Apr 2 11:28:50 UTC 2013 - boris@steki.net diff --git a/python-Yapsy.spec b/python-Yapsy.spec index 3df2cab..0829265 100644 --- a/python-Yapsy.spec +++ b/python-Yapsy.spec @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-Yapsy Version: 1.9.2 Release: 0 -License: BSD-2-Clause Summary: Yet another plugin system -Url: http://yapsy.sourceforge.net +License: BSD-2-Clause Group: Development/Languages/Python +Url: http://yapsy.sourceforge.net Source: http://pypi.python.org/packages/source/Y/Yapsy/Yapsy-%{version}.tar.gz -BuildRequires: python-distribute BuildRequires: python-devel +BuildRequires: python-setuptools 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()")} @@ -55,4 +56,4 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %defattr(-,root,root,-) %{python_sitelib}/* -%changelog \ No newline at end of file +%changelog