From 17fb52019de07c24cfcec68dcb88dd576faf3683 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Jun 03 2005 09:19:43 +0000 Subject: - version upgrade --- diff --git a/aterm.spec b/aterm.spec index d27fd63..b4e51b1 100644 --- a/aterm.spec +++ b/aterm.spec @@ -1,47 +1,37 @@ Name: aterm -Version: 0.4.2 -Release: 6 +Version: 1.00 +Release: 0.1.beta3 Summary: Afterstep XVT, VT102 emulator for the X Window system Group: User Interface/X License: GPL URL: http://aterm.sourceforge.net -Source0: http://dl.sf.net/aterm/%{name}-%{version}.tar.gz +Source0: ftp://ftp.afterstep.org/apps/aterm/aterm-1.00.beta3.tar.bz2 Source1: aterm.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: XFree86-devel +BuildRequires: xorg-x11-devel BuildRequires: desktop-file-utils %description -aterm, version 0.4.2, is a colour vt102 terminal emulator, based on +aterm, version 1.00 is a colour vt102 terminal emulator, based on rxvt 2.4.8 with Alfredo Kojima´s additions of fast transparency, intended as an xterm(1) replacement for users who do not require fea- tures such as Tektronix 4014 emulation and toolkit-style configurabil- ity. As a result, aterm uses much less swap space -- a significant advantage on a machine serving many X sessions. -It was created with AfterStep Window Manger users in mind, but is not -tied to any libraries, and can be used anywhere. - - %prep -%setup -q +%setup -q -n aterm-1.00.beta3 %build -%configure --enable-utmp \ - --enable-wtmp \ - --enable-background-image \ - --enable-transparency \ - --enable-fading \ - --enable-menubar \ - --enable-graphics \ - --enable-next-scroll \ - --enable-xgetdefault \ - --with-term=xterm \ - --with-x \ - --with-xpm +%configure --enable-fading --enable-background-image \ +--enable-next-scroll --enable-utmp --enable-wtmp \ +--enable-menubar --enable-graphics -enable-kanji \ +--enable-big5 --enable-greek --enable-ttygid \ +--enable-xgetdefault --with-term=xterm --with-x + make %{?_smp_mflags} @@ -62,16 +52,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc ChangeLog doc/BUGS doc/FAQ doc/README.menu doc/README.Unix98PTY -%doc doc/README.xvt doc/TODO doc/ChangeLog.rxvt -%doc doc/menu/* -%doc doc/*.html +%doc ChangeLog ChangeLog.0.4 +%doc doc/README.* doc/FAQ doc/ChangeLog.rxvt doc/menu/* %{_bindir}/* %{_mandir}/man1/* %{_datadir}/applications/* %changelog +* Fri Jun 03 2005 Andreas Bierfert +1.00-0.1.beta3 +- upgrade + * Fri Apr 7 2005 Michael Schwendt - rebuilt