Name: videomorph Version: 1.4.1 Release: 1%{?dist} Summary: Small GUI wrapper for FFMPEG based on PyQt5 License: ASL 2.0 URL: https://github.com/videomorph-dev/videomorph Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: desktop-file-utils BuildRequires: python3-rpm-macros BuildRequires: ffmpeg Requires: ffmpeg Requires: python3-setuptools Requires: python3-qt5 %description VideoMorph is a video converter based on ffmpeg, and written with Python 3, and PyQt5. With VideoMorph you can convert your favorite videos to the currently more popular video formats, like MPG, MP4, AVI, WEBM, DVD, VCD, FLV, MOV, OGV, and also extract the audio to a file with MP3 format. %prep %autosetup pathfix.py -pni "%{__python3}" setup.py bin/videomorph tests/* %build %{py3_build} %install %{py3_install} rm -rf %{buildroot}%{_datadir}/doc/ rm -f share/doc/videomorph/manual/*.pdfE desktop-file-validate %{buildroot}%{_datadir}/applications/videomorph.desktop %files %doc README.md share/doc/videomorph/manual/* %license LICENSE %{_bindir}/videomorph %{_datadir}/applications/videomorph.desktop %{_datadir}/icons/videomorph.png %{_datadir}/videomorph/ %{_mandir}/man1/videomorph.* %{python3_sitelib}/videomorph-*-py%{python3_version}.egg-info %{python3_sitelib}/videomorph/ %changelog * Sun Dec 01 2019 Leigh Scott - 1.4.1-1 - Initial build