Name: nautilus-open-any-terminal Version: 0.0.git.224.df748f50 Release: 1%{?dist} Summary: Context-menu entry for opening other terminal in nautilus License: GPLv3 URL: https://github.com/KyleGospo/nautilus-open-any-terminal VCS: git+https://github.com/KyleGospo/nautilus-open-any-terminal.git#df748f502164e6a98b30aca4e154ef4db20c2779: Source: nautilus-open-any-terminal-df748f50.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: gettext Requires: nautilus-python Requires: glib2 %description An extension for nautilus, which adds an context-entry for opening other terminal emulators than gnome-terminal. %prep %setup -T -b 0 -q -n nautilus-open-any-terminal %build %{python3} setup.py build %install %{python3} setup.py install --root="%{buildroot}" --optimize=1 %post glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files %license LICENSE %doc README.md %{python3_sitelib}/nautilus_open_any_terminal* %{_datadir}/glib-2.0/schemas/com.github.stunkymonkey.%{name}.gschema.xml %{_datadir}/locale/*/LC_MESSAGES/%{name}.mo %{_datadir}/nautilus-python/extensions/nautilus_open_any_terminal.py %changelog