diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:50:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:50:30 +0000 |
commit | 3d11d47afeb570f5aa63d58e0b6cec5fd8f6a2ce (patch) | |
tree | b8419d0e54c3647853971f3940d6646501937464 | |
parent | 892d3b4ba07a9677716d21d155c44c24fc9ee658 (diff) |
automatic import of python-alienpyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-alienpy.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /alienpy-1.5.0.tar.gz +/alienpy-1.5.1.tar.gz diff --git a/python-alienpy.spec b/python-alienpy.spec index 4dfdd45..aa0e6da 100644 --- a/python-alienpy.spec +++ b/python-alienpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-alienpy -Version: 1.5.0 +Version: 1.5.1 Release: 1 Summary: Websocket based cli interface for ALICE experiment GRID infrastructure License: BSD License URL: https://gitlab.cern.ch/jalien/xjalienfs -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d5/65/6463a791fc1daf11eab4c28fbcca38abbf6fbf5c5944631545d046f453bd/alienpy-1.5.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c8/46/b0fec0d0985b301866a84266bbfa923a6b4c55727bce09a6cdfa35fc0c0a/alienpy-1.5.1.tar.gz BuildArch: noarch Requires: python3-async-stagger @@ -37,7 +37,7 @@ For debugging purposes there are a few environment toggles : * ALIENPY_JSON - print the unprocessed json message from the server %prep -%autosetup -n alienpy-1.5.0 +%autosetup -n alienpy-1.5.1 %build %py3_build @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1 - Package Spec generated @@ -1 +1 @@ -0ae2bd56b8f8f649b9768b36f7503a33 alienpy-1.5.0.tar.gz +fe1745f0c4b8da77c370d37037ae2e9d alienpy-1.5.1.tar.gz |