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