forked from twisted/txmongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-txmongo.spec
More file actions
41 lines (31 loc) · 877 Bytes
/
Copy pathpython-txmongo.spec
File metadata and controls
41 lines (31 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: python-txmongo
Version: 0.4.0
Release: 1%{?dist}
Summary: Twisted bindings for MongoDB
Group: Development/Languages
License: Apache License, Version 2.0
URL: https://github.com/chergert/txmongo
Source0: https://github.com/chergert/txmongo/archive/txmongo-0.4.0.tar.gz
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-twisted
BuildRequires: python-pymongo
Requires: python-twisted
Requires: python-pymongo
Requires: python-bson
%description
txmongo allows access to MongoDB from python-twisted.
%prep
%setup -q -n txmongo-txmongo-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%files
%doc README.md
%doc COPYING
%{python_sitelib}/*
%changelog
* Mon Jan 07 2013 Christian Hergert <christian@hergert.me>
- initial package for Fedora