From 8ae8657b75777fa049b18a865ff8705f24dd8016 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:11:52 +0000 Subject: automatic import of python-xyz-py --- .gitignore | 1 + python-xyz-py.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 5c4aac8..4ece503 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xyz_py-5.5.0.tar.gz +/xyz_py-5.6.1.tar.gz diff --git a/python-xyz-py.spec b/python-xyz-py.spec index 5bdcbf4..bd32950 100644 --- a/python-xyz-py.spec +++ b/python-xyz-py.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xyz-py -Version: 5.5.0 +Version: 5.6.1 Release: 1 Summary: A package for manipulating xyz files and chemical structures License: GNU General Public License v3 (GPLv3) URL: https://gitlab.com/jonkragskow/xyz_py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/c2/b7c71c2242e35c319e2d804757223ccf768906bf59be060a4e3c00538581/xyz_py-5.5.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fa/c6/1222f07f464b7ad6280b2be33d4db5d7f29cb43bd99256cc57ac23079481/xyz_py-5.6.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -122,7 +122,7 @@ or visit the [documentation](https://jonkragskow.gitlab.io/xyz_py/). %prep -%autosetup -n xyz-py-5.5.0 +%autosetup -n xyz_py-5.6.1 %build %py3_build @@ -136,20 +136,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 . @@ -162,5 +162,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot - 5.5.0-1 +* Thu Jun 08 2023 Python_Bot - 5.6.1-1 - Package Spec generated diff --git a/sources b/sources index f9bd8a4..784a13e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eea66ee438968e29520e8319286edc0e xyz_py-5.5.0.tar.gz +d0c6c1f6cdfdc79b6faccdd9d858d1d2 xyz_py-5.6.1.tar.gz -- cgit v1.2.3