diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:41:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:41:51 +0000 |
commit | 320813db2bc2ab88bf5a73555a5234e8e8d1774e (patch) | |
tree | 0ed740fc49f559bbf7be580a65808803e163be1d | |
parent | 7bee5836c336d381fb6819c2536094128622aa35 (diff) |
automatic import of python-abjadopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-abjad.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /abjad-3.17.tar.gz +/abjad-3.18.tar.gz diff --git a/python-abjad.spec b/python-abjad.spec index fa4202c..28e2792 100644 --- a/python-abjad.spec +++ b/python-abjad.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-abjad -Version: 3.17 +Version: 3.18 Release: 1 Summary: Abjad is a Python API for building LilyPond files. License: MIT URL: https://abjad.github.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/da/b0af61d5afe6816b0a4cb37c2e7f15ee01c216bae00f4809dcd7dd6ecde6/abjad-3.17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/28/24/33182fa7aa0c759e6b1d3470bc8d19a521e7a7e06d0c811ad102469fabc3/abjad-3.18.tar.gz BuildArch: noarch @@ -40,7 +40,7 @@ programming language, you can use Abjad to make systematic changes to music as y Because Abjad wraps the LilyPond music notation package, you can use Abjad to control the %prep -%autosetup -n abjad-3.17 +%autosetup -n abjad-3.18 %build %py3_build @@ -54,20 +54,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 . @@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.17-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.18-1 - Package Spec generated @@ -1 +1 @@ -5fac7cdb1f3d8f3dbd53326fdc749f5d abjad-3.17.tar.gz +62d552301158c0a42bf5163e92b9059f abjad-3.18.tar.gz |