File pangoterm.spec of Package pangoterm
#
# spec file for package pangoterm
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: pangoterm
Version: 0+bzr630
Release: 0
Summary: GTK/Pango-based terminal that uses libvterm to provide terminal emulation
License: MIT
URL: https://www.leonerd.org.uk/code/pangoterm/
Source: pangoterm-0+bzr630.tar.gz
#Source-VCS http://bazaar.leonerd.org.uk/code/pangoterm/
BuildRequires: gtk2-devel
BuildRequires: libtool
BuildRequires: libvterm-devel
%description
GTK/Pango-based terminal that uses libvterm to provide terminal emulation.
%prep
%setup -q -n %{name}
%build
CFLAGS="%{optflags}" %make_build PREFIX=%{_prefix}
%install
CFLAGS="%{optflags}" %make_install PREFIX=%{_prefix}
%files
%license LICENSE
%doc pangoterm.cfg
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%changelog