Author: glen Date: Mon Oct 23 21:47:53 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - enable all transports
---- Files affected: SPECS: libsyncml.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/libsyncml.spec diff -u SPECS/libsyncml.spec:1.4 SPECS/libsyncml.spec:1.5 --- SPECS/libsyncml.spec:1.4 Mon Oct 23 23:41:41 2006 +++ SPECS/libsyncml.spec Mon Oct 23 23:47:48 2006 @@ -1,11 +1,4 @@ # $Revision$, $Date$ -# TODO -# The transports are: -# Http Client: Disabled -# Http Server: Disabled -# Obex Client: Disabled -# Obex Server: Disabled -# Bluetooth: Enabled Summary: Libsyncml - an implementation of the SyncML protocol Summary(pl): Libsyncml - implementacja protokoĊu SyncML Name: libsyncml @@ -16,6 +9,10 @@ Source0: http://libsyncml.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.gz?format=raw # Source0-md5: 7a9261dd4d2a6049f064f16054af3187 URL: http://libsyncml.opensync.org/ +BuildRequires: check +BuildRequires: libsoup-devel +BuildRequires: libxml2-devel +BuildRequires: openobex-devel >= 1.3 BuildRequires: wbxml2-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,7 +38,14 @@ %setup -q %build -%configure +%configure \ + --enable-http \ + --enable-obex \ + --enable-bluetooth \ + --enable-tools \ + --enable-unit-tests \ + --enable-tracing \ + %{__make} %install @@ -77,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/10/23 21:47:48 glen +- enable all transports + Revision 1.4 2006/10/23 21:41:41 glen - update to 0.4.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libsyncml.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
