diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-heptapod.spec | 21 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 13 deletions
@@ -1 +1,2 @@ /heptapod-4.1.0.tar.gz +/heptapod-4.2.0.tar.gz diff --git a/python-heptapod.spec b/python-heptapod.spec index 11d1688..dbfd769 100644 --- a/python-heptapod.spec +++ b/python-heptapod.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-heptapod -Version: 4.1.0 +Version: 4.2.0 Release: 1 Summary: Heptapod server-side Mercurial hooks, extension, etc. License: GPLv2+ URL: https://foss.heptapod.net/heptapod/py-heptapod -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/ac/1a0d63617d6f23d51df784bd009207b079df2321c98c9e1515010a80ee35/heptapod-4.1.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/de/62/be99ab3f26c785ba0bbd7cd36216c647b9683692773a3b9917812323b060/heptapod-4.2.0.tar.gz BuildArch: noarch @@ -93,7 +93,6 @@ The `heptapod` extension will provide specific commands and generally everything that should be done with full access to Mercurial internals. - %package -n python3-heptapod Summary: Heptapod server-side Mercurial hooks, extension, etc. Provides: python-heptapod @@ -184,7 +183,6 @@ The `heptapod` extension will provide specific commands and generally everything that should be done with full access to Mercurial internals. - %package help Summary: Development documents and examples for heptapod Provides: python3-heptapod-doc @@ -272,9 +270,8 @@ The `heptapod` extension will provide specific commands and generally everything that should be done with full access to Mercurial internals. - %prep -%autosetup -n heptapod-4.1.0 +%autosetup -n heptapod-4.2.0 %build %py3_build @@ -288,20 +285,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 . @@ -314,5 +311,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1 - Package Spec generated @@ -1 +1 @@ -ce85749fb68bec66da70606a3a60d3c5 heptapod-4.1.0.tar.gz +452e74929352ac0f7961837255349fe6 heptapod-4.2.0.tar.gz |
