SPECS: libopensync-plugin-vformat.spec (NEW) - new, based on

glen glen at pld-linux.org
Thu Jun 14 21:26:23 CEST 2007


Author: glen                         Date: Thu Jun 14 19:26:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, based on

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

---- Diffs:

================================================================
Index: SPECS/libopensync-plugin-vformat.spec
diff -u /dev/null SPECS/libopensync-plugin-vformat.spec:1.1
--- /dev/null	Thu Jun 14 21:26:23 2007
+++ SPECS/libopensync-plugin-vformat.spec	Thu Jun 14 21:26:18 2007
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+Summary:	OpenSync vFormat Plugin
+Name:		libopensync-plugin-vformat
+Version:	0.30
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://www.opensync.org/attachment/wiki/download/libopensync-vformat-%{version}.tar.bz2?format=raw
+# Source0-md5:	f7b6144ed7ceaf50b1d0eec21401f19d
+URL:		http://www.opensync.org/
+BuildRequires:	glib2-devel >= 1:2.4
+BuildRequires:	libopensync-devel >= %{version}
+BuildRequires:	pkgconfig
+BuildRequires:	scons
+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 vFormat 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ę vformat dla szkieletu OpenSync.
+
+%prep
+%setup -q -n libopensync-vformat-%{version}
+
+%build
+%scons \
+	prefix=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%scons install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_libdir}/opensync/formats/*.so
+
+%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/06/14 19:26:18  glen
+- new, based on
+
+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