diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:43:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:43:59 +0000 |
commit | e27d2e6857a3f4025c32988a072855cbaa9ac107 (patch) | |
tree | 9849befc75284ced87ad7b85dba22b126538a518 | |
parent | 3da0911c0f3af2893d4068b55079f58f9e0ccb9b (diff) |
automatic import of python-pyresidfpopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyresidfp.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pyresidfp-0.6.7.tar.gz +/pyresidfp-0.7.0.tar.gz diff --git a/python-pyresidfp.spec b/python-pyresidfp.spec index 45f6210..7234d8b 100644 --- a/python-pyresidfp.spec +++ b/python-pyresidfp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyresidfp -Version: 0.6.7 +Version: 0.7.0 Release: 1 Summary: Emulates the SID sound-chip License: GNU General Public License v2 or later (GPLv2+) URL: https://github.com/pyresidfp/pyresidfp -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/4e/09b901d1ef4f7eee2478dc15ca2de861d2f84875a9469b0e4bbe1f397342/pyresidfp-0.6.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6f/35/7bda00abca55addee41e2cf0fb24ecee6b50550ecec37ade09b4c2c14f7b/pyresidfp-0.7.0.tar.gz %description @@ -240,7 +240,7 @@ We like to thank all contributors of `libsidplayfp`, especially: %prep -%autosetup -n pyresidfp-0.6.7 +%autosetup -n pyresidfp-0.7.0 %build %py3_build @@ -254,20 +254,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 . @@ -280,5 +280,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.7-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.0-1 - Package Spec generated @@ -1 +1 @@ -b5dd0d543f6af389cbe84ea828d32c19 pyresidfp-0.6.7.tar.gz +f5ddbf51f5de6e257f10cd90762d224f pyresidfp-0.7.0.tar.gz |