-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-zaqarclient.spec
More file actions
43 lines (34 loc) · 1.09 KB
/
python-zaqarclient.spec
File metadata and controls
43 lines (34 loc) · 1.09 KB
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
42
43
Name: python-zaqarclient
Version: XXX
Release: XXX
Summary: Client Library for OpenStack Zaqar Queueing API
License: ASL 2.0
URL: http://wiki.openstack.org/zaqar
Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-pbr
BuildRequires: python-setuptools
Requires: python-jsonschema
Requires: python-keystoneclient >= 1.6.0
Requires: python-oslo-i18n >= 1.5.0
Requires: python-pbr
Requires: python-requests >= 2.5.2
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.5.0
%description
Python client to Zaqar messaging service API v1
%prep
%setup -q -n %{name}-%{upstream_version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install --skip-build --root %{buildroot}
%files
%doc README.rst ChangeLog examples
%license LICENSE
%{python2_sitelib}/zaqarclient
%{python2_sitelib}/python_zaqarclient-*-py?.?.egg-info
%changelog