1 Star 0 Fork 12

新街偶尔/python-openstackclient

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
openstackclient.spec 1.59 KB
Copy Edit Raw Blame History
root authored 2020-10-10 18:16 +08:00 . 上传源码
BuildRoot: /root/.tmp/rpmrebuild.57180/work/root
AutoProv: no
%undefine __find_provides
AutoReq: no
%undefine __find_requires
# Do not try autogenerate prereq/conflicts/obsoletes and check files
%undefine __check_files
%undefine __find_prereq
%undefine __find_conflicts
%undefine __find_obsoletes
# Be sure buildpolicy set to do nothing
%define __spec_install_post %{nil}
# Something that need for rpm-4.1
%define _missing_doc_files_terminate_build 0
#dummy
#dummy
Name: python-openstackclient
Version: 5.3.1
Release: 1%{?dist}
Summary: Client for OpenStack services
License: GPL
Source0: python-openstackclient-5.3.1.tar.gz
BuildRequires: python3
URL: https://github.com/openstack/python-openstackclient
Vendor: OpenEuler
Packager: CBS <cbs@centos.org>
Epoch: 1
%description
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity,
Image, Network, Object Store and Block Storage APIs together in a single shell with a uniform command structure.
The primary goal is to provide a unified shell command structure and a common language to describe operations in OpenStack.
%prep
%autosetup
%install
rm -rf $RPM_BUILD_ROOT
python3 setup.py install --prefix=%{buildroot}/usr/local
%files
%attr(0755, root, root) "/usr/local/bin/openstack"
%dir %attr(0750, root, root) "/usr/local/lib/python3.7"
%dir %attr(0750, root, root) "/usr/local/lib/python3.7/site-packages"
%attr(0750, root, root) "/usr/local/lib/python3.7/site-packages/*"
%changelog
* Mon Oct 12 2020 zhang_donglin1 <zhangdonglin@talkweb.com.cn>
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/D_dd/python-openstackclient.git
git@gitee.com:D_dd/python-openstackclient.git
D_dd
python-openstackclient
python-openstackclient
master

Search