Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > c9101c2461627156d16e9387f40f2c93 > files > 3

xbuffy-3.4-5mdk.src.rpm

Summary:  X-based multiple mailbox biff
Name: xbuffy
Version: 3.4
Release: 5mdk
License: MIT
Group: Graphical desktop/Other
Source: ftp.virginia.edu:/pub/xbuffy/%{name}-%{version}.tar.bz2
Patch: xbuffy-3.4-multiple-box.patch.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
%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

%patch0 -p1 -b .warly

%build
 
CONF_OPTS="--enable-nntp --enable-content-length"

if [ -d /usr/local/src/imap ] ; then
   %configure --with-cclient=/usr/local/src/imap $CONF_OPTS
else
   %configure $CONF_OPTS
fi

%make

%install

install -m 755 -d $RPM_BUILD_ROOT/usr/X11R6/bin/
install -s -m 755  xbuffy $RPM_BUILD_ROOT/usr/X11R6/bin/xbuffy
install -m 755 -d $RPM_BUILD_ROOT/usr/X11R6/man/man1/
install -m 644 xbuffy.1 $RPM_BUILD_ROOT/usr/X11R6/man/man1/xbuffy.1x
install -m 755 -d $RPM_BUILD_ROOT/usr/X11R6/lib/X11/app-defaults/
install -m 644  XBuffy.ad $RPM_BUILD_ROOT/usr/X11R6/lib/X11/app-defaults/XBuffy
%files
%defattr(-,root,root)
%attr(-,root,root) /usr/X11R6/bin/xbuffy
%attr(-,root,root) /usr/X11R6/man/man1/xbuffy.1x*
%attr(-,root,root) /usr/X11R6/lib/X11/app-defaults/XBuffy
%doc ChangeLog README README.imap README.cclient boxfile.fmt boxfile.sample

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* Fri Aug 24 2001 Etienne Faure <etienne@mandrakesoft.com> 3.4-5mdk
- rebuild

* Wed Apr 25 2001 Warly <warly@mandrakesoft.com> 3.4-4mdk
- Add subbox title in mail displaying

* Mon Apr 23 2001 Warly <warly@mandrakesoft.com> 3.4-3mdk
- does not stop working with empty boxfiles.

* Sat Dec 23 2000 Warly <warly@mandrakesoft.com> 3.4-2mdk
- add a patch to put multiple file in the same box

* Tue Aug 29 2000 Frederic Lepied <flepied@mandrakesoft.com> 3.4-1mdk
- first Mandrake release.