]> git.pld-linux.org Git - packages/imapsync.git/blame - imapsync.spec
- initial pld release
[packages/imapsync.git] / imapsync.spec
CommitLineData
f38c4c45
AM
1%include /usr/lib/rpm/macros.perl
2Summary: Mailboxes synchronization tool
3Name: imapsync
4Version: 1.133
5Release: 1
6License: GPL
7Group: Applications/Mail
8Source0: http://www.linux-france.org/prj/imapsync/dist/%{name}-%{version}.tgz
9# Source0-md5: 4b2f2cdd2a04e7e0ef65c9ca15f4481f
10URL: http://www.linux-france.org/prj/imapsync/
11BuildRequires: rpmbuild(macros) >= 1.202
12BuildRequires: rpm-perlprov >= 4.1-13
13BuildRequires: perl-base
14BuildRequires: perl-Mail-IMAPClient
15BuildRequires: perl-Term-ReadKey
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20imapsync is a tool for facilitating incremental recursive IMAP
21transfers from one mailbox to another. It is useful for mailbox
22migration, and reduces the amount of data transferred by only copying
23messages that are not present on both servers. Read, unread, and
24deleted flags are preserved, and the process can be stopped and
25resumed. The original messages can optionally be deleted after a
26successful transfer.
27
28%prep
29%setup -q
30
31%build
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{_bindir}
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc CREDITS ChangeLog FAQ README TODO
47%attr(755,root,root) %{_bindir}/imapsync
This page took 0.071944 seconds and 4 git commands to generate.