Skip to content

Commit

Permalink
chore: Switch to tagged versions for nautilus-open-any-terminal in pr…
Browse files Browse the repository at this point in the history
…eparation for next release
  • Loading branch information
KyleGospo committed Dec 25, 2023
1 parent 52b54fe commit 5af3e6a
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Name: nautilus-open-any-terminal
Version: {{{ git_dir_version }}}
Version: 0.4.0
Release: 1%{?dist}
Summary: Context-menu entry for opening other terminal in nautilus
License: GPLv3
URL: https://github.com/KyleGospo/nautilus-open-any-terminal
URL: https://github.com/Stunkymonkey/nautilus-open-any-terminal

VCS: {{{ git_dir_vcs }}}
Source: {{{ git_dir_pack }}}
BuildArch: noarch
Source: %{url}/archive/refs/tags/%{version}.tar.gz

BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: gettext
Expand All @@ -20,7 +19,7 @@ Requires: glib2
An extension for nautilus, which adds an context-entry for opening other terminal emulators than gnome-terminal.

%prep
{{{ git_dir_setup_macro }}}
%autosetup -n %{name}-%{version}

%build
%{python3} setup.py build
Expand All @@ -38,6 +37,3 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/glib-2.0/schemas/com.github.stunkymonkey.%{name}.gschema.xml
%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
%{_datadir}/nautilus-python/extensions/open_any_terminal_extension.py

%changelog
{{{ git_dir_changelog }}}

0 comments on commit 5af3e6a

Please sign in to comment.