Moves RDO images URI to working server
[apex.git] / build / rpm_specs / python-tackerclient.spec
1 %define debug_package %{nil}
2
3 Name:           python-tackerclient
4 Version:        2016.2
5 Release:        1%{?git}
6 Summary:        CLI and Client Library for OpenStack Networking
7
8 Group:          Applications/Internet
9 License:        Apache 2.0
10 URL:            https://wiki.openstack.org/wiki/Tacker/Installation
11 Source0:        python-tackerclient.tar.gz
12
13 BuildArch:      noarch
14 BuildRequires:  python-setuptools
15 #Requires:      stevedore>=1.5.0 http oslo.config>=1.11.0 oslo.messaging!=1.17.0!=1.17.1>=1.16.0 oslo.rootwrap>=2.0.0 python-novaclient>=2.22.0 
16
17 %description
18 CLI and Client Library for OpenStack Networking
19
20 %prep
21 %setup -q
22
23
24 %build
25 rm requirements.txt
26 #/usr/bin/python setup.py build
27
28
29 %install
30 /usr/bin/python setup.py install --prefix=%{buildroot} --install-lib=%{buildroot}/usr/lib/python2.7/site-packages
31 #rm -rf %{buildroot}/usr/lib/python2.7/site-packages/tacker/tests
32
33
34 %files
35 /bin/tacker
36 /usr/lib/python2.7/site-packages/tackerclient/*
37 /usr/lib/python2.7/site-packages/python_tackerclient-*
38
39 %changelog
40 * Wed Nov 30 2016 Dan Radez <dradez@redhat.com> - 2016.2-1
41 - Version update for Newton
42
43 * Mon Jul 25 2016 Tim Rozet <trozet@redhat.com> - 2015.2-1
44 - Initial Commit