14
0
forked from pool/python-pyzmq

Resolved spec file conflict

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=12
This commit is contained in:
Sascha Peilicke
2012-04-03 11:30:15 +00:00
committed by Git OBS Bridge
parent 8b20095ca8
commit 178ad33cce
3 changed files with 24 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pyzmq
Version: 2.1.11
Release: 0
@@ -25,6 +26,7 @@ Url: http://github.com/zeromq/pyzmq
Source: http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: zeromq-devel
Suggests: zeromq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -47,7 +49,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING.LESSER README.rst examples docs
%doc COPYING.LESSER README.rst examples
#%%doc docs/build/html
%{python_sitearch}/*
%changelog