Name: simple-term
Version: v1.0.0
Release: 1.20241110133231440481.main.4.g284f010%{?dist}
Summary: Simple vte-based terminal

License: GPL-3.0-or-later
URL: https://github.com/mh21/simple-term

Source0: simple-term-v1.0.0.tar.gz

BuildRequires: gnome-common
BuildRequires: vala
BuildRequires: gtk3-devel
BuildRequires: vte291-devel

%description
Simple vte-based terminal

%prep
%autosetup -n simple-term-v1.0.0
./autogen.sh

%build
%configure
%make_build

%install
%make_install

%files
%license LICENSE
%doc README.md LICENSE
%{_bindir}/simple-term

%changelog
* Sun Nov 10 2024 Packit <hello@packit.dev> - v1.0.0-1.20241110133231440481.main.4.g284f010
- cli: allow to specify working directory (Michael Hofmann)
- Update packit configuration (Michael Hofmann)

* Tue Apr 18 2023 Michael Hofmann <mh21@mh21.de> - 1.0.0-1
- initial packaging