summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:43:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:43:25 +0000
commit8eb48ddf9d20a2b9b33aaf26a6047f21ee43801d (patch)
treeda181c69772653ed34df32ca45d1175d2bfa87ba
parent28e2c51b168b90e2c77d2cdb5ef3f53cacc4d787 (diff)
automatic import of python-django-friendshipopeneuler20.03
-rw-r--r--python-django-friendship.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-django-friendship.spec b/python-django-friendship.spec
index e133faa..1c96c51 100644
--- a/python-django-friendship.spec
+++ b/python-django-friendship.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: django-friendship provides an easy extensible interface for following and friendship
License: BSD-3-Clause
URL: https://github.com/revsys/django-friendship/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2d/af/2b58320c47e1cc99d45b73915c818206cb669e55a8bc4de3d1ff73a74a3d/django_friendship-1.9.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/2d/af/2b58320c47e1cc99d45b73915c818206cb669e55a8bc4de3d1ff73a74a3d/django_friendship-1.9.6.tar.gz
BuildArch: noarch
Requires: python3-black
@@ -559,7 +559,7 @@ Development [takes place on GitHub](https://github.com/revsys/django-friendship)
%prep
-%autosetup -n django-friendship-1.9.6
+%autosetup -n django_friendship-1.9.6
%build
%py3_build
@@ -573,20 +573,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 .
@@ -599,5 +599,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.6-1
- Package Spec generated