diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:05:48 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:05:48 +0000 |
| commit | fc976a616352eec1d998475af46a50795fc4360e (patch) | |
| tree | 338e0eb768d6918d1116534052eb8243d2412597 | |
| parent | e48e2ff891a51b4412e143bb46c5e7b7cb780d95 (diff) | |
automatic import of python-py-aiger-bvopeneuler20.03
| -rw-r--r-- | python-py-aiger-bv.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-py-aiger-bv.spec b/python-py-aiger-bv.spec index 3f2834e..75c357c 100644 --- a/python-py-aiger-bv.spec +++ b/python-py-aiger-bv.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A python library for manipulating sequential and-inverter gates. License: MIT URL: https://pypi.org/project/py-aiger-bv/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/3c/3aa329f97ad2e8b2e020eeefca22189931e8d1fba4f59387b9b1aff389db/py_aiger_bv-4.7.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c7/3c/3aa329f97ad2e8b2e020eeefca22189931e8d1fba4f59387b9b1aff389db/py_aiger_bv-4.7.6.tar.gz BuildArch: noarch Requires: python3-attrs @@ -860,7 +860,7 @@ circ9 = circ >> aiger_bv.index_gate(wordlen=3, idx=1, input='x', output='x1') %prep -%autosetup -n py-aiger-bv-4.7.6 +%autosetup -n py_aiger_bv-4.7.6 %build %py3_build @@ -874,20 +874,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 . @@ -900,5 +900,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.7.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.7.6-1 - Package Spec generated |
