Author: glen Date: Thu Aug 19 09:38:50 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.5.4
---- Files affected: packages/libsyncml: libsyncml.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: packages/libsyncml/libsyncml.spec diff -u packages/libsyncml/libsyncml.spec:1.23 packages/libsyncml/libsyncml.spec:1.24 --- packages/libsyncml/libsyncml.spec:1.23 Thu Jan 29 01:38:01 2009 +++ packages/libsyncml/libsyncml.spec Thu Aug 19 11:38:44 2010 @@ -1,15 +1,13 @@ # $Revision$, $Date$ -# TODO -# -- obex over tcp transports OFF Summary: Libsyncml - an implementation of the SyncML protocol Summary(pl.UTF-8): Libsyncml - implementacja protokoĊu SyncML Name: libsyncml -Version: 0.5.1 +Version: 0.5.4 Release: 1 License: LGPL 2.1+ Group: Libraries -Source0: http://libsyncml.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2 -# Source0-md5: b4c80239c94619090c96944820873b16 +Source0: https://downloads.sourceforge.net/project/libsyncml/libsyncml/%{version}/%{name}-%{version}.tar.bz2 +# Source0-md5: b8ce1f222cccc12acdcd6807d65c1aea URL: http://libsyncml.opensync.org/ BuildRequires: bluez-libs-devel BuildRequires: check @@ -47,12 +45,12 @@ %build install -d build cd build -%cmake \ +%cmake .. \ + -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -%if "%{_lib}" != "lib" - -DLIB_SUFFIX=64 \ +%if "%{_lib}" == "lib64" + -DLIB_SUFFIX=64 %endif - ../ %{__make} @@ -73,7 +71,7 @@ %doc AUTHORS ChangeLog README %attr(755,root,root) %{_bindir}/syncml* %attr(755,root,root) %{_libdir}/libsyncml.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libsyncml.so.? +%attr(755,root,root) %ghost %{_libdir}/libsyncml.so.2 %files devel %defattr(644,root,root,755) @@ -87,6 +85,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/08/19 09:38:44 glen +- up to 0.5.4 + Revision 1.23 2009/01/29 00:38:01 glen - release 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsyncml/libsyncml.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
