]> git.pld-linux.org Git - packages/isync.git/blame - isync.spec
up to 1.4.4 (fixes CVE-2021-3657 CVE-2021-44143)
[packages/isync.git] / isync.spec
CommitLineData
cd41da1f
ER
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
a22ca89a
JP
5Version: 1.4.4
6Release: 1
cd41da1f
ER
7License: GPL v2+
8Group: Applications/Networking
ac9d74d3 9Source0: https://downloads.sourceforge.net/isync/%{name}-%{version}.tar.gz
a22ca89a 10# Source0-md5: 29acced5c6f0c87e631b0ff641f8f942
ac9d74d3 11URL: https://isync.sourceforge.net/
f6f8694a
JP
12BuildRequires: autoconf
13BuildRequires: automake
e759d670 14BuildRequires: cyrus-sasl-devel
f6f8694a 15BuildRequires: db-devel >= 4.2
cd41da1f 16BuildRequires: openssl-devel
e759d670
JP
17BuildRequires: perl-base >= 1:5.14
18BuildRequires: pkgconfig >= 1:0.9.0
19BuildRequires: zlib-devel
cd41da1f
ER
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23isync is a command line application which synchronizes mailboxes;
24currently Maildir and IMAP4 mailboxes are supported. New messages,
25message deletions and flag changes can be propagated both ways. isync
26is suitable for use in IMAP-disconnected mode.
27
28%prep
29%setup -q
cd41da1f
ER
30
31%build
f6f8694a
JP
32%{__aclocal}
33%{__autoconf}
34%{__autoheader}
35%{__automake}
cd41da1f
ER
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41%{__make} install \
42 INSTALL="install -p" \
43 DESTDIR=$RPM_BUILD_ROOT
44
e759d670 45rm -r $RPM_BUILD_ROOT%{_docdir}/isync
cd41da1f
ER
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
e759d670 52%doc AUTHORS NEWS README TODO ChangeLog src/mbsyncrc.sample
cd41da1f
ER
53%attr(755,root,root) %{_bindir}/mbsync
54%attr(755,root,root) %{_bindir}/mdconvert
186a3f62 55%attr(755,root,root) %{_bindir}/mbsync-get-cert
cd41da1f 56%{_mandir}/man1/*
This page took 0.060581 seconds and 5 git commands to generate.