SPECS: libopensync-plugin-kdepim.spec (NEW) - kdepim plugin for op...

djurban djurban at pld-linux.org
Sun Apr 16 13:47:54 CEST 2006


Author: djurban                      Date: Sun Apr 16 11:47:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kdepim plugin for opensync, irst step towards having SyncML in kdepim

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

---- Diffs:

================================================================
Index: SPECS/libopensync-plugin-kdepim.spec
diff -u /dev/null SPECS/libopensync-plugin-kdepim.spec:1.1
--- /dev/null	Sun Apr 16 13:47:54 2006
+++ SPECS/libopensync-plugin-kdepim.spec	Sun Apr 16 13:47:49 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	OpenSync Evolution plugin
+Summary(pl):	Wtyczka Evolution do OpenSync
+Name:		libopensync-plugin-kdepim
+Version:	0.18
+Release:	0.1
+License:	LGPL
+Group:		Libraries
+Source0:	http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw
+# Source0-md5:	96c43911a0fbdaff4920bbc0f4cd3816
+URL:		http://www.opensync.org/
+BuildRequires:	kdepim-devel
+BuildRequires:	libopensync-devel
+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 kdepim plugin for OpenSync framework.
+
+%description -l pl
+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ę kdepim dla szkieletu OpenSync.
+
+%prep
+%setup -q 
+
+%build
+%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  2006/04/16 11:47:49  djurban
+- kdepim plugin for opensync, irst step towards having SyncML in kdepim
+
+
================================================================


More information about the pld-cvs-commit mailing list