Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
maildrop
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Changed
maildrop.changes
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Aug 06 23:19:01 CEST 2009 - cs@linux-administrator.com + +- update to version 2.1.0 + - move maildirmake & deliverquota to tools subpackage + +------------------------------------------------------------------- Mon Feb 04 15:32:01 CEST 2008 - cs@linux-administrator.com - Update to version 2.0.4
[-]
[+]
Changed
maildrop.spec
^
@@ -3,7 +3,7 @@ # Name: maildrop Version: 2.1.0 -Release: 1 +Release: 3 # License: GPL Group: Productivity/Networking/Email/Utilities @@ -41,6 +41,20 @@ %description devel Development libraries and headers for %{name} + +%package tools +Group: Productivity/Networking/Email/Utilities +Summary: Deliverquota and maildirmake tools +Provides: maildirmake +Provides: deliverquota + +%description +To not conflict with courier-imap package the +maildrop package is splitted into the main maildrop +package and this maildrop-tools package which only +includes deliverquota and maildirmake tools and its +man pages. + %prep %setup @@ -93,19 +107,23 @@ %attr(755, root, mail) %{_bindir}/maildrop %attr(755, root, mail) %{_bindir}/lockmail %{_bindir}/mailbot -%{_bindir}/maildirmake %{_bindir}/makedat %{_bindir}/makedatprog -%{_bindir}/deliverquota %{_bindir}/reformail %{_bindir}/makemime %{_bindir}/reformime %{_libdir}/lib*.so.* - -%{_mandir}/man1/* -%{_mandir}/man5/* -%{_mandir}/man7/* -%{_mandir}/man8/* +%{_mandir}/man1/lockmail.1.gz +%{_mandir}/man1/mailbot.1.gz +%{_mandir}/man1/maildrop.1.gz +%{_mandir}/man1/makemime.1.gz +%{_mandir}/man1/reformail.1.gz +%{_mandir}/man1/reformime.1.gz +%{_mandir}/man5/maildir.5.gz +%{_mandir}/man7/maildirquota.7.gz +%{_mandir}/man7/maildropex.7.gz +%{_mandir}/man7/maildropfilter.7.gz +%{_mandir}/man7/maildropgdbm.7.gz %doc maildir/README.maildirquota.html maildir/README.maildirquota.txt %doc COPYING README README.postfix INSTALL NEWS UPGRADE ChangeLog maildroptips.txt @@ -120,3 +138,10 @@ %{_libdir}/lib*.a %{_libdir}/lib*.la +%files tools +%defattr(-,root,root) +%{_bindir}/deliverquota +%{_bindir}/maildirmake +%{_mandir}/man8/deliverquota.8* +%{_mandir}/man1/maildirmake.1* +