summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:35:15 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:35:15 +0000
commitbfaa8b7e8470fd58a737e29a74dcac0269d8ba7e (patch)
tree09b08821eecc1d2e8b75b666ae6ba031c13fb14a
parentfcc1c953375b8605de1fb5e15192c7f34c5804fc (diff)
automatic import of python-nx-altairopeneuler20.03
-rw-r--r--python-nx-altair.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-nx-altair.spec b/python-nx-altair.spec
index 9a15038..1b30964 100644
--- a/python-nx-altair.spec
+++ b/python-nx-altair.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Draw NetworkX graphs with Altair
License: MIT
URL: https://github.com/Zsailer/nx_altair
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/6e/3a0777c9135d895d8f23223344b6218e7f291c01ff741461ace94ff25f0f/nx_altair-0.1.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5e/6e/3a0777c9135d895d8f23223344b6218e7f291c01ff741461ace94ff25f0f/nx_altair-0.1.6.tar.gz
BuildArch: noarch
Requires: python3-pandas
@@ -346,7 +346,7 @@ A list of things to-do (good ideas for PRs).
%prep
-%autosetup -n nx-altair-0.1.6
+%autosetup -n nx_altair-0.1.6
%build
%py3_build
@@ -360,20 +360,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 .
@@ -386,5 +386,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.6-1
- Package Spec generated