diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:06:52 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:06:52 +0000 |
| commit | 67120bff6f9ad1f0f230d8f2d464795f0e34a574 (patch) | |
| tree | c3e065b6fd9a3660095fd1ff3d3d601f52736d81 /python-garpix-jira.spec | |
| parent | 4c7f55b9daa5c985b2d0a5a945b0eac7fae8751e (diff) | |
automatic import of python-garpix-jiraopeneuler20.03
Diffstat (limited to 'python-garpix-jira.spec')
| -rw-r--r-- | python-garpix-jira.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-garpix-jira.spec b/python-garpix-jira.spec index 28197f1..72c81fa 100644 --- a/python-garpix-jira.spec +++ b/python-garpix-jira.spec @@ -5,7 +5,7 @@ Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://github.com/garpixcms/garpix_jira -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/41/2616e54d10aa014a2971a68634d4784a959fb21edc8ccf70fca6ebfd48d4/garpix_jira-1.7.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ff/41/2616e54d10aa014a2971a68634d4784a959fb21edc8ccf70fca6ebfd48d4/garpix_jira-1.7.0.tar.gz BuildArch: noarch Requires: python3-django @@ -30,7 +30,7 @@ Provides: python3-garpix-jira-doc Интеграция с Jira Server. %prep -%autosetup -n garpix-jira-1.7.0 +%autosetup -n garpix_jira-1.7.0 %build %py3_build @@ -44,20 +44,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 . @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.0-1 - Package Spec generated |
