diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:16:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:16:35 +0000 |
commit | c6cbe5cd327af19e1ebb31d5854428fb27f19f5d (patch) | |
tree | cc4c94c7d4753fefc365229dec1a975fcb46bb10 | |
parent | 97eef864f8bafc8b4d2c8db5d15d8815190f1bfd (diff) |
automatic import of python-iced-x86openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-iced-x86.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /iced-x86-1.18.0.tar.gz +/iced-x86-1.19.0.tar.gz diff --git a/python-iced-x86.spec b/python-iced-x86.spec index 70fa346..c56aa8e 100644 --- a/python-iced-x86.spec +++ b/python-iced-x86.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-iced-x86 -Version: 1.18.0 +Version: 1.19.0 Release: 1 Summary: iced-x86 is a blazing fast and correct x86/x64 disassembler, assembler and instruction decoder License: MIT URL: https://github.com/icedland/iced/tree/master/src/rust/iced-x86-py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/be/72ab4d3eec0de72ff3220bda2ed5897c7310c8ae8eadbfe8132051b3a481/iced-x86-1.18.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d6/27/3995e1e81f9954d628c3d5f0db8f9e8885f44389503b7dfa15e2a5c4b936/iced-x86-1.19.0.tar.gz %description @@ -2835,7 +2835,7 @@ for instr in decoder: %prep -%autosetup -n iced-x86-1.18.0 +%autosetup -n iced-x86-1.19.0 %build %py3_build @@ -2849,20 +2849,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 . @@ -2875,5 +2875,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.18.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.0-1 - Package Spec generated @@ -1 +1 @@ -71cbf089ca48aace977a67a4103ffa13 iced-x86-1.18.0.tar.gz +cf4d2523f8c77fec0687da9fc1c518f9 iced-x86-1.19.0.tar.gz |