rpms/aterm/devel aterm.spec,1.7,1.8

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Jun 3 09:19:45 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/aterm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26824

Modified Files:
	aterm.spec 
Log Message:
- version upgrade



Index: aterm.spec
===================================================================
RCS file: /cvs/extras/rpms/aterm/devel/aterm.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- aterm.spec	6 Apr 2005 22:11:11 -0000	1.7
+++ aterm.spec	3 Jun 2005 09:19:43 -0000	1.8
@@ -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 @@
 
 %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 <andreas.bierfert[AT]lowlatency.de>
+1.00-0.1.beta3
+- upgrade
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list