Summary: X-based multiple mailbox biff Name: xbuffy Version: 3.4 Release: 5.1%{?dist} License: X Consortium, copyrighted by author Group: X11/Utilities Source0: ftp://ftp.virginia.edu/pub/xbuffy/xbuffy-3.4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libXt-devel, libXaw-devel, libXext-devel BuildRequires: libc-client-devel, openssl-devel, pam-devel %description Xbuffy is a program that watches multiple mailboxes and newsgroups and displays a count of new mail or news, and optionally displays a pop-up window containing the From: and Subject: lines when new mail or news arrives. Xbuffy can also run a program (such as a xterm with your mail reader) when you click on the mailbox. %prep %setup -q mkdir -p imap/c-client ln -s %{_libdir}/c-client.* imap/c-client/ ln -s %{_includedir}/imap/* imap/c-client/ %build ./configure \ --disable-nntp \ --enable-content-length \ --with-cclient make "LIBS=-lcrypt ./imap/c-client/c-client.a -lkdb5 -lssl -lpam" %install install -m 755 -d %{buildroot}/usr/X11R6/bin/ install -p -s -m 755 xbuffy %{buildroot}/usr/X11R6/bin/xbuffy install -m 755 -d %{buildroot}/usr/X11R6/man/man1/ install -p -m 644 xbuffy.1 %{buildroot}/usr/X11R6/man/man1/xbuffy.1 install -m 755 -d %{buildroot}/usr/X11R6/lib/X11/app-defaults/ install -p -m 644 XBuffy.ad %{buildroot}/usr/X11R6/lib/X11/app-defaults/XBuffy %files %doc README README.imap README.cclient boxfile.fmt boxfile.sample %defattr(-,root,root,-) /usr/X11R6/bin/xbuffy /usr/X11R6/man/man1/xbuffy.1* /usr/X11R6/lib/X11/app-defaults/XBuffy %clean rm -rf %{buildroot} %changelog * Mon Feb 6 2006 Axel Thimm - Taken from old libc6 contrib section, no changelog found.