diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-15 07:35:53 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-15 07:35:53 +0000 |
| commit | 8c56e27debbcdb3a81c56d915bcd30e8e6353719 (patch) | |
| tree | 00d3aba2ee0c6b45e2edf490e1a56bceb5609310 | |
| parent | 2ce249100d2bead85c60aecef07323b9f67e46b0 (diff) | |
automatic import of python-rev-ai
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-rev-ai.spec | 76 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 78 insertions, 0 deletions
@@ -0,0 +1 @@ +/rev_ai-2.17.1.tar.gz diff --git a/python-rev-ai.spec b/python-rev-ai.spec new file mode 100644 index 0000000..27e1efd --- /dev/null +++ b/python-rev-ai.spec @@ -0,0 +1,76 @@ +%global _empty_manifest_terminate_build 0 +Name: python-rev-ai +Version: 2.17.1 +Release: 1 +Summary: Rev AI makes speech applications easy to build! +License: MIT license +URL: https://github.com/revdotcom/revai-python-sdk +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/8e/f31131fc1f0b46cd7a996640bf4f8a231f6aa2a973004abffa6acb919fb0/rev_ai-2.17.1.tar.gz +BuildArch: noarch + +Requires: python3-requests +Requires: python3-six +Requires: python3-websocket-client +Requires: python3-enum34 + +%description + + +%package -n python3-rev-ai +Summary: Rev AI makes speech applications easy to build! +Provides: python-rev-ai +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-rev-ai + + +%package help +Summary: Development documents and examples for rev-ai +Provides: python3-rev-ai-doc +%description help + + +%prep +%autosetup -n rev-ai-2.17.1 + +%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-rev-ai -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.1-1 +- Package Spec generated @@ -0,0 +1 @@ +071f4bd7f86cf485694154c482c2cf56 rev_ai-2.17.1.tar.gz |
