summaryrefslogtreecommitdiff
path: root/python-signate.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 04:56:52 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 04:56:52 +0000
commit4a0a87f1fcb32a969cb3ac6501f04f13645c6108 (patch)
treef7f6997c6ac354a549b3fc7fc3345467ae7c270e /python-signate.spec
parent8df1fd119f7ac2aa40b633f9ca2f2c261b1652f7 (diff)
automatic import of python-signateopeneuler20.03
Diffstat (limited to 'python-signate.spec')
-rw-r--r--python-signate.spec109
1 files changed, 109 insertions, 0 deletions
diff --git a/python-signate.spec b/python-signate.spec
new file mode 100644
index 0000000..503a418
--- /dev/null
+++ b/python-signate.spec
@@ -0,0 +1,109 @@
+%global _empty_manifest_terminate_build 0
+Name: python-signate
+Version: 9.9.10
+Release: 1
+Summary: SIGNATE CLI
+License: Apache 2.0
+URL: https://github.com/signatelab/signate-cli
+Source0: https://mirrors.aliyun.com/pypi/web/packages/0c/4d/478ef43c31d60223d0ba144adb39978aeae39997a9b608c3c51cbae98154/signate-9.9.10.tar.gz
+BuildArch: noarch
+
+Requires: python3-click
+Requires: python3-tabulate
+Requires: python3-wget
+Requires: python3-urllib3
+Requires: python3-six
+Requires: python3-certifi
+Requires: python3-dateutil
+
+%description
+ 1 a-ai-competition - $200,00 100
+ 2 b-ai-competition 2019-12-31 Knowledge 50
+……
+```
+### **② コンペティションが提供するファイル一覧の取得**
+```
+$ signate files --competition-id=<competition-id>
+```
+コンペティションが提供するファイルの一覧を表示します。
+``` bash
+$ signate files --competition-id=1
+
+%package -n python3-signate
+Summary: SIGNATE CLI
+Provides: python-signate
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-signate
+ 1 a-ai-competition - $200,00 100
+ 2 b-ai-competition 2019-12-31 Knowledge 50
+……
+```
+### **② コンペティションが提供するファイル一覧の取得**
+```
+$ signate files --competition-id=<competition-id>
+```
+コンペティションが提供するファイルの一覧を表示します。
+``` bash
+$ signate files --competition-id=1
+
+%package help
+Summary: Development documents and examples for signate
+Provides: python3-signate-doc
+%description help
+ 1 a-ai-competition - $200,00 100
+ 2 b-ai-competition 2019-12-31 Knowledge 50
+……
+```
+### **② コンペティションが提供するファイル一覧の取得**
+```
+$ signate files --competition-id=<competition-id>
+```
+コンペティションが提供するファイルの一覧を表示します。
+``` bash
+$ signate files --competition-id=1
+
+%prep
+%autosetup -n signate-9.9.10
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-signate -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 9.9.10-1
+- Package Spec generated