SPECS: syncevolution.spec - update to 0.8.1, enchanced desc, filled buildre...
glen
glen at pld-linux.org
Fri Jan 30 00:10:28 CET 2009
Author: glen Date: Thu Jan 29 23:10:28 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- update to 0.8.1, enchanced desc, filled buildrequires
---- Files affected:
SPECS:
syncevolution.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/syncevolution.spec
diff -u SPECS/syncevolution.spec:1.8 SPECS/syncevolution.spec:1.9
--- SPECS/syncevolution.spec:1.8 Wed Sep 17 18:28:17 2008
+++ SPECS/syncevolution.spec Fri Jan 30 00:10:22 2009
@@ -2,26 +2,37 @@
Summary: Synchronization for contacts and calendars for Evolution
Summary(pl.UTF-8): Synchronizacja kontaktów i kalendarzy dla Evolution
Name: syncevolution
-Version: 0.8
+Version: 0.8.1
Release: 0.1
License: GPL v2+ + OpenSSL exception
Group: Applications
-Source0: http://www.estamos.de/download/syncevolution/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 0922da253c521038ba23e5f2c5972954
+Source0: http://www.estamos.de/download/syncevolution/sources/%{name}-%{version}.tar.gz
+# Source0-md5: c2a38265fd0619a09e2f2154d37ba54f
URL: http://www.estamos.de/projects/SyncML/SyncEvolution.html
BuildRequires: curl-devel
BuildRequires: evolution-data-server-devel
-#BuildRequires: funambol-devel
+#BuildRequires: funambol-devel - currently uses bundled copy
+BuildRequires: glib2-devel
+BuildRequires: libstdc++-devel
+BuildRequires: sqlite-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Synchronization for contacts and calendars for Evolution.
+SyncEvolution synchronizes personal information management (PIM) data
+like contacts, calenders, tasks and memos via the SyncML information
+synchronization standard. It supports all of these for GNOME's
+Evolution and contacts for the system address book of the Nokia
+Internet Tablets, Mac OS X and the iPhone.
+
+The command-line tool 'syncevolution' (compiled separately for each of
+these platforms) executes the synchronization. The project 'Genesis'
+(available separately) provides a graphical user interface.
%description -l pl.UTF-8
Synchronizacja kontaktów i kalendarzy dla Evolution.
%prep
-%setup -q
+%setup -q
%build
%configure
@@ -40,7 +51,8 @@
%defattr(644,root,root,755)
# COPYING contains additional notes
%doc AUTHORS COPYING ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/synccompare
+%attr(755,root,root) %{_bindir}/syncevolution
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -48,6 +60,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2009/01/29 23:10:22 glen
+- update to 0.8.1, enchanced desc, filled buildrequires
+
Revision 1.8 2008/09/17 16:28:17 qboosh
- reverted bogus readline BR (came from some invalid lib build)
- revised docs and License information
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/syncevolution.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list