automatic version update by autodist [release 304-1mamba;Sun May 04 2014]
This commit is contained in:
parent
af5a2f03d8
commit
69e853a412
@ -1,2 +1,6 @@
|
||||
# xterm
|
||||
|
||||
The xterm program is a terminal emulator for the X Window System.
|
||||
It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't 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. See the xterm FAQ
|
||||
|
||||
|
184
xterm.spec
Normal file
184
xterm.spec
Normal file
@ -0,0 +1,184 @@
|
||||
Name: xterm
|
||||
Version: 304
|
||||
Release: 1mamba
|
||||
Summary: A terminal emulator for the X Window System
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://dickey.his.com/xterm/
|
||||
Source: ftp://invisible-island.net/xterm/xterm-%{version}.tgz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXaw-devel
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libXt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The xterm program is a terminal emulator for the X Window System.
|
||||
It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't 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. See the xterm FAQ
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/koi8rxterm
|
||||
%{_bindir}/resize
|
||||
%{_bindir}/uxterm
|
||||
%{_bindir}/xterm
|
||||
%{_datadir}/pixmaps/filled-xterm_32x32.xpm
|
||||
%{_datadir}/pixmaps/filled-xterm_48x48.xpm
|
||||
%{_datadir}/pixmaps/mini.xterm_32x32.xpm
|
||||
%{_datadir}/pixmaps/mini.xterm_48x48.xpm
|
||||
%{_datadir}/pixmaps/xterm-color_32x32.xpm
|
||||
%{_datadir}/pixmaps/xterm-color_48x48.xpm
|
||||
%{_datadir}/pixmaps/xterm_32x32.xpm
|
||||
%{_datadir}/pixmaps/xterm_48x48.xpm
|
||||
%{_prefix}/lib/X11/app-defaults/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sun May 04 2014 Automatic Build System <autodist@mambasoft.it> 304-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 08 2014 Automatic Build System <autodist@mambasoft.it> 303-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 04 2014 Automatic Build System <autodist@mambasoft.it> 302-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 20 2014 Automatic Build System <autodist@mambasoft.it> 301-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 300-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 03 2013 Automatic Build System <autodist@mambasoft.it> 299-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 30 2013 Automatic Build System <autodist@mambasoft.it> 298-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 13 2013 Automatic Build System <autodist@mambasoft.it> 297-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 12 2013 Automatic Build System <autodist@mambasoft.it> 296-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 07 2013 Automatic Build System <autodist@mambasoft.it> 295-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 06 2013 Automatic Build System <autodist@mambasoft.it> 294-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 293-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 26 2013 Automatic Build System <autodist@mambasoft.it> 292-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 02 2013 Automatic Build System <autodist@mambasoft.it> 291-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 18 2013 Automatic Build System <autodist@mambasoft.it> 290-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 09 2013 Automatic Build System <autodist@mambasoft.it> 289-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 14 2013 Automatic Build System <autodist@mambasoft.it> 288-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 19 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 286-2mamba
|
||||
- fix license (see http://bugs.openmamba.org/view.php?id=160)
|
||||
|
||||
* Wed Oct 31 2012 Automatic Build System <autodist@mambasoft.it> 286-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 284-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 08 2012 Automatic Build System <autodist@mambasoft.it> 281-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 22 2011 Automatic Build System <autodist@mambasoft.it> 276-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 10 2011 Automatic Build System <autodist@mambasoft.it> 268-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Nov 22 2010 Automatic Build System <autodist@mambasoft.it> 267-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Nov 10 2010 Automatic Build System <autodist@mambasoft.it> 266-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Aug 30 2010 Automatic Build System <autodist@mambasoft.it> 262-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 30 2010 Automatic Build System <autodist@mambasoft.it> 261-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jun 26 2010 Automatic Build System <autodist@mambasoft.it> 260-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Apr 27 2010 Automatic Build System <autodist@mambasoft.it> 257-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 255-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Oct 23 2009 Automatic Build System <autodist@mambasoft.it> 250-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Oct 02 2009 Automatic Build System <autodist@mambasoft.it> 249-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Aug 16 2009 Automatic Build System <autodist@mambasoft.it> 245-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Aug 10 2009 Automatic Build System <autodist@mambasoft.it> 244-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Apr 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 243-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 242-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 238-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon May 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 235-1mamba
|
||||
- update to 235
|
||||
|
||||
* Thu Feb 08 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 223-1qilnx
|
||||
- update to version 223 by autospec
|
||||
|
||||
* Thu Feb 02 2006 Davide Madrisan <davide.madrisan@qilinux.it> 208-1qilnx
|
||||
- update to version 208 by autospec
|
||||
|
||||
* Wed Jul 30 2003 Silvan Calarco <silvan.calarco@qinet.it> 179-1qilnx
|
||||
- first build of xterm
|
Loading…
Reference in New Issue
Block a user