Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1efe3b483c87a3ca96c03387d87c2fe2 > files > 3

imapsync-1.456-3.mga3.src.rpm

Summary:	IMAP synchronisation, sync, copy or migration tool
Name:		imapsync
Version:	1.456
Release:	%mkrel 3
License:	WTFPL
Group:		Networking/Mail
URL:		http://www.linux-france.org/prj/imapsync/
Source0:	http://www.linux-france.org/prj/imapsync/dist/%{name}-%{version}.tgz
Source1:	http://www.linux-france.org/prj/imapsync/dist/%{name}-%{version}.tgz.md5.txt
Requires:	perl(Date::Manip)
Requires:	perl(Term::ReadKey)
Suggests:       perl(IO::Socket::SSL)
Suggests:       perl(Digest::HMAC_MD5)
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
imapsync is a tool for facilitating incremental recursive IMAP transfers from
one mailbox to another. It is useful for mailbox migration, and reduces the
amount of data transferred by only copying messages that are not present on
both servers. Read, unread, and deleted flags are preserved, and the process
can be stopped and resumed. The original messages can optionally be deleted
after a successful transfer.

%prep

%setup -q

%build

pod2man %{name} > %{name}.1

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1

install -m0755 %{name} %{buildroot}%{_bindir}/
install -m0644 %{name}.1 %{buildroot}%{_mandir}/man1/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CREDITS ChangeLog FAQ README TODO
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/%{name}.1*



%changelog

* Sat Jan 12 2013 umeabot <umeabot> 1.456-3.mga3
+ Revision: 354294
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Oct 15 2011 dlucio <dlucio> 1.456-2.mga2
+ Revision: 155286
- new suggestions

* Fri Oct 14 2011 dlucio <dlucio> 1.456-1.mga2
+ Revision: 155243
- imported package imapsync