summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:36:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:36:04 +0000
commit79286c32a36188ef4979ec0bfd2f25f2292b7e7f (patch)
tree39fad84f0dc206e23073122ae9bd6f425ef4c7c5
parentdff14022272802bb3cfcf8debc1fba51bd1878d3 (diff)
automatic import of python-compas-igsopeneuler20.03
-rw-r--r--python-compas-igs.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-compas-igs.spec b/python-compas-igs.spec
index 82ce021..5ac3386 100644
--- a/python-compas-igs.spec
+++ b/python-compas-igs.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: IGS is an implementation of for Rhino 6+
License: MIT license
URL: https://github.com/BlockResearchGroup/compas_igs
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/0b/64557723cbe7ea4da1ede10c5f7b85ce9f28a59069028f737865a9fbf300/compas_igs-0.3.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d1/0b/64557723cbe7ea4da1ede10c5f7b85ce9f28a59069028f737865a9fbf300/compas_igs-0.3.4.tar.gz
BuildArch: noarch
Requires: python3-compas
@@ -111,7 +111,7 @@ If you find a bug, please help us solve it by [filing a report](https://github.c
%prep
-%autosetup -n compas-igs-0.3.4
+%autosetup -n compas_igs-0.3.4
%build
%py3_build
@@ -125,20 +125,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 .
@@ -151,5 +151,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.4-1
- Package Spec generated