diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:28:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:28:56 +0000 |
| commit | 6678326b0855146d4c88d461b1b82e849e51b820 (patch) | |
| tree | 7098a12dbf4a9d787edd2bb15e370b41f308b2e0 | |
| parent | d18eea12894ac7566f2be03b15d23a784149b7a6 (diff) | |
automatic import of python-ha-avopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ha-av.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /ha-av-10.0.1.tar.gz +/ha-av-10.1.0.tar.gz diff --git a/python-ha-av.spec b/python-ha-av.spec index 1639ae8..5cb3923 100644 --- a/python-ha-av.spec +++ b/python-ha-av.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ha-av -Version: 10.0.1 +Version: 10.1.0 Release: 1 Summary: Pythonic bindings for FFmpeg's libraries. License: BSD URL: https://github.com/PyAV-Org/PyAV -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3e/63/b345152d0be8098caddb045480398d374f3f7d1c6f2926da49bce0823a74/ha-av-10.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/db/08/219ffb86cf059bd96ab452b876be7ed85b096c8d45afafbd5e723f13f96a/ha-av-10.1.0.tar.gz %description @@ -90,7 +90,7 @@ ha-av is a fork of [PyAV][pyav] which is used for providing hotfixes for or trou %prep -%autosetup -n ha-av-10.0.1 +%autosetup -n ha-av-10.1.0 %build %py3_build @@ -104,20 +104,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 . @@ -130,5 +130,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 10.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 10.1.0-1 - Package Spec generated @@ -1 +1 @@ -fc239f22756a71b13b1b05c4812233a8 ha-av-10.0.1.tar.gz +da7232d4da9c4ba95b1850d4fbed7f67 ha-av-10.1.0.tar.gz |
