forked from pool/python-pymongo
- Update to version 2.1.1:
* See https://jira.mongodb.org/browse/PYTHON/fixforversion/11081 for details - Require mongodb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
7239d532a6
commit
0a5a5b065a
@@ -2,8 +2,12 @@
|
|||||||
Tue Feb 28 08:54:00 UTC 2012 - saschpe@suse.de
|
Tue Feb 28 08:54:00 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
- Update to version 2.1.1
|
- Update to version 2.1.1
|
||||||
|
* See https://jira.mongodb.org/browse/PYTHON/fixforversion/11081
|
||||||
|
for details
|
||||||
|
- Require mongodb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
>>>>>>> ./python-pymongo.changes.r1
|
||||||
Sat Mar 26 00:03:48 UTC 2011 - alexandre@exatati.com.br
|
Sat Mar 26 00:03:48 UTC 2011 - alexandre@exatati.com.br
|
||||||
|
|
||||||
- Initial package (1.9) for openSUSE.
|
- Initial package (1.9) for openSUSE.
|
||||||
|
@@ -23,11 +23,12 @@ Url: http://github.com/mongodb/mongo-python-driver
|
|||||||
Summary: Python driver for MongoDB
|
Summary: Python driver for MongoDB
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: pymongo-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
#BuildRequires: python-nose
|
#BuildRequires: python-nose
|
||||||
|
Requires: mongodb
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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)")}
|
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
%endif
|
%endif
|
||||||
@@ -48,7 +49,7 @@ CFLAGS="%{optflags}" python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
#%%check
|
||||||
#python setup.py test
|
#python setup.py test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Reference in New Issue
Block a user