diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-axx-aiapi.spec | 82 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 84 insertions, 0 deletions
@@ -0,0 +1 @@ +/AXX-AIAPI-1.3.0.tar.gz diff --git a/python-axx-aiapi.spec b/python-axx-aiapi.spec new file mode 100644 index 0000000..89d3516 --- /dev/null +++ b/python-axx-aiapi.spec @@ -0,0 +1,82 @@ +%global _empty_manifest_terminate_build 0 +Name: python-AXX-AIAPI +Version: 1.3.0 +Release: 1 +Summary: create application template for axx ai-api. +License: GUN V3 +URL: https://pypi.org/project/AXX-AIAPI/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/12/066b94c612f8bda3eee74ed266b10561fbc131e81a4ac6d77a55e48d33df/AXX-AIAPI-1.3.0.tar.gz +BuildArch: noarch + +Requires: python3-flask + +%description +create application template for axx ai-api. + + + + +%package -n python3-AXX-AIAPI +Summary: create application template for axx ai-api. +Provides: python-AXX-AIAPI +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-AXX-AIAPI +create application template for axx ai-api. + + + + +%package help +Summary: Development documents and examples for AXX-AIAPI +Provides: python3-AXX-AIAPI-doc +%description help +create application template for axx ai-api. + + + + +%prep +%autosetup -n AXX-AIAPI-1.3.0 + +%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-AXX-AIAPI -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 +- Package Spec generated @@ -0,0 +1 @@ +6b535b45f5107004241351cd29a40e87 AXX-AIAPI-1.3.0.tar.gz |
