commit 70a1a02a248ba58bca5e16c4c02a9d219072922d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 10 16:30:24 2022 +0000
Initial package.
.gitignore | 1 +
python-ffmpeg-progress-yield.spec | 50 +++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 52 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9023def 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ffmpeg-progress-yield-0.2.0.tar.gz
diff --git a/python-ffmpeg-progress-yield.spec b/python-ffmpeg-progress-yield.spec
new file mode 100644
index 0000000..37e41da
--- /dev/null
+++ b/python-ffmpeg-progress-yield.spec
@@ -0,0 +1,50 @@
+# Created by pyp2rpm-3.3.7
+%global pypi_name ffmpeg-progress-yield
+%global pypi_version 0.2.0
+
+Name: python-%{pypi_name}
+Version: %{pypi_version}
+Release: 1%{?dist}
+Summary: Run an ffmpeg command with progress
+
+License: MIT
+URL:
https://github.com/slhck/ffmpeg-progress-yield
+Source0: %{pypi_source}
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3dist(setuptools)
+
+%description
+Run an ffmpeg command with its progress yielded.
+
+%package -n python3-%{pypi_name}
+Summary: %{summary}
+%{?python_provide:%python_provide python3-%{pypi_name}}
+
+Requires: python3dist(setuptools)
+%description -n python3-%{pypi_name}
+Run an ffmpeg command with its progress yielded.
+
+
+%prep
+%autosetup -n %{pypi_name}-%{pypi_version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%files -n python3-%{pypi_name}
+%license LICENSE
+%doc README.md
+%{_bindir}/ffmpeg-progress-yield
+%{python3_sitelib}/ffmpeg_progress_yield
+%{python3_sitelib}/ffmpeg_progress_yield-%{pypi_version}-py%{python3_version}.egg-info
+
+%changelog
+* Tue Jan 04 2022 Sérgio Basto <sergio(a)serjux.com> - 0.2.0-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..b997735 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ffmpeg-progress-yield-0.2.0.tar.gz) =
352fa76cd85b9c7c98571315f89f80e9f86f46a35b3d44f1d2013dd637fa32a01dbebfa23a4b09b5f441e40906ef5ab46e4c6dc28c00d63f136a1ff445ac61c6