summaryrefslogtreecommitdiffstats
path: root/build/python-tackerclient.spec
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-08-16 16:48:21 -0400
committerDan Radez <dradez@redhat.com>2016-08-17 07:09:40 -0400
commit0b7fdc099fd750c76334261ef18bfa2e3d70234e (patch)
tree14aac25e534b5a5d1ad843b92bbd0fadfd4ae31e /build/python-tackerclient.spec
parent9b40739fdb041a531a979bdc89bb503aff18d023 (diff)
adding tackerclient to the build
JIRA: APEX-235 Change-Id: Ie3ead17f1f82bc74dc38413bb4a3118fbcb82e9c Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/python-tackerclient.spec')
-rw-r--r--build/python-tackerclient.spec40
1 files changed, 40 insertions, 0 deletions
diff --git a/build/python-tackerclient.spec b/build/python-tackerclient.spec
new file mode 100644
index 00000000..72cbf629
--- /dev/null
+++ b/build/python-tackerclient.spec
@@ -0,0 +1,40 @@
+%define debug_package %{nil}
+
+Name: python-tackerclient
+Version: 2015.2
+Release: 1.trozet
+Summary: CLI and Client Library for OpenStack Networking
+
+Group: Applications/Internet
+License: Apache 2.0
+URL: https://wiki.openstack.org/wiki/Tacker/Installation
+Source0: python-tackerclient.tar.gz
+
+BuildArch: noarch
+BuildRequires: python-setuptools
+#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
+
+%description
+CLI and Client Library for OpenStack Networking
+
+%prep
+%setup -q
+
+
+%build
+rm requirements.txt
+#/usr/bin/python setup.py build
+
+
+%install
+/usr/bin/python setup.py install --prefix=%{buildroot} --install-lib=%{buildroot}/usr/lib/python2.7/site-packages
+#rm -rf %{buildroot}/usr/lib/python2.7/site-packages/tacker/tests
+
+
+%files
+/bin/tacker
+/usr/lib/python2.7/site-packages/tackerclient/*
+/usr/lib/python2.7/site-packages/python_tackerclient-*
+
+%changelog
+