Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > cf40613a62a3597e0d588a7f75f89c5f > files > 2

imapfilter-1.0.1-1mdk.src.rpm

Summary:	IMAPFilter is a mail filtering utility
Name:		imapfilter
Version:	1.0.1
Release:	1mdk
License:	MIT
Group:		Networking/Mail
URL:		http://imapfilter.hellug.gr/
Source:		%{name}-%{version}.tar.bz2
BuildRoot:	%_tmppath/%{name}-buildroot
Buildrequires:	openssl-devel
Buildrequires:	liblua-devel >= 5

%description
IMAPFilter is a mail filtering utility. It connects to remote mail servers
using the Internet Message Access Protocol (IMAP). Based on the user defined
filters it checks messages residing on a remote IMAP mailbox and processes
them in various ways.

One can execute imapfilter before:
  * fetching of mail locally
  * accessing a mailbox using one of the available Mail User Agents (MUA)
  * browsing a mailbox via the Web
...in order to "clear" a mailbox and avoid downloading/seeing some specific
mails, copy and/or move messages between folders, etc.


%prep
%setup -q


%build
./configure -d %{_prefix} -b %{_bindir} -s %{_datadir}/imapfilter -m %{_mandir}
%make MYCFLAGS="-Wall %{optflags}"


%install
rm -rf %buildroot
%makeinstall_std BINDIR=%{buildroot}/%{_bindir}\
	SHAREDIR=%{buildroot}/%{_datadir}/imapfilter\
	MANDIR=%{buildroot}/%{_mandir}


%clean
rm -rf %buildroot


%files
%defattr(0755,root,root,0755)
%_bindir/*
%defattr(0644,root,root,0755)
%doc LICENSE NEWS README sample.config.lua sample.extend.lua
%_mandir/*/*
%_datadir/imapfilter


%changelog
* Wed Oct 27 2004 Michael Reinsch <mr@uue.org> 1.0.1-1mdk
- 1.0.1

* Sun Jun 13 2004 Michael Reinsch <mr@uue.org> 1.0-1mdk
- 1.0

* Wed Mar 24 2004 Michael Reinsch <mr@uue.org> 0.9.6-1mdk
- patch to correct time sent to imap server
- initial spec file for mandrake