# # rpm spec file for aterm # Summary: AfterStep Terminal Emulator Name: aterm Version: 0.4.2 Release: 4%{?redhatvers:.%{redhatvers}} License: GPL Group: User Interface/X Packager: Paul Heinlein URL: http://aterm.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description aterm is the X Terminal Emulator. Originated from rxvt 2.4.8 it strives to provide user with complete control over its look. Features include fast transparency with shading and tinting, NeXTish scrollbar, fading when unfocused and more. %changelog * Tue Sep 23 2003 Paul Heinlein 0.4.2-4 - .spec file cleanups * Thu Sep 19 2002 Paul Heinlein - added support for %%redhatvers - added support for %%_makeopts * Mon Sep 16 2002 Paul Heinlein - added changelog * Wed May 15 2002 Paul Heinlein - initial revision %prep %setup -q %build CFLAGS="%{optflags}" \ ./configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ --enable-utmp \ --enable-wtmp \ --enable-background-image \ --enable-fading \ --enable-menubar \ --enable-graphics \ --with-term=xterm make %{?_smp_mflags} %install if [ ! %{buildroot} = "/" ]; then %{__rm} -rf %{buildroot}; fi make DESTDIR=%{buildroot} install %clean if [ ! %{buildroot} = "/" ]; then %{__rm} -rf %{buildroot}; fi %files %defattr(-,root,root) %doc ChangeLog INSTALL README.configure %{_mandir}/man1/aterm.1* %{_prefix}/bin/aterm ### ### eof ###