isync/isync.spec.in

36 lines
918 B
RPMSpec
Raw Permalink Normal View History

2000-12-21 20:56:14 +00:00
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
Name: isync
2003-05-07 00:04:57 +00:00
Version: @VERSION@
2000-12-21 20:56:14 +00:00
Release: 1
2012-08-26 13:02:38 +00:00
License: GPL
2000-12-21 20:56:14 +00:00
Group: Applications/Internet
2003-05-07 00:04:57 +00:00
Source: @PACKAGE@-@VERSION@.tar.gz
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 which synchronizes mailboxes; currently
Maildir and IMAP4 mailboxes are supported.
New messages, message deletions and flag changes can be propagated both ways.
It is useful for working in disconnected mode, such as on a laptop or with a
non-permanent internet collection (dIMAP).
2000-12-21 20:56:14 +00:00
%prep
%setup
%build
2012-08-26 13:02:38 +00:00
%configure
2000-12-21 20:56:14 +00:00
%install
rm -rf $RPM_BUILD_ROOT
2000-12-21 20:56:14 +00:00
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
2000-12-21 20:56:14 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample
%{_bindir}/*
%{_mandir}/man1/*