!1 Add mpctool package

From: @queyanwen 
Reviewed-by: @jimmy-jiang-junior 
Signed-off-by: @jimmy-jiang-junior
This commit is contained in:
openeuler-ci-bot 2023-03-13 03:09:11 +00:00 committed by Gitee
commit 4898caf176
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 41 additions and 0 deletions

41
eagle.spec Normal file
View File

@ -0,0 +1,41 @@
Name: python-mpctool
Version: 1.0.0
Release: 1
Summary: mpctool
License: Mulan PSL v2
URL: https://gitee.com/openeuler/eagle
Source0: mpctool.tar.gz
Requires: python3-numpy python3-pandas python3-psutil
%description
%define debug_package %{nil}
%package -n python3-mpctool
Summary: Python3 package for python-mpctool
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-numpy python3-pandas python3-psutil
%description -n python3-mpctool
%prep
%autosetup -n mpctool -p1
%build
%py3_build
%install
%py3_install
%files -n python3-mpctool
%defattr(-,root,root)
%{_bindir}/mpctool
/usr/lib/systemd/system/mpctool.service
%{python3_sitelib}/*
%changelog
* Sun Mar 12 2023 queyanwen<queyanwen@huawei.com> - 1.0.0-1
- First Release

BIN
mpctool.tar.gz Normal file

Binary file not shown.