commit 26419ab6b0241d0229cb840b1bb119631110dd03
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 1 18:33:48 2019 +0000
clean white space
.gitignore | 1 +
sources | 1 +
videomorph.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5970706 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/videomorph-1.4.1.tar.gz
diff --git a/sources b/sources
index e69de29..c85b480 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (videomorph-1.4.1.tar.gz) =
416ddc6a152fb9a3460dfc6d2767dab3cb11d05af3ab54b4b5b2aa78479091cf8e6481c552e965b74d4fdc109b000934108108084ca3f41de36ec13e6c195cc5
diff --git a/videomorph.spec b/videomorph.spec
new file mode 100644
index 0000000..1ca8530
--- /dev/null
+++ b/videomorph.spec
@@ -0,0 +1,58 @@
+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 changelog.gz
+%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 <leigh123linux(a)googlemail.com> - 1.4.1-1
+- Initial build
+