File xtermcontrol.spec of Package xtermcontrol
# vim: set sw=4 ts=4 et nu:
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
#
# 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 http://bugs.opensuse.org/
Name: xtermcontrol
Version: 3.6
Release: 0
Summary: Dynamic Control of XTerm Properties
Source: http://www.thrysoee.dk/xtermcontrol/xtermcontrol-%{version}.tar.gz
URL: http://www.thrysoee.dk/xtermcontrol/
Group: System/X11/Utilities
License: GPL-2.0+
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: gcc make glibc-devel pkgconfig
BuildRequires: autoconf automake libtool
%description
xtermcontrol enables dynamic control of XFree86 xterm properties.
It makes it easy to change colors, title, font and geometry of a running xterm,
as well as to report the current settings of these properties.
Window manipulations de-/iconify, raise/lower, maximize/restore and reset are
also supported.
To complete the feature set; xtermcontrol lets advanced users issue any xterm
control sequence of their choosing.
%prep
%setup -q
%build
%configure
%__make %{?_smp_mflags}
%install
%makeinstall
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc ChangeLog doc/*.txt
%{_bindir}/xtermcontrol
%doc %{_mandir}/man1/xtermcontrol.1*
%changelog