isync.spec.in 872 B

123456789101112131415161718192021222324252627282930313233
  1. Summary: Utility to synchronize IMAP mailboxes with local maildir folders
  2. Name: isync
  3. Version: @VERSION@
  4. Release: 1
  5. Copyright: GPL
  6. Group: Applications/Internet
  7. Source: @PACKAGE@-@VERSION@.tar.gz
  8. URL: http://@PACKAGE@.sf.net/
  9. Packager: Oswald Buddenhagen <ossi@users.sf.net>
  10. BuildRoot: /var/tmp/%{name}-buildroot
  11. %description
  12. isync is a command line utility for synchronizing a remote IMAP mailbox with a
  13. local maildir-style mailbox. This is useful for working in disconnected mode,
  14. such as on a laptop. Modifications made locally and remotely are synchronized
  15. so that no message status flags are lost.
  16. %prep
  17. %setup
  18. %build
  19. ./configure --prefix=/usr
  20. make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
  21. %install
  22. make DESTDIR=$RPM_BUILD_ROOT install
  23. %clean
  24. rm -rf $RPM_BUILD_ROOT
  25. %files
  26. %doc AUTHORS COPYING README TODO ChangeLog isyncrc.sample
  27. /usr/bin/isync
  28. /usr/man/man1/isync.1.gz