isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit ff8991fd004f3659105b465997f95d504a071f08
parent 2c472c3999009240b68173a07522c6ca017f894c
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Wed,  7 May 2003 00:04:57 +0000

make it actually work

Diffstat:
Misync.spec.in | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/isync.spec.in b/isync.spec.in @@ -1,10 +1,10 @@ Summary: Utility to synchronize IMAP mailboxes with local maildir folders Name: isync -Version: 0.9 +Version: @VERSION@ Release: 1 Copyright: GPL Group: Applications/Internet -Source: http://prdownloads.sf.net/@PACKAGE@/@PACKAGE@-@VERSION@.tar.gz?download +Source: @PACKAGE@-@VERSION@.tar.gz URL: http://@PACKAGE@.sf.net/ Packager: Oswald Buddenhagen <ossi@users.sf.net> BuildRoot: /var/tmp/%{name}-buildroot @@ -28,6 +28,6 @@ make DESTDIR=$RPM_BUILD_ROOT install rm -rf $RPM_BUILD_ROOT %files -%doc COPYING README TODO ChangeLog +%doc AUTHORS COPYING README TODO ChangeLog isyncrc.sample /usr/bin/isync /usr/man/man1/isync.1.gz