Init spec for 22.09
This commit is contained in:
parent
d42a420c29
commit
848f162bd9
BIN
pyisula-0.0.2.tar.gz
Normal file
BIN
pyisula-0.0.2.tar.gz
Normal file
Binary file not shown.
40
python-isula.spec
Normal file
40
python-isula.spec
Normal file
@ -0,0 +1,40 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: python-isula
|
||||
Version: 0.0.2
|
||||
Release: 1
|
||||
Summary: python sdk library for iSulad and isula-build
|
||||
License: Apache-2.0
|
||||
URL: https://gitee.com/openeuler/pyisula
|
||||
Source0: pyisula-%{version}.tar.gz
|
||||
BuildRequires: python3-devel
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
python sdk library for iSulad and isula-build
|
||||
|
||||
%package -n python3-isula
|
||||
Summary: python sdk library for iSulad and isula-build
|
||||
Requires: python3-cryptography
|
||||
Requires: python3-grpcio
|
||||
Requires: python3-protobuf
|
||||
|
||||
%description -n python3-isula
|
||||
python sdk library for iSulad and isula-build
|
||||
|
||||
%prep
|
||||
%autosetup -n pyisula-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files -n python3-isula
|
||||
%{python3_sitelib}/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 31 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 0.0.2-1
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user