File imapsync.spec of Package imapsync
#
# spec file for package postgrey (Version 1.31)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: imapsync
Requires: perl >= 5.6.0, perl-Net-SSLeay, perl-Mail-IMAPClient
License: GPL v2 or later
Group: Productivity/Networking/Email/Utilities
Summary: Syncs two mailstorages with IMAP
Version: 1.32
Release: 27.1
Url: http://www.linux-france.org/prj/imapsync
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.linux-france.org/prj/imapsync/imapsync
Packager: Peer Heinlein <p.heinlein@heinlein-support.de>
%description
imapsync - IMAP synchronisation, sync, copy or migration
tool. Synchronise mailboxes between two imap servers. Good
at IMAP migration. More than 32 different IMAP server softwares
supported with success.
Authors:
--------
xxxxxxxxxxxxxxxxxxxxxxxxxxx
%prep
cp %{SOURCE0} .
%build
%install
# the binaries
install -d %{buildroot}/%{_bindir}
install -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%changelog
* Sat Jan 16 2010 <p.heinlein@heinlein-support.de>
- initial spec-file for openSUSE build service