]> git.pld-linux.org Git - packages/imapsync.git/blame - imapsync.spec
- updated to 1.580
[packages/imapsync.git] / imapsync.spec
CommitLineData
8bcb2900 1%include /usr/lib/rpm/macros.perl
f38c4c45 2Summary: Mailboxes synchronization tool
50108614 3Summary(pl.UTF-8): Narzędzie do synchroniczacji skrzynek pocztowych
f38c4c45 4Name: imapsync
812e3bf9 5Version: 1.580
f717ca0d 6Release: 1
93068b76 7License: NOLIMIT Public License
f38c4c45 8Group: Applications/Mail
ad6ad3f4 9#Source0: http://www.linux-france.org/prj/imapsync/dist/%{name}-%{version}.tgz
3b1d26aa 10Source0: https://fedorahosted.org/released/imapsync/%{name}-%{version}.tgz
812e3bf9 11# Source0-md5: 8dc436b501de38f0effd3841100a9d1a
3b1d26aa 12URL: http://imapsync.lamiral.info/
1c015c92 13BuildRequires: perl-Date-Manip
812e3bf9 14BuildRequires: perl-File-Copy-Recursive
f38c4c45
AM
15BuildRequires: perl-Mail-IMAPClient
16BuildRequires: perl-Term-ReadKey
2126c8aa
JB
17BuildRequires: rpm-perlprov >= 4.1-13
18BuildRequires: rpmbuild(macros) >= 1.202
81e6849d 19Requires: perl-Date-Manip
20Requires: perl-Mail-IMAPClient
21Requires: perl-Term-ReadKey
f38c4c45
AM
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26imapsync is a tool for facilitating incremental recursive IMAP
27transfers from one mailbox to another. It is useful for mailbox
28migration, and reduces the amount of data transferred by only copying
29messages that are not present on both servers. Read, unread, and
30deleted flags are preserved, and the process can be stopped and
31resumed. The original messages can optionally be deleted after a
32successful transfer.
33
f30e6092
JR
34%description -l pl.UTF-8
35imapsync to narzędzie ułatwiające przyrostowe rekurencyjne transfery
2126c8aa 36IMAP z jednej skrzynki do drugiej. Jest przydatne do migracji skrzynek
f30e6092
JR
37pocztowych i zmniajsza ilość przesyłanych danych kopiując tylko
38wiadomości nie obecne na obu serwerach. Flagi oznaczające wiadomości
7a05f8ca 39przeczytane, nieprzeczytane i usunięte są zachowywane, a proces może
f30e6092
JR
40być zatrzymany i wznowiony. Oryginalne wiadomości opcjonalnie mogą być
41usunięte po udanym przesłaniu.
2126c8aa 42
f38c4c45
AM
43%prep
44%setup -q
45
46%build
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51install -d $RPM_BUILD_ROOT%{_bindir}
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc CREDITS ChangeLog FAQ README TODO
62%attr(755,root,root) %{_bindir}/imapsync
8f18b6c6 63%{_mandir}/man1/imapsync.1*
This page took 0.060201 seconds and 4 git commands to generate.