[akonadi-googledata] Initial import (#711058)

marionline marionline at fedoraproject.org
Tue Jun 14 16:58:11 UTC 2011


commit bdc46a5e49caeec1db9a11f49cabc68ab5697bf3
Author: Mario Santagiuliana <mario at marionline.it>
Date:   Tue Jun 14 19:00:21 2011 +0200

    Initial import (#711058)

 .gitignore              |    1 +
 akonadi-googledata.spec |   88 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 90 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5e1b37c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/akonadi-googledata-1.2.0.tar.bz2
diff --git a/akonadi-googledata.spec b/akonadi-googledata.spec
new file mode 100644
index 0000000..5d971ea
--- /dev/null
+++ b/akonadi-googledata.spec
@@ -0,0 +1,88 @@
+Name:		akonadi-googledata
+Version:	1.2.0
+Release:	4%{?dist}
+Summary:	Google contacts and calendar akonadi resource
+
+License:	LGPLv2+
+URL:		http://code.google.com/p/libgcal/
+Source0:	http://libgcal.googlecode.com/files/akonadi-googledata-%{version}.tar.bz2
+
+BuildRequires:	akonadi-devel
+BuildRequires:	boost-devel
+BuildRequires:	libgcal-devel
+BuildRequires:	gettext
+BuildRequires:	kdepimlibs-devel
+
+%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
+
+%description
+Google contacts and calendar akonadi resource
+=== what works ===
+
+- contacts: retrieve/add/edit/delete/query-by-updates (i.e. fast-sync)
+- calendar: retrieve/add/delete/query-by-updates (i.e. fast-sync)
+
+Network proxy can be defined in KDE System Settings and the resource
+will use it.
+
+Passwords will be stored in KWallet, for while only 1 account is allowed
+(I highly recommend to use it together with KWallet, because it makes
+possible to query by updates automatically whenever akonadi/kde is
+restarted *without* re-entering the account details).
+
+For hosted accounts (i.e. joe.bar at whatever.com), 
+just input the whole user id plus server
+name in configuration dialog (i.e. joe.bar at whatever.com). 
+For normal google accounts
+(i.e. joe at gmail.com), just the username is required (i.e. joe).
+
+=== Restrictions ===
+
+Only the main calendar is supported, there are some missing fields
+in contacts and recurrent events are not supported.
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+rm -rf %{buildroot}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+%find_lang akonadi_gcal_resource
+
+%files -f akonadi_gcal_resource.lang
+%doc COPYING README ChangeLog
+%{_kde4_bindir}/akonadi_*
+%{_kde4_datadir}/akonadi/agents/*
+
+%changelog
+* Fri Jun 10 2011 Mario Santagiuliana <mario at marionline.it> 1.2.0-4
+- Update spec file following the directive of Rex Dieter:
+https://bugzilla.redhat.com/show_bug.cgi?id=711058#c25
+
+* Fri Jun 10 2011 Mario Santagiuliana <mario at marionline.it> 1.2.0-3
+- Update spec file following the directives of Rex Dieter:
+https://bugzilla.redhat.com/show_bug.cgi?id=711058#c20
+
+* Wed Jun 08 2011 Mario Santagiuliana <mario at marionline.it> 1.2.0-2
+- Update spec file
+- Remove not required dependencies (akonadi and boost)
+- Remove buildroot tag, not required in fedora package
+- Use just one Source (not Source0)
+- Update licese of akonadi-googledata
+- Remove akonadi dir owned by other packages
+- Still use akonadi-googledata 1.2.0
+
+* Sun Jun 07 2011 Mario Santagiuliana <mario at marionline.it> 1.2.0-1
+- New akonadi-googledata for Fedora
+
+* Mon Dec 28 2009 Thomas Janssen <thomasj at fedoraproject.org> 1.0.1-1
+- Initial Fedora release
diff --git a/sources b/sources
index e69de29..32eab31 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+483bb82d4492ff20edb64d3d4edc02eb  akonadi-googledata-1.2.0.tar.bz2


More information about the scm-commits mailing list