From 9b792f47c17ed866335c4a99aed8117defe42cd0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:29:00 +0000 Subject: automatic import of python-gpcam --- .gitignore | 1 + python-gpcam.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 1c5d042..cc8be36 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gpcam-7.4.9.tar.gz +/gpcam-7.4.10.tar.gz diff --git a/python-gpcam.spec b/python-gpcam.spec index a817102..0759c34 100644 --- a/python-gpcam.spec +++ b/python-gpcam.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gpcam -Version: 7.4.9 +Version: 7.4.10 Release: 1 Summary: gpCAM is a code for autonomous data acquisition License: GNU General Public License v3 URL: https://gpcam.lbl.gov -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/b5/e5b76bf1a8be5b433dfb144fa93a1a694c4d192d235ecb30c58e9a77c1a4/gpcam-7.4.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/21/81/5f2915a749bb1c1ee8dbd217a0bba4b6bd255a9f678ffedfb5e3fd3fbda6/gpcam-7.4.10.tar.gz BuildArch: noarch Requires: python3-wheel @@ -51,7 +51,7 @@ Provides: python3-gpcam-doc %prep -%autosetup -n gpcam-7.4.9 +%autosetup -n gpcam-7.4.10 %build %py3_build @@ -65,20 +65,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 . @@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 7.4.9-1 +* Thu Jun 08 2023 Python_Bot - 7.4.10-1 - Package Spec generated diff --git a/sources b/sources index 8bcf2f9..aa1dae3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0544356d2cf4a09eab05244b7ff5c94 gpcam-7.4.9.tar.gz +5a936638d8a9b89329d3a5179b55e92c gpcam-7.4.10.tar.gz -- cgit v1.2.3