summaryrefslogtreecommitdiff
path: root/python-autonomie-celery.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:10:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:10:57 +0000
commit3c2964ea761bf002a05d40ff953a8d84d034049e (patch)
tree1892b87a7a133cf55e75d34a2ff80f707fe7a805 /python-autonomie-celery.spec
parenta7c11f5094c6ca28f95b857f24699cf87bb6b0b4 (diff)
automatic import of python-autonomie-celeryopeneuler20.03
Diffstat (limited to 'python-autonomie-celery.spec')
-rw-r--r--python-autonomie-celery.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-autonomie-celery.spec b/python-autonomie-celery.spec
index 75d5813..872b35b 100644
--- a/python-autonomie-celery.spec
+++ b/python-autonomie-celery.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: autonomie_celery
License: GPLv3
URL: https://github.com/CroissanceCommune/autonomie_base
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e8/09/4bd1363f1e032c0f8f5ecd6d3755ce202ca4b854a6c63a30aa63dfaa00d0/autonomie_celery-4.3.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e8/09/4bd1363f1e032c0f8f5ecd6d3755ce202ca4b854a6c63a30aa63dfaa00d0/autonomie_celery-4.3.8.tar.gz
BuildArch: noarch
Requires: python3-celery
@@ -52,7 +52,7 @@ scheduler:
Beat tasks, repeated along the time (like cron tasks)
%prep
-%autosetup -n autonomie-celery-4.3.8
+%autosetup -n autonomie_celery-4.3.8
%build
%py3_build
@@ -66,20 +66,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 .
@@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.8-1
- Package Spec generated