diff options
author | 2016-08-16 16:58:31 -0400 | |
---|---|---|
committer | 2016-08-17 14:16:44 -0400 | |
commit | e025c67845061b21b379c721477e93f80e57f4aa (patch) | |
tree | 3dd61e7bad5291cfcf1339ba6c24f03649763ace /build/python-tackerclient.spec | |
parent | 0b7fdc099fd750c76334261ef18bfa2e3d70234e (diff) |
Moving rpm spec files to a sub directory
Change-Id: I10eebc955cae5006155e045accf2924c393ab522
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/python-tackerclient.spec')
-rw-r--r-- | build/python-tackerclient.spec | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/build/python-tackerclient.spec b/build/python-tackerclient.spec deleted file mode 100644 index 72cbf629..00000000 --- a/build/python-tackerclient.spec +++ /dev/null @@ -1,40 +0,0 @@ -%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 - |