SPECS: libopensync-plugin-google-calendar.spec (NEW) - added (file...

glen glen at pld-linux.org
Fri Aug 31 22:03:01 CEST 2007


Author: glen                         Date: Fri Aug 31 20:03:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added (file dated 2007-06-14 22:43)

---- Files affected:
SPECS:
   libopensync-plugin-google-calendar.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libopensync-plugin-google-calendar.spec
diff -u /dev/null SPECS/libopensync-plugin-google-calendar.spec:1.1
--- /dev/null	Fri Aug 31 22:03:01 2007
+++ SPECS/libopensync-plugin-google-calendar.spec	Fri Aug 31 22:02:56 2007
@@ -0,0 +1,104 @@
+# $Revision$, $Date$
+Summary:	OpenSync Google Calendar Plugin
+Name:		libopensync-plugin-google-calendar
+Version:	0.22
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw
+# Source0-md5:	e97862bc7479e449206e2a438a159336
+URL:		http://www.opensync.org/
+BuildRequires:	libopensync-devel >= %{version}
+BuildRequires:	python-httplib2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenSync is a synchronization framework that is platform and
+distribution independent.
+
+It consists of several plugins that can be used to connect to devices,
+a powerful sync-engine and the framework itself.
+
+This package contains Google Calendar Plugin plugin for OpenSync
+framework.
+
+%description -l pl.UTF-8
+OpenSync to niezależny od platformy i dystrybucji szkielet do
+synchronizacji danych.
+
+Składa się z różnych wtyczek, których można używać do łączenia z
+urządzeniami, potężnego silnika synchronizacji oraz samego szkieletu.
+
+Ten pakiet zawiera wtyczkę file Google Calendar Plugin dla szkieletu
+OpenSync.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__libtoolize}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/opensync/plugins/*.so
+%{_libdir}/opensync/plugins/*.la
+%{_datadir}/opensync/defaults/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/31 20:02:56  glen
+- added (file dated 2007-06-14 22:43)
+
+Revision 1.11  2007/06/14 19:16:23  glen
+- update to 0.30
+
+Revision 1.10  2007/03/28 23:25:05  wrobell
+- ver. 0.22
+
+Revision 1.9  2007/03/24 18:08:00  bszx
+- updated to 0.21
+
+Revision 1.8  2007/02/13 06:46:51  glen
+- tabs in preamble
+
+Revision 1.7  2007/02/12 00:49:03  baggins
+- converted to UTF-8
+
+Revision 1.6  2006/10/23 21:59:28  glen
+- working source0
+
+Revision 1.5  2006/10/23 20:50:24  glen
+- stricter libopensync dep
+
+Revision 1.4  2006/10/23 14:58:00  czarny
+- up to 0.19
+- source from distfiles
+
+Revision 1.3  2006/01/24 10:37:50  qboosh
+- pl
+
+Revision 1.2  2006/01/23 12:24:19  wrobell
+- fixed source uri's
+
+Revision 1.1  2006/01/23 12:23:01  wrobell
+- based on each other ;)
================================================================


More information about the pld-cvs-commit mailing list