File nmzmail.spec of Package nmzmail
#
# spec file for package nmzmail (Version 1.1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: nmzmail
Version: 1.1
Release: 1
License: GNU General Public License (GPL)
Summary: Fulltext search within multiple maildirs
Url: http://www.ecademix.com/JohannesHofmann/nmzmail.html
Group: Productivity/Networking/Email/Utilities
Source0: %{name}-%{version}.tar.bz2
BuildRequires: readline-devel
Requires: namazu
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
nmzmail is a tool to use the namazu search engine from within the mutt mail
client to search mail stored in maildir folders. Based on the result of the
namazu query, nmzmail generates a maildir folder containing symbolic links to
the mails matching the query. A simple mutt macro makes easy to use nmzmail
from within mutt.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/nmzmail
%doc %{_mandir}/man1/nmzmail.1*
%changelog