diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:12:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:12:14 +0000 |
commit | 809421236cb37d4f21c8fd7d98e36cc496bd2e2f (patch) | |
tree | 7ce9805644d54114eb40bad8e4acfe207a2e9976 | |
parent | 88d9e6fa8257c35ef98b542f23353ab2b6747cd1 (diff) |
automatic import of python-pydelijnopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pydelijn.spec | 24 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 16 deletions
@@ -1 +1,2 @@ /pydelijn-1.0.0.tar.gz +/pydelijn-1.1.0.tar.gz diff --git a/python-pydelijn.spec b/python-pydelijn.spec index 6a58f34..5e270f0 100644 --- a/python-pydelijn.spec +++ b/python-pydelijn.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pydelijn -Version: 1.0.0 +Version: 1.1.0 Release: 1 Summary: Get realtime info on stop passages of De Lijn (api.delijn.be) License: MIT URL: https://github.com/bollewolle/pydelijn -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4c/c7/119683bb2016a5f80177b7c079e2e506847f346a7413d3078e4bd2d0dfb4/pydelijn-1.0.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6d/72/c3b2782bd5b28c0c97a94433c1defe5ef817eb973104f223e8beaba75b2b/pydelijn-1.1.0.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -92,8 +92,6 @@ LOOP.close() - - %package -n python3-pydelijn Summary: Get realtime info on stop passages of De Lijn (api.delijn.be) Provides: python-pydelijn @@ -180,8 +178,6 @@ LOOP.close() - - %package help Summary: Development documents and examples for pydelijn Provides: python3-pydelijn-doc @@ -265,10 +261,8 @@ LOOP.close() - - %prep -%autosetup -n pydelijn-1.0.0 +%autosetup -n pydelijn-1.1.0 %build %py3_build @@ -282,20 +276,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 . @@ -308,5 +302,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 - Package Spec generated @@ -1 +1 @@ -e648424854e94cc4c96573ab9dec3517 pydelijn-1.0.0.tar.gz +904a99fc111cc9b07079a39da9989cc4 pydelijn-1.1.0.tar.gz |