Author: gotar Date: Sun Jul 4 09:58:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/xtermcontrol: xtermcontrol.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xtermcontrol/xtermcontrol.spec diff -u /dev/null packages/xtermcontrol/xtermcontrol.spec:1.1 --- /dev/null Sun Jul 4 11:58:39 2010 +++ packages/xtermcontrol/xtermcontrol.spec Sun Jul 4 11:58:34 2010 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: Dynamic control of XFree86 xterm properties +Name: xtermcontrol +Version: 2.10 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://www.thrysoee.dk/xtermcontrol/%{name}-%{version}.tar.gz +# Source0-md5: d108e24d0a8ddc1b58b37f559314eb76 +URL: http://www.thrysoee.dk/xtermcontrol/ +BuildRequires: autoconf +BuildRequires: automake +Suggests: xterm +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +xtermcontrol is an utility to dynamically query and modify xterm +properties, making it easy to query and change colors, title, font and +geometry of a running xterm. Window manipulations such as de-/iconify, +raise/lower, maximize/restore and reset are also supported. +xtermcontrol also lets advanced users issue any xterm control sequence. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure + +%install +rm -rf $RPM_BUILD_ROOT + +make install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog doc/ctlseqs.txt +%attr(755,root,root) %{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/07/04 09:58:34 gotar +- initial PLD release ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
