summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-ha-av.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 820d9c9..e4a9a1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 0717b79..ce54134 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc239f22756a71b13b1b05c4812233a8 ha-av-10.0.1.tar.gz
+da7232d4da9c4ba95b1850d4fbed7f67 ha-av-10.1.0.tar.gz