Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
maildirproc
> maildirproc.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File maildirproc.spec of Package maildirproc (Revision 3)
Currently displaying revision
3
,
show latest
Name: maildirproc Version: 0.4.3 Release: 1%{?dist} Summary: Sort mail from mail boxes in the maildir format Group: Applications/Internet License: GPLv2+ URL: http://joel.rosdahl.net/maildirproc/ Source0: http://joel.rosdahl.net/maildirproc/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel >= 2.5 %description maildirproc is a program that processes one or several existing mail boxes in the maildir format. It is primarily focused on mail sorting, which means moving, copying, forwarding, and deleting mail according to a set of rules. It can be seen as an alternative to procmail, but instead of being a delivery agent (which wants to be part of the delivery chain), maildirproc only processes mail which has already been delivered. That is a feature, not a bug. %prep %setup -q %build %{__python} setup.py build --prefix %{_prefix} %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --prefix %{_prefix} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE NEWS README doc/* %{_bindir}/%{name} %{python_sitelib}/%{name}-%{version}-*.egg-info %changelog * Sun Aug 08 2010 Carsten Schoene <cs@linux-administrator.com> - 0.4.3-1 - Initial package