diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-beetcamp.spec | 18 | ||||
| -rw-r--r-- | sources | 2 | 
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@  /beetcamp-0.16.3.tar.gz +/beetcamp-0.17.1.tar.gz diff --git a/python-beetcamp.spec b/python-beetcamp.spec index aaf5e07..16c2920 100644 --- a/python-beetcamp.spec +++ b/python-beetcamp.spec @@ -1,11 +1,11 @@  %global _empty_manifest_terminate_build 0  Name:		python-beetcamp -Version:	0.16.3 +Version:	0.17.1  Release:	1  Summary:	Bandcamp autotagger source for beets (http://beets.io).  License:	GPL-2.0  URL:		https://github.com/snejus/beetcamp -Source0:	https://mirrors.nju.edu.cn/pypi/web/packages/66/fe/76e271dabd1f77618d06f90cdbd5ff0ba08e5769ab114567428129c0070f/beetcamp-0.16.3.tar.gz +Source0:	https://mirrors.aliyun.com/pypi/web/packages/70/93/012b64daad1c6067936a387a525185d7ecc852982b0c9f7353f4fa798b7c/beetcamp-0.17.1.tar.gz  BuildArch:	noarch  Requires:	python3-requests @@ -246,7 +246,7 @@ bandcamp:      mode: progressive # classical, progressive or psychedelic  %prep -%autosetup -n beetcamp-0.16.3 +%autosetup -n beetcamp-0.17.1  %build  %py3_build @@ -260,20 +260,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 . @@ -286,5 +286,5 @@ mv %{buildroot}/doclist.lst .  %{_docdir}/*  %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.17.1-1  - Package Spec generated @@ -1 +1 @@ -ea05c7932c081c7425d46a6dd4b0f414  beetcamp-0.16.3.tar.gz +460780c8be411ffb7e8d8ba9a39601b7  beetcamp-0.17.1.tar.gz  | 
