diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-29 09:42:28 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-29 09:42:28 +0000 |
| commit | 973efba487da86dd0cf6b60f10f0d4371f3b1d60 (patch) | |
| tree | 7bc0eed3de5fd7a4e2efa3e048adebe8c15bda6c | |
| parent | d7da01664c10079597bc6aea6793d64b6673f0f7 (diff) | |
automatic import of python-spark-ocr
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-spark-ocr.spec | 81 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 83 insertions, 0 deletions
@@ -0,0 +1 @@ +/spark-ocr-0.0.1.tar.gz diff --git a/python-spark-ocr.spec b/python-spark-ocr.spec new file mode 100644 index 0000000..d341728 --- /dev/null +++ b/python-spark-ocr.spec @@ -0,0 +1,81 @@ +%global _empty_manifest_terminate_build 0 +Name: python-spark-ocr +Version: 0.0.1 +Release: 1 +Summary: spark-ocr package +License: Apache Software License +URL: http://nlp.johnsnowlabs.com +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9f/cb/52b896e583bc64ee16fdf31556f5d9b72449cc2ba0d72c32fea3f2ccb443/spark-ocr-0.0.1.tar.gz +BuildArch: noarch + + +%description +# nlu +nlu package + + + +%package -n python3-spark-ocr +Summary: spark-ocr package +Provides: python-spark-ocr +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-spark-ocr +# nlu +nlu package + + + +%package help +Summary: Development documents and examples for spark-ocr +Provides: python3-spark-ocr-doc +%description help +# nlu +nlu package + + + +%prep +%autosetup -n spark-ocr-0.0.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-spark-ocr -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.1-1 +- Package Spec generated @@ -0,0 +1 @@ +d48d7fb38f99584be6f1a8c46612956d spark-ocr-0.0.1.tar.gz |
