14
0

Accepting request 138053 from home:douglarek:branches:devel:languages:python

Updated to 4.0.1

OBS-URL: https://build.opensuse.org/request/show/138053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2012-11-20 09:16:09 +00:00
committed by Git OBS Bridge
parent 4e56aa5741
commit 8080b6e390
4 changed files with 27 additions and 8 deletions

View File

@@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-zope.interface
Version: 3.8.0
Version: 4.0.1
Release: 0
Url: http://pypi.python.org/pypi/zope.interface
Summary: Interfaces for Python
@@ -25,14 +26,13 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
Provides: python-zopeinterface = %{version}
Obsoletes: python-zopeinterface < %{version}
Provides: python-zope-interface = %{version}
Obsoletes: python-zope-interface < %{version}
%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
BuildArch: noarch
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%description
@@ -56,6 +56,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYRIGHT.txt CHANGES.txt LICENSE.txt README.txt
%{python_sitelib}/*
%{python_sitearch}/*
%changelog