Summary: Terminal emulator for WindowMaker Name: wterm Version: 6.2.9 Release: 1.n0i.1 Group: User Interface/Desktops License: GPL+ URL: http://www.wterm.org/ Source0: http://surfnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: WindowMaker-devel BuildRequires: libX11-devel BuildRequires: libXt-devel BuildRequires: libXt-devel BuildRequires: libSM-devel BuildRequires: libICE-devel BuildRequires: libXpm-devel %description Wterm is a lightweight but featureful terminal emulator for use with the X Window System. While lightweight, it provides an elegant interface including NeXTSTEP style scroll bars and an application menu that integrates well with the Window Maker window manager and GNUStep based applications. Wterm works well with any window manager or desktop environment. %prep %setup -q %build %configure \ --enable-transparency \ --enable-next-scroll \ --enable-ttygid \ --enable-xpm-background \ --with-xpm-library=%{_libdir} \ --enable-menubar \ --enable-wtmp \ --enable-utmp %{__make} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__install} -d -m0755 $RPM_BUILD_ROOT%{_datadir}/applications/ %{__cat} << EOF > $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop [Desktop Entry] Encoding=UTF-8 Name=WTerm Comment=Terminal emulator for WindowMaker TryExec=%{name} Exec=%{name} Icon=%{name}.xpm Type=Application Categories=Utility;TerminalEmulator;System; StartupNotify=true EOF %{__install} -D -m0644 wterm1.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.xpm %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(0644,root,root,0755) %doc README doc/{changes.txt,BUGS,FAQ,README*,TODO,wtermRef*,xterm.seq} %doc doc/etc/wterm.term* %attr(0755,root,root) %{_bindir}/* %{_mandir}/man*/* %{_datadir}/pixmaps/* %{_datadir}/applications/* %changelog * Fri Sep 07 2007 Marius FERARU - 6.2.9-1.n0i.1 - initial packaging