Пакет syncevolution: Specfile

Name: syncevolution
Version: 0.8.1
Release: alt2
Summary: SyncEvolution synchronizes personal information management (PIM) data like contacts, calenders, tasks and memos. 

Group: Office
License: GPLv2
Url: http://www.estamos.de/projects/SyncML/
Packager: Lebedev Sergey <barabashka@altlinux.org>

Source: http://www.estamos.de/download/syncevolution/sources/%name-%version.tar

BuildRequires: gcc-c++ libcurl-devel evolution-devel perl-Encode automake

%description
SyncEvolution synchronizes personal information management (PIM) data
like contacts, calenders, tasks and memos via the SyncML information 
synchronization standard. SyncEvolution compiled for GNOME's Evolution 
supports all of these data items. Compiled for Nokia 770/800/810 
Internet Tablets, Mac OS X and the iPhone, it supports synchronizing 
the system address book. The command-line tool 'syncevolution' 
(compiled separately for each of these platforms) executes the synchronization.

#%%set_automake_version 1.9

%prep
%setup -q

%build
#autoreconf -fisv
autoconf --force --debug
%configure 

%install
%makeinstall_std 

%files 
%doc HACKING COPYING AUTHORS ChangeLog INSTALL NEWS README
%_bindir/synccompare
%_bindir/syncevolution

%changelog
* Mon May 25 2009 Lebedev Sergey <barabashka@altlinux.org> 0.8.1-alt2
- fixed build with new toolchain

* Tue Nov 25 2008 Lebedev Sergey <barabashka@altlinux.org> 0.8.1-alt1
- new upstream version

* Tue Aug 05 2008 Lebedev Sergey <barabashka@altlinux.org> 0.7-alt1
- Init build