diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:21:25 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:21:25 +0000 |
| commit | 5073345844b739df3cbc8fefa2d12050b1acebde (patch) | |
| tree | e189ba532544d96f324259c3b185551eb828aacc /python-weather-command.spec | |
| parent | 6c820f77e4b36d3b1bb492358163792926faf078 (diff) | |
automatic import of python-weather-commandopeneuler20.03
Diffstat (limited to 'python-weather-command.spec')
| -rw-r--r-- | python-weather-command.spec | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/python-weather-command.spec b/python-weather-command.spec index 255a8a8..f31ed03 100644 --- a/python-weather-command.spec +++ b/python-weather-command.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-weather-command -Version: 6.1.0 +Version: 6.1.1 Release: 1 Summary: Command line weather app License: MIT URL: https://github.com/sanders41/weather-command -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c0/2c/77e9f8eead5d60a7e5fa6861b6d18021751e6b4337f02b63e097e7612892/weather_command-6.1.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/37/f1/a106eee0b76f24a5c923bc1611d1552b4b1171f64acc11009e45534e16f2/weather_command-6.1.1.tar.gz BuildArch: noarch Requires: python3-rich @@ -77,27 +77,27 @@ will get the current forecast, `wed` will get the daily forecast and `weh` will - Current Weather - + - Current Weather Temp Only - + - Daily Weather - + - Daily Weather Temp Only - + - Hourly Weather - + - Hourly Weather Temp Only - + ## Settings weather now has the ability to save settings to default certain flags. The list of possible settings can be seen with: @@ -177,27 +177,27 @@ will get the current forecast, `wed` will get the daily forecast and `weh` will - Current Weather - + - Current Weather Temp Only - + - Daily Weather - + - Daily Weather Temp Only - + - Hourly Weather - + - Hourly Weather Temp Only - + ## Settings weather now has the ability to save settings to default certain flags. The list of possible settings can be seen with: @@ -274,27 +274,27 @@ will get the current forecast, `wed` will get the daily forecast and `weh` will - Current Weather - + - Current Weather Temp Only - + - Daily Weather - + - Daily Weather Temp Only - + - Hourly Weather - + - Hourly Weather Temp Only - + ## Settings weather now has the ability to save settings to default certain flags. The list of possible settings can be seen with: @@ -308,7 +308,7 @@ Contributions to this project are welcome. If you are interesting in contributin %prep -%autosetup -n weather-command-6.1.0 +%autosetup -n weather_command-6.1.1 %build %py3_build @@ -322,20 +322,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 . @@ -348,5 +348,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.1.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.1.1-1 - Package Spec generated |
