diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:31:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:31:25 +0000 |
commit | c086fa30e3c10df8ab9f411950f97ab36d94371b (patch) | |
tree | 37cf286dd32047ff8a66ea20b5c97ae261b0e0ba | |
parent | 16abaea66ef8af2c9f5b79a5e0ee36963f328e99 (diff) |
automatic import of python-regipyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-regipy.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /regipy-3.1.5.tar.gz +/regipy-3.1.6.tar.gz diff --git a/python-regipy.spec b/python-regipy.spec index 0cc3773..250d765 100644 --- a/python-regipy.spec +++ b/python-regipy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-regipy -Version: 3.1.5 +Version: 3.1.6 Release: 1 Summary: Python Registry Parser License: MIT URL: https://github.com/mkorman90/regipy/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0a/51/1cdf073e058cefc817ffa6309653b15ec89b2e55cf73984f89d9478b85c3/regipy-3.1.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e0/f2/61846ba036f840b3cfe9b412dca3ef629bdc7506faafbd56b2c8de987950/regipy-3.1.6.tar.gz BuildArch: noarch Requires: python3-construct @@ -68,7 +68,7 @@ Features: * Execute plugins from a robust plugin system (i.e: amcache, shimcache, extract computer name...) %prep -%autosetup -n regipy-3.1.5 +%autosetup -n regipy-3.1.6 %build %py3_build @@ -82,20 +82,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 . @@ -108,5 +108,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.6-1 - Package Spec generated @@ -1 +1 @@ -c622cd5d0a5adc6184a0b6242a546f18 regipy-3.1.5.tar.gz +41bd8c3f9f07f51d9a44e0d06ebd4882 regipy-3.1.6.tar.gz |