Author: qboosh Date: Sat Oct 22 22:54:28 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new (separate, meant for modular xorg)
---- Files affected: SPECS: xterm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xterm.spec diff -u /dev/null SPECS/xterm.spec:1.1 --- /dev/null Sun Oct 23 00:54:28 2005 +++ SPECS/xterm.spec Sun Oct 23 00:54:23 2005 @@ -0,0 +1,76 @@ +# $Revision$, $Date$ +Summary: Terminal emulator for X +Summary(pl): Emulator terminala dla X +Name: xterm +Version: 205 +Release: 1 +License: MIT +Group: X11/Applications +Source0: ftp://invisible-island.net/xterm/%{name}-%{version}.tgz +# Source0-md5: 5228ebbc1254f5b0a096d5b767c6fc88 +URL: http://invisible-island.net/xterm/ +BuildRequires: xorg-lib-libXft-devel +BuildRequires: xorg-lib-libXaw-devel +BuildRequires: ncurses-devel +BuildRequires: utempter-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The xterm program is a terminal emulator for the X Window System. It +provides DEC VT102/VT220 (VTxxx) and Tektronix 4014 compatible +terminals for programs that cannot use the window system directly. + +This version implements ISO/ANSI colors using the "new" color model +(i.e., background color erase). It also implements most of the control +sequences for VT220. + +%description -l pl +Program xterm to emulator terminala dla X Window System. Udostępnia +terminale zgodne z DEC VT102/VT220 (VTxxx) oraz Tektronix 4014 dla +programów nie potrafiących używać bezpośrednio systemu okien. + +Ta wersja implementuje kolory ISO/ANSI przy użyciu "nowego" modelu +kolorów (tzn. usuwania kolorem tła). Implementuje także większość +sekwencji sterujących VT220. + +%prep +%setup -q + +%build +%configure \ + --enable-256-color \ + --enable-wide-chars \ + --with-utempter + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +echo '.so xterm.1' > $RPM_BUILD_ROOT%{_mandir}/man1/uxterm.1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README README.i18n xterm.log.html +%attr(755,root,root) %{_bindir}/resize +%attr(755,root,root) %{_bindir}/xterm +%attr(755,root,root) %{_bindir}/uxterm +%{_libdir}/X11/app-defaults/* +%{_mandir}/man1/resize.1* +%{_mandir}/man1/xterm.1* +%{_mandir}/man1/uxterm.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 2005/10/22 22:54:23 qboosh +- new (separate, meant for modular xorg) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
