Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 3be6f2ac85d0b1cb6a5cf9e1ce855039 > files > 4

imapsync-1.267-2mdv2009.1.src.rpm

Summary:	IMAP synchronisation, sync, copy or migration tool
Name:		imapsync
Version:	1.267
Release:	%mkrel 2
License:	GPLv2
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
Patch0:		imapsync-1.267-authuser.patch
Requires:	perl(Date::Manip)
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
%patch0 -p1 -b .authuser

%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
* Sun Mar 08 2009 Frederik Himpe <fhimpe@mandriva.org> 1.267-2mdv2009.1
+ Revision: 352933
- Add authuser patch from Fedora to make it play more nicely with
  Mail::IMAPClient 3 (might fix bug #48018)

* Thu Feb 19 2009 Frederik Himpe <fhimpe@mandriva.org> 1.267-1mdv2009.1
+ Revision: 343008
- update to new version 1.267

* Sat Aug 16 2008 Frederik Himpe <fhimpe@mandriva.org> 1.260-1mdv2009.0
+ Revision: 272541
- Update to new version 1.260
- rebuild

* Thu Aug 07 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.252-2mdv2009.0
+ Revision: 267121
- rebuild early 2009.0 package (before pixel changes)

* Sun May 11 2008 Frederik Himpe <fhimpe@mandriva.org> 1.252-1mdv2009.0
+ Revision: 205953
- New version
- Adapt to new license policy

  + Erwan Velu <erwan@mandriva.org>
    - 1.249
    - 1.249

* Sun Feb 10 2008 Frederic Crozat <fcrozat@mandriva.com> 1.241-1mdv2008.1
+ Revision: 164755
- Release 1.241

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Sun Nov 04 2007 Frederic Crozat <fcrozat@mandriva.com> 1.233-1mdv2008.1
+ Revision: 105714
- Release 1.233
- Add explicit requires on perl-DateManip
- import imapsync


* Sun Oct 08 2006 Oden Eriksson <oeriksson@mandriva.com> 1.182-1mdv2007.1
- initial Mandriva package