diff options
Diffstat (limited to 'python-spark-etl.spec')
| -rw-r--r-- | python-spark-etl.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-spark-etl.spec b/python-spark-etl.spec index 72b3bcf..5a74cf9 100644 --- a/python-spark-etl.spec +++ b/python-spark-etl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-spark-etl -Version: 0.0.122 +Version: 0.0.130 Release: 1 Summary: Generic ETL Pipeline Framework for Apache Spark License: MIT URL: https://github.com/stonezhong/spark_etl -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9e/b4/940f4b3aea2b51b6358bfa552ea03c04001978cbd16694f666a129e5f97a/spark-etl-0.0.122.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5d/b3/ad4d1de0ea8cc1aaa9f7157a476519b537bc5fc8e3bbab787a9ce4b9ee5a/spark-etl-0.0.130.tar.gz BuildArch: noarch Requires: python3-requests @@ -472,7 +472,7 @@ For job submitters, please check the [wiki](https://github.com/stonezhong/spark_ %prep -%autosetup -n spark-etl-0.0.122 +%autosetup -n spark-etl-0.0.130 %build %py3_build @@ -486,20 +486,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 . @@ -512,5 +512,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.122-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.130-1 - Package Spec generated |
