Author: qboosh Date: Sun Nov 21 19:32:57 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.10.8
---- Files affected: packages/libwbxml: libwbxml.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: packages/libwbxml/libwbxml.spec diff -u packages/libwbxml/libwbxml.spec:1.23 packages/libwbxml/libwbxml.spec:1.24 --- packages/libwbxml/libwbxml.spec:1.23 Mon Feb 22 11:32:36 2010 +++ packages/libwbxml/libwbxml.spec Sun Nov 21 20:32:52 2010 @@ -1,6 +1,5 @@ # $Revision$, $Date$ # TODO: -# - kill unecessary -lnsl etc. # - maybe add datetime.patch from synce repository # - namespace.patch from synce trunk contains some improvements # - build dynamic documentation OFF @@ -8,12 +7,12 @@ Summary: The WBXML Library Summary(pl.UTF-8): Biblioteka WBXML Name: libwbxml -Version: 0.10.7 -Release: 2 +Version: 0.10.8 +Release: 1 License: LGPL v2.1+ Group: Libraries -Source0: http://dl.sourceforge.net/libwbxml/%{name}-%{version}.tar.bz2 -# Source0-md5: 1f65a3f836df395a7839f3d331b0c6e7 +Source0: http://downloads.sourceforge.net/libwbxml/%{name}-%{version}.tar.bz2 +# Source0-md5: 7b51c425fc2ff9f502cd9b1e291b1955 Patch15: wbxml2-r59.patch URL: http://libwbxml.opensync.org/ BuildRequires: cmake @@ -58,12 +57,15 @@ %build install -d build cd build -%cmake \ +%cmake .. \ + -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ + -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_VERBOSE_MAKEFILE=ON \ %if "%{_lib}" != "lib" - -DLIB_SUFFIX=64 \ + -DLIB_SUFFIX=64 %endif - ../ + %{__make} %install @@ -71,7 +73,7 @@ %{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} +%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -81,7 +83,8 @@ %files %defattr(644,root,root,755) -%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO References +# COPYING contains just license information, not LGPL text itself +%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO References %attr(755,root,root) %{_bindir}/wbxml2xml %attr(755,root,root) %{_bindir}/xml2wbxml %attr(755,root,root) %{_libdir}/libwbxml2.so.*.*.* @@ -99,6 +102,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/11/21 19:32:52 qboosh +- updated to 0.10.8 + Revision 1.23 2010/02/22 10:32:36 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libwbxml/libwbxml.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
