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