Author: qboosh Date: Sun Sep 2 16:57:21 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl - revised deps - compile Python files in py_sitedir - License is GPL (v2+)
---- Files affected: SPECS: synce-sync-engine.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/synce-sync-engine.spec diff -u SPECS/synce-sync-engine.spec:1.1 SPECS/synce-sync-engine.spec:1.2 --- SPECS/synce-sync-engine.spec:1.1 Thu Aug 30 00:00:30 2007 +++ SPECS/synce-sync-engine.spec Sun Sep 2 18:57:16 2007 @@ -1,27 +1,34 @@ # $Revision$, $Date$ Summary: SynCE - Synchronization engine +Summary(pl.UTF-8): SynCE - silnik synchronizacji Name: synce-sync-engine Version: 0.10.0 Release: 0.1 -License: MIT +License: GPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz # Source0-md5: aa70ab8804c0d981e84963010852d3c5 URL: http://www.synce.org/ -BuildRequires: libopensync-plugin-python >= 0.21 -BuildRequires: libxml2 -BuildRequires: libxslt -BuildRequires: python-dbus -BuildRequires: python-pygobject -#BuildRequires: python-pyxml +BuildRequires: python +BuildRequires: rpm-pythonprov BuildRequires: sed >= 4.0 -BuildRequires: synce-librtfcomp-devel >= 1.1 -BuildRequires: synce-odccm >= 0.10.0 -BuildRequires: synce-pywbxml-devel >= 0.1 -BuildRequires: synce-rra >= 0.10.0 +Requires: libopensync-plugin-python >= 0.21 +Requires: python-dbus +Requires: python-libxml2 +Requires: python-libxslt +Requires: python-pygobject +Requires: python-pyrapi2 >= 0.10.0 +Requires: python-pyrra >= 0.10.0 +Requires: python-pyrtfcomp >= 1.1 +Requires: synce-odccm >= 0.10.0 +Requires: synce-pywbxml >= 0.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description +SynCE - Synchronization engine. + +%description -l pl.UTF-8 +SynCE - silnik synchronizacji. %prep %setup -q @@ -39,6 +46,9 @@ cp -a tests $RPM_BUILD_ROOT%{_datadir}/%{name} cp -a opensync-plugin.py $RPM_BUILD_ROOT%{_libdir}/%{name}/python-plugins/synce.py +%py_comp $RPM_BUILD_ROOT%{py_sitedir} +%py_ocomp $RPM_BUILD_ROOT%{py_sitedir} + %clean rm -rf $RPM_BUILD_ROOT @@ -54,7 +64,7 @@ %attr(755,root,root) %{_bindir}/sync-engine %{_datadir}/synce-sync-engine %{_libdir}/synce-sync-engine -%{py_sitedir}/*.py +%{py_sitedir}/*.py[co] %{py_sitedir}/formats %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -63,6 +73,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/09/02 16:57:16 qboosh +- pl +- revised deps +- compile Python files in py_sitedir +- License is GPL (v2+) + Revision 1.1 2007/08/29 22:00:30 glen - new, based on ebuild from their svn - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-sync-engine.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
