]> git.pld-linux.org Git - packages/isync.git/blame_incremental - isync.spec
up to 1.2.1
[packages/isync.git] / isync.spec
... / ...
CommitLineData
1# NOTE
2# - new name will be probably mbsync, but project name still stays isync
3Summary: Tool to synchronize IMAP4 and Maildir mailboxes
4Name: isync
5Version: 1.2.1
6Release: 1
7License: GPL v2+
8Group: Applications/Networking
9URL: http://isync.sourceforge.net/
10Source0: http://downloads.sourceforge.net/isync/%{name}-%{version}.tar.gz
11# Source0-md5: 7ba1a07c7b487a3ab5fef54d0071f1dd
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: db-devel >= 4.2
15BuildRequires: openssl-devel
16BuildRequires: pkgconfig
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20isync is a command line application which synchronizes mailboxes;
21currently Maildir and IMAP4 mailboxes are supported. New messages,
22message deletions and flag changes can be propagated both ways. isync
23is suitable for use in IMAP-disconnected mode.
24
25%prep
26%setup -q
27
28%build
29%{__aclocal}
30%{__autoconf}
31%{__autoheader}
32%{__automake}
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38%{__make} install \
39 INSTALL="install -p" \
40 DESTDIR=$RPM_BUILD_ROOT
41
42rm -r $RPM_BUILD_ROOT%{_datadir}/doc/isync
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS NEWS README TODO ChangeLog src/mbsyncrc.sample src/compat/isyncrc.sample
50%attr(755,root,root) %{_bindir}/isync
51%attr(755,root,root) %{_bindir}/mbsync
52%attr(755,root,root) %{_bindir}/mdconvert
53%attr(755,root,root) %{_bindir}/get-cert
54%{_mandir}/man1/*
This page took 0.239315 seconds and 4 git commands to generate.