Name: nautilus-open-any-terminal Version: 0.0.git.317.b608319a 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#b608319a9001098c349c4171dea4a00b5e5b9208: Source: nautilus-open-any-terminal-b608319a.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: gettext Requires: nautilus-python Requires: glib2 %global _python_dist_allow_version_zero 1 %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 %{_datadir}/caja-python/extensions/nautilus_open_any_terminal.py %changelog