Name: curlew Version: 0.2.4 Release: 2%{dist} Summary: Multimedia converter License: Waqf URL: https://github.com/chamfay/Curlew Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool BuildRequires: librsvg2-tools BuildRequires: python3-devel BuildRequires: python3-rpm-macros BuildRequires: python3-setuptools Requires: ffmpeg Requires: gstreamer1 Requires: gtk3 Requires: hicolor-icon-theme Requires: mediainfo Requires: python3 Requires: python3-configparser Requires: python3-dbus Requires: python3-gobject Requires: xdg-utils %description Easy to use, Free and Open-Source Multimedia converter for Linux. Curlew written in python and GTK3 and it depends on (ffmpeg/avconv). %prep %autosetup -n Curlew-%{version} %build %{py3_build} %install %{py3_install} rm -rf %{buildroot}%{_datadir}/doc/ desktop-file-edit --remove-key=Encoding %{buildroot}%{_datadir}/applications/curlew.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/curlew.desktop %find_lang %{name} %files -f %{name}.lang %doc AUTHORS README THANKS TODO %license LICENSE-en.txt LICENSE-ar.txt %{_bindir}/curlew %{python3_sitelib}/curlew-*-py%{python3_version}.egg-info %{_datadir}/applications/curlew.desktop %{_datadir}/curlew/ %{_datadir}/icons/hicolor/*/apps/curlew.* %{_datadir}/pixmaps/curlew.svg %changelog * Mon Jan 06 2020 Leigh Scott - 0.2.4-2 - Review changes to fix lang and desktop file issues * Mon Jan 06 2020 Leigh Scott - 0.2.4-1 - Initial build