summaryrefslogtreecommitdiff
path: root/python-endi-celery.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:21:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:21:20 +0000
commita9a0165c02dcc04202c11702cc2e3a27128fd945 (patch)
tree26dc9a8109a544c64c89a028b0db092f2940e00b /python-endi-celery.spec
parentbd350572d66abad7d4e784ea02390cfa7b65fb49 (diff)
automatic import of python-endi-celeryopeneuler20.03
Diffstat (limited to 'python-endi-celery.spec')
-rw-r--r--python-endi-celery.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-endi-celery.spec b/python-endi-celery.spec
index 3e896bd..7eaf4b3 100644
--- a/python-endi-celery.spec
+++ b/python-endi-celery.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-endi-celery
-Version: 6.5.9
+Version: 6.6.0
Release: 1
Summary: endi_celery
License: GPLv3
URL: https://framagit.org/endi/endi_celery
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/96/5638ec685b202a797bf5c006bab1553b63ed2c64791379fe5497e22792c4/endi_celery-6.5.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d9/17/42bbaa086c399d8c4bfc78f3f1db0304276de76fe33ba3f142e791f325a8/endi_celery-6.6.0.tar.gz
BuildArch: noarch
Requires: python3-celery
@@ -54,7 +54,7 @@ scheduler:
Beat tasks, repeated along the time (like cron tasks)
%prep
-%autosetup -n endi-celery-6.5.9
+%autosetup -n endi_celery-6.6.0
%build
%py3_build
@@ -68,20 +68,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 .
@@ -94,5 +94,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 6.5.9-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.6.0-1
- Package Spec generated