SPECS: synce-sync-engine.spec - 0.12

patrys patrys at pld-linux.org
Tue Sep 16 13:04:20 CEST 2008


Author: patrys                       Date: Tue Sep 16 11:04:20 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.12

---- Files affected:
SPECS:
   synce-sync-engine.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/synce-sync-engine.spec
diff -u SPECS/synce-sync-engine.spec:1.6 SPECS/synce-sync-engine.spec:1.7
--- SPECS/synce-sync-engine.spec:1.6	Fri Jun 27 12:23:42 2008
+++ SPECS/synce-sync-engine.spec	Tue Sep 16 13:04:15 2008
@@ -2,17 +2,17 @@
 Summary:	SynCE - Synchronization engine
 Summary(pl.UTF-8):	SynCE - silnik synchronizacji
 Name:		synce-sync-engine
-Version:	0.11.1
-Release:	2
+Version:	0.12
+Release:	1
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/synce/sync-engine-%{version}.tar.gz
-# Source0-md5:	a552f4dad3dcd284821c1247054259a0
+# Source0-md5:	2886545a8f7a029063b9b5f804806e23
 URL:		http://www.synce.org/
 BuildRequires:	python
 BuildRequires:	rpm-pythonprov
 BuildRequires:	sed >= 4.0
-Requires:	libopensync-plugin-python >= 0.21
+Requires:	libopensync-plugin-python >= 0.30
 Requires:	python-dbus
 Requires:	python-libxml2
 Requires:	python-libxslt
@@ -22,7 +22,7 @@
 Requires:	python-pyrtfcomp >= 1.1
 Requires:	python-setuptools
 Requires:	synce-odccm >= %{version}
-Requires:	synce-pywbxml >= 0.1
+#Requires:	synce-pywbxml >= 0.1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,9 +43,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
 	--root=$RPM_BUILD_ROOT
 
+%{__install} -D plugins/synce-opensync-plugin-3x.py $RPM_BUILD_ROOT%{_libdir}/opensync-1.0/python-plugins/synce-opensync-plugin-3x.py
+%{__install} -D config/org.synce.SyncEngine.service $RPM_BUILD_ROOT%{_datadir}/dbus-1/services/org.synce.SyncEngine.service
+%{__install} -D config/syncengine.conf.xml $RPM_BUILD_ROOT%{_sysconfdir}/syncengine.conf.xml
+
 %py_postclean
 
 %clean
@@ -53,7 +57,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG config/config.xml
+%doc CHANGELOG
 %attr(755,root,root) %{_bindir}/clean_partnerships.py
 %attr(755,root,root) %{_bindir}/configure_bindings.py
 %attr(755,root,root) %{_bindir}/create_partnership.py
@@ -78,6 +82,9 @@
 %{py_sitescriptdir}/plugins/*.py[co]
 %dir %{py_sitescriptdir}/SyncEngine/wbxml
 %{py_sitescriptdir}/SyncEngine/wbxml/*.py[co]
+%{_libdir}/opensync-1.0/python-plugins/synce-opensync-plugin-3x.py
+%{_datadir}/dbus-1/services/org.synce.SyncEngine.service
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/syncengine.conf.xml
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -85,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008/09/16 11:04:15  patrys
+- 0.12
+
 Revision 1.6  2008/06/27 10:23:42  tiwek
 add config file
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-sync-engine.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list