diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:34:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:34:48 +0000 |
commit | 0c53db1bec02a7822966411ae03285ae4a3ef783 (patch) | |
tree | 90f436f0b7f4dcd739b98b7041d9f11d6aca7dad /python-beziers.spec | |
parent | bc0b6c4ead70d77f3c1871bb973ae320864cdfc5 (diff) |
automatic import of python-beziersopeneuler20.03
Diffstat (limited to 'python-beziers.spec')
-rw-r--r-- | python-beziers.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-beziers.spec b/python-beziers.spec index 0b22158..d2c0b62 100644 --- a/python-beziers.spec +++ b/python-beziers.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Bezier curve manipulation library License: MIT URL: https://github.com/simoncozens/beziers.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/73/68/39b80f38e39b6671166ee54d819073343bd6f4428482e5b83f4ba9f1ccd5/beziers-0.5.0.macosx-12-arm64.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/73/68/39b80f38e39b6671166ee54d819073343bd6f4428482e5b83f4ba9f1ccd5/beziers-0.5.0.macosx-12-arm64.tar.gz BuildArch: noarch Requires: python3-pyclipper @@ -110,7 +110,7 @@ Here is an example session:: Full documentation is available at https://simoncozens.github.io/beziers.py/index.html %prep -%autosetup -n beziers-0.5.0 +%autosetup -n beziers.macosx-12-arm64-0.5.0 %build %py3_build @@ -124,20 +124,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 . @@ -150,5 +150,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 - Package Spec generated |