Mercurial > hg > pub > prymula > scripts
comparison verysimpleslideshow/RPM/verysimpleslideshow.spec @ 2:4bdac9bd90cc
vsss-0.230913-0.1_PKG
author | prymula <prymula76@outlook.com> |
---|---|
date | Thu, 01 Feb 2024 17:13:37 +0100 |
parents | 82b75cc1e524 |
children |
comparison
equal
deleted
inserted
replaced
1:82b75cc1e524 | 2:4bdac9bd90cc |
---|---|
23 License: Public Domain | 23 License: Public Domain |
24 URL: https://prymula.ct8.pl | 24 URL: https://prymula.ct8.pl |
25 Source0: %{name}-%{unmangled_version}.tar.gz | 25 Source0: %{name}-%{unmangled_version}.tar.gz |
26 %if 0%{?suse_version}>=150000 | 26 %if 0%{?suse_version}>=150000 |
27 BuildRequires: python3 | 27 BuildRequires: python3 |
28 Requires: python3, ffmpeg | 28 Requires: python3, ffmpeg-4 |
29 %endif | 29 %endif |
30 %if 0%{?fedora}>=36 | 30 %if 0%{?fedora}>=36 |
31 BuildRequires: python3 | 31 BuildRequires: python3 |
32 Requires: python3, ffmpeg | 32 Requires: python3, ffmpeg |
33 %endif | 33 %endif |
34 BuildArch: noarch | 34 BuildArch: noarch |
35 | 35 |
36 %description | 36 %description |
37 | 37 Create a breathtaking slide show |
38 | 38 |
39 %prep | 39 %prep |
40 %setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version} | 40 %setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version} |
41 rm -f %{_bindir}/vsss | 41 rm -f %{_bindir}/vsss |
42 | 42 |