## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-imageio-ffmpeg Version: 0.5.1 Release: %autorelease Summary: FFMPEG wrapper for Python License: BSD-2-Clause URL: https://github.com/imageio/imageio-ffmpeg Source: %{url}/archive/v%{version}/screeninfo-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %global _description %{expand: FFMPEG wrapper for Python.} %description %_description %package -n python3-imageio-ffmpeg Summary: %{summary} Requires: /usr/bin/ffmpeg %description -n python3-imageio-ffmpeg %_description %prep %autosetup -p1 -n imageio-ffmpeg-%{version} %build %py3_build %install %py3_install %files -n python3-imageio-ffmpeg %doc README.md %license LICENSE %{python3_sitelib}/imageio_ffmpeg-*.egg-info/ %{python3_sitelib}/imageio_ffmpeg/ %changelog ## START: Generated by rpmautospec * Thu Dec 12 2024 John Doe - 0.5.1-1 - Uncommitted changes ## END: Generated by rpmautospec