File mailsync.spec of Package mailsync
#
# spec file for package mailsync (Version 5.2.1)
#
# Copyright (c) 2006 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: mailsync
BuildRequires: gcc-c++ imap-devel openssl-devel pam-devel
License: GPL
Group: Productivity/Networking/Email/Utilities
Group: Productivity/Networking/Email/Utilities
Autoreqprov: on
Version: 5.2.1
Release: 17
URL: http://sourceforge.net/projects/mailsync/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://unc.dl.sourceforge.net/sourceforge/mailsync/%{name}_%{version}.orig.tar.gz
Patch: mailsync-correct-format-errors.patch
Summary: The Mail Sync Tool
%description
Mailsync is a way of keeping a collection of mailboxes synchronized.
The mailboxes may be on the local file system or on an IMAP server.
Authors:
--------
Tim Culver <tim@doppke.com>
Tomas Pospisek <tpo_deb@sourcepole.ch>
%prep
%setup -q
%patch -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
./configure
make
%install
mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 755 src/mailsync $RPM_BUILD_ROOT%{_bindir}
install -m 644 doc/mailsync.1 $RPM_BUILD_ROOT%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT;
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README THANKS TODO doc/examples/ doc/ABSTRACT
%doc %{_mandir}/man1/mailsync.1.gz
%{_bindir}/mailsync
%changelog -n mailsync
* Mon Jul 03 2006 - seife@suse.de
- fix wrong output format strings (bug #155807)
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 02 2004 - mmj@suse.de
- Remove unneeded Requires: [#44207]
* Sat Aug 07 2004 - rommel@suse.de
- update to version 5.2.1
* Wed Jun 02 2004 - rommel@suse.de
- update to version 5.1.2 (bug fix version)
- added patch for gcc problem with imap-devel
* Sun Jan 11 2004 - adrian@suse.de
- build as user
* Wed Apr 30 2003 - rommel@suse.de
- update to 5.1.1
- fixed some code glitches (see mailsync-5.1.1-fixes.patch)
- fix for lib64
* Mon Apr 14 2003 - rommel@suse.de
- update to 5.1.0
- mailsync has switched to autoconf/automake
- linkage.c has been dropped from the patch (now part of imap-devel)
* Tue Feb 25 2003 - aj@suse.de
- Include cassert for assert.
* Mon Nov 18 2002 - rommel@suse.de
- update to version 4.4.4
- fixed ssl support by providing my own linkage.c
- fixed linkage with c-client so this builds on 64bit platforms
* Thu Sep 05 2002 - rommel@suse.de
- initial package creation of mailsync 4.3