File: isync.spec.in

package info (click to toggle)
isync 0.9.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 580 kB
  • ctags: 184
  • sloc: ansic: 2,835; sh: 841; makefile: 68
file content (33 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Summary: Utility to synchronize IMAP mailboxes with local maildir folders
Name: isync
Version: @VERSION@
Release: 1
Copyright: GPL
Group: Applications/Internet
Source: @PACKAGE@-@VERSION@.tar.gz
URL: http://@PACKAGE@.sf.net/
Packager: Oswald Buddenhagen <ossi@users.sf.net>
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 AUTHORS COPYING README TODO ChangeLog isyncrc.sample
/usr/bin/isync
/usr/man/man1/isync.1.gz