summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-endi-celery.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 75b49cb..7fc2feb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/endi_celery-6.5.9.tar.gz
+/endi_celery-6.6.0.tar.gz
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
diff --git a/sources b/sources
index f2754f9..dde5e2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d43b255753d9a21f78789111f58b7e5f endi_celery-6.5.9.tar.gz
+9a93a6b82fdeef2c7e2c07492c5e03c8 endi_celery-6.6.0.tar.gz