X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fhostcli.git;a=blobdiff_plain;f=hostcli.spec;fp=hostcli.spec;h=1f8131067fa8c7d56339527397421bd7d76240b5;hp=0000000000000000000000000000000000000000;hb=9a52ce01e2188bc347d767481bb1a5b2ca3992df;hpb=c1e18dbd84f207488df93d05a5f81f5d3c23b6b2 diff --git a/hostcli.spec b/hostcli.spec new file mode 100644 index 0000000..1f81310 --- /dev/null +++ b/hostcli.spec @@ -0,0 +1,58 @@ +# Copyright 2019 Nokia +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +Name: hostcli +Version: %{_version} +Release: 1%{?dist} +Summary: Contains code for the hostcli framework. +License: %{_platform_licence} +Source0: %{name}-%{version}.tar.gz +Vendor: %{_platform_vendor} +BuildArch: noarch + +Requires: python-cliff python-pip python2-osc-lib python-openstackclient +BuildRequires: python +BuildRequires: python-setuptools + + +%description +This RPM contains source code for the hostcli framework. + +%prep +%autosetup + +%install +cd src && python setup.py install --root %{buildroot} --no-compile --install-purelib %{_python_site_packages_path} --install-scripts %{_platform_bin_path} && cd - + + +%files +%{_python_site_packages_path}/hostcli* +#%{_python_site_packages_path}/hostcli.* +%{_platform_bin_path}/hostcli + +%pre + +%post + + +%preun + +%postun + +%clean +rm -rf %{buildroot} + +# TIPS: +# File /usr/lib/rpm/macros contains useful variables which can be used for example to define target directory for man page.