isync/isync.spec.in

34 lines
888 B
RPMSpec
Raw Normal View History

2000-12-21 20:56:14 +00:00
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
Name: isync
Version: 0.9
2000-12-21 20:56:14 +00:00
Release: 1
Copyright: GPL
Group: Applications/Internet
Source: http://prdownloads.sf.net/@PACKAGE@/@PACKAGE@-@VERSION@.tar.gz?download
URL: http://@PACKAGE@.sf.net/
Packager: Oswald Buddenhagen <ossi@users.sf.net>
2000-12-21 20:56:14 +00:00
BuildRoot: /var/tmp/%{name}-buildroot
%description
isync is a command line utility for synchronizing a remote IMAP mailbox with a
local maildir-style mailbox. This is useful for working in disconnected mode,
such as on a laptop. Modifications made locally and remotely are synchronized
so that no message status flags are lost.
%prep
%setup
%build
./configure --prefix=/usr
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc COPYING README TODO ChangeLog
/usr/bin/isync
2001-11-20 18:28:18 +00:00
/usr/man/man1/isync.1.gz