forked from pool/isync
This commit is contained in:
parent
0fcb8eb537
commit
761234d830
79
isync.spec
Normal file
79
isync.spec
Normal file
@ -0,0 +1,79 @@
|
||||
# norootforbuild
|
||||
%define makeinstall make install DESTDIR=%{buildroot}
|
||||
#
|
||||
Name: isync
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
#
|
||||
License: GPL
|
||||
Group: Productivity/Networking/Email/Utilities
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: db-devel openssl-devel
|
||||
#
|
||||
URL: http://isync.sf.net/
|
||||
Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz
|
||||
Patch: isync-1.0.1_imaphierarchy.patch
|
||||
Patch1: isync-1.0.1_missing_sentinel.patch
|
||||
#
|
||||
Summary: 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.
|
||||
%description
|
||||
isync is a command line application which synchronizes mailboxes; currently
|
||||
Maildir and IMAP4 mailboxes are supported. New messages, message deletions and
|
||||
flag changes can be propagated both ways. isync is suitable for use in
|
||||
IMAP-disconnected mode.
|
||||
|
||||
Synchronization is based on unique message identifiers (UIDs), so no
|
||||
identification conflicts can occur (as opposed to some other mail
|
||||
synchronizers). Synchronization state is kept in one local text file per
|
||||
mailbox pair; multiple replicas of a mailbox can be maintained.
|
||||
|
||||
Authors:
|
||||
----------
|
||||
Michael Elkins <me@mutt.org>
|
||||
Oswald Buddenhagen <ossi@users.sf.net>
|
||||
Theodore Ts'o <tytso@mit.edu>
|
||||
Nicolas Boullis <nboullis@debian.org>
|
||||
|
||||
%debug_package
|
||||
%prep
|
||||
%setup
|
||||
%patch
|
||||
#TODO: %patch1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%{__make}
|
||||
|
||||
%install
|
||||
%makeinstall docdir=%{_docdir}/%{name}/
|
||||
%{__install} -m 0644 \
|
||||
src/mbsyncrc.sample src/compat/isyncrc.sample \
|
||||
%{buildroot}%{_docdir}/%{name}/
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/get-cert
|
||||
%{_bindir}/isync
|
||||
%{_bindir}/mbsync
|
||||
%{_bindir}/mdconvert
|
||||
%doc %{_docdir}/%{name}/
|
||||
%{_mandir}/man1/isync.1.gz
|
||||
%{_mandir}/man1/mbsync.1.gz
|
||||
%{_mandir}/man1/mdconvert.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri May 19 2006 - darix@suse.de
|
||||
- update to 1.0.2
|
||||
* Mon Mar 20 2006 - darix@suse.de
|
||||
- build debuginfo package
|
||||
- added patch for missing sentinel
|
||||
* Sun Feb 19 2006 - darix@suse.de
|
||||
- added isync-1.0.1_imaphierarchy.patch
|
||||
* without the patch you cant mirror imap hierarchies
|
||||
when using "Patterns"
|
||||
* Sun Feb 19 2006 - darix@suse.de
|
||||
- Initial package of version 1.0.1
|
Loading…
Reference in New Issue
Block a user