summaryrefslogtreecommitdiff
path: root/python-act-scio.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-act-scio.spec')
-rw-r--r--python-act-scio.spec30
1 files changed, 15 insertions, 15 deletions
diff --git a/python-act-scio.spec b/python-act-scio.spec
index 6a23a6c..335513f 100644
--- a/python-act-scio.spec
+++ b/python-act-scio.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-act-scio
-Version: 0.0.56
+Version: 0.0.61
Release: 1
Summary: ACT SCIO
License: ISC
URL: https://github.com/mnemonic-no/act-scio2
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/62/03ccaad5893ff99f89880644adfb67713a11cb41642c103bf5babdb33f3d/act-scio-0.0.56.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d6/5b/11e0c07061a840377bebd11665db21a295428e429a6d2b14da4d3662da1e/act-scio-0.0.61.tar.gz
BuildArch: noarch
@@ -95,7 +95,7 @@ The first time the server runs, it will download tika using maven. It will use a
scio-tika-server
```
-`scio-tika-server` uses [tika-python](https://github.com/chrismattmann/tika-python) which depends on tika-server.jar. If your server has internet access, this will downloaded automatically. If not or you need proxy to connect to the internet, follow the instructions on "Airagap Environment Setup" here: [https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python). Currently only tested with tika-server version 1.24.1.
+`scio-tika-server` uses [tika-python](https://github.com/chrismattmann/tika-python) which depends on tika-server.jar. If your server has internet access, this will downloaded automatically. If not or you need proxy to connect to the internet, follow the instructions on "Airagap Environment Setup" here: [https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python). Currently only tested with tika-server version 2.7.0.
### Scio Analyze Server
@@ -108,7 +108,7 @@ scio-analyze
You can also read directly from stdin like this:
```bash
-echo "The companies in the Bus; Finanical, Aviation and Automobile industry are large." | scio-analyze --beanstalk=
+echo "The companies in the Bus; Finanical, Aviation and Automobile industry are large." | scio-analyze --beanstalk= --elasticsearch=
```
### Scio Submit
@@ -253,7 +253,7 @@ The first time the server runs, it will download tika using maven. It will use a
scio-tika-server
```
-`scio-tika-server` uses [tika-python](https://github.com/chrismattmann/tika-python) which depends on tika-server.jar. If your server has internet access, this will downloaded automatically. If not or you need proxy to connect to the internet, follow the instructions on "Airagap Environment Setup" here: [https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python). Currently only tested with tika-server version 1.24.1.
+`scio-tika-server` uses [tika-python](https://github.com/chrismattmann/tika-python) which depends on tika-server.jar. If your server has internet access, this will downloaded automatically. If not or you need proxy to connect to the internet, follow the instructions on "Airagap Environment Setup" here: [https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python). Currently only tested with tika-server version 2.7.0.
### Scio Analyze Server
@@ -266,7 +266,7 @@ scio-analyze
You can also read directly from stdin like this:
```bash
-echo "The companies in the Bus; Finanical, Aviation and Automobile industry are large." | scio-analyze --beanstalk=
+echo "The companies in the Bus; Finanical, Aviation and Automobile industry are large." | scio-analyze --beanstalk= --elasticsearch=
```
### Scio Submit
@@ -408,7 +408,7 @@ The first time the server runs, it will download tika using maven. It will use a
scio-tika-server
```
-`scio-tika-server` uses [tika-python](https://github.com/chrismattmann/tika-python) which depends on tika-server.jar. If your server has internet access, this will downloaded automatically. If not or you need proxy to connect to the internet, follow the instructions on "Airagap Environment Setup" here: [https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python). Currently only tested with tika-server version 1.24.1.
+`scio-tika-server` uses [tika-python](https://github.com/chrismattmann/tika-python) which depends on tika-server.jar. If your server has internet access, this will downloaded automatically. If not or you need proxy to connect to the internet, follow the instructions on "Airagap Environment Setup" here: [https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python). Currently only tested with tika-server version 2.7.0.
### Scio Analyze Server
@@ -421,7 +421,7 @@ scio-analyze
You can also read directly from stdin like this:
```bash
-echo "The companies in the Bus; Finanical, Aviation and Automobile industry are large." | scio-analyze --beanstalk=
+echo "The companies in the Bus; Finanical, Aviation and Automobile industry are large." | scio-analyze --beanstalk= --elasticsearch=
```
### Scio Submit
@@ -475,7 +475,7 @@ pip3 install --user -e .
%prep
-%autosetup -n act-scio-0.0.56
+%autosetup -n act-scio-0.0.61
%build
%py3_build
@@ -489,20 +489,20 @@ 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
+ 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
+ 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
+ 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
+ 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
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -515,5 +515,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.56-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.61-1
- Package Spec generated