rpms/maildirproc/devel import.log, NONE, 1.1 maildirproc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Mon May 3 12:54:14 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/maildirproc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20494/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log maildirproc.spec 
Log Message:
Initial import of maildirproc. Reviewed at
https://bugzilla.redhat.com/show_bug.cgi?id=581341



--- NEW FILE import.log ---
maildirproc-0_4_2-1_fc14:HEAD:maildirproc-0.4.2-1.fc14.src.rpm:1272891017


--- NEW FILE maildirproc.spec ---
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif

Name:           maildirproc
Version:        0.4.2
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.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel

%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


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%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 Apr 11 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/maildirproc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	18 Apr 2010 01:52:16 -0000	1.1
+++ .cvsignore	3 May 2010 12:53:49 -0000	1.2
@@ -0,0 +1 @@
+maildirproc-0.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/maildirproc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 Apr 2010 01:52:16 -0000	1.1
+++ sources	3 May 2010 12:53:50 -0000	1.2
@@ -0,0 +1 @@
+3aae82b172ad7745a851b6d2dd22c888  maildirproc-0.4.2.tar.gz



More information about the scm-commits mailing list