SPECS: libsyncml.spec - up to 0.4.6, NFY

wolvverine wolvverine at pld-linux.org
Sat May 17 03:06:12 CEST 2008


Author: wolvverine                   Date: Sat May 17 01:06:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.4.6, NFY

---- Files affected:
SPECS:
   libsyncml.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/libsyncml.spec
diff -u SPECS/libsyncml.spec:1.12 SPECS/libsyncml.spec:1.13
--- SPECS/libsyncml.spec:1.12	Thu Mar 13 22:14:18 2008
+++ SPECS/libsyncml.spec	Sat May 17 03:06:06 2008
@@ -2,16 +2,19 @@
 Summary:	Libsyncml - an implementation of the SyncML protocol
 Summary(pl.UTF-8):	Libsyncml - implementacja protokołu SyncML
 Name:		libsyncml
-Version:	0.4.4
-Release:	3
+Version:	0.4.6
+Release:	0.1
 License:	LGPL
 Group:		Libraries
-Source0:	http://libsyncml.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw
-# Source0-md5:	192f42dc0a17e43edf5f893f1ca7fa5b
+Source0:	http://libsyncml.opensync.org/download/releases/0.4.6/%{name}-%{version}.tar.bz2
+# Source0-md5:	d524b18c1eafe5805f83e29c01a91b66
 URL:		http://libsyncml.opensync.org/
 BuildRequires:	check
 BuildRequires:	libsoup-devel
 BuildRequires:	libxml2-devel
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.385
 BuildRequires:	openobex-devel >= 1.3
 BuildRequires:	wbxml2-devel >= 0.9.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,13 +41,12 @@
 %setup -q
 
 %build
-%configure \
-  --enable-http \
-  --enable-obex \
-  --enable-bluetooth \
-  --enable-tools \
-  --enable-unit-tests \
-  --enable-tracing \
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" != "lib"
+	-DLIB_SUFFIX=64 \
+%endif
+	.
 
 %{__make}
 
@@ -81,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008-05-17 01:06:06  wolvverine
+- up to 0.4.6, NFY
+
 Revision 1.12  2008-03-13 21:14:18  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsyncml.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list