From: jk7744.park Date: Sat, 24 Oct 2015 07:11:07 +0000 (+0900) Subject: tizen 2.4 release X-Git-Tag: accepted/tizen/2.4/mobile/20151029.035747^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb5e2ce99a76a32cc0faad70a82da661b1a272fc;p=external%2Flibwbxml2.git tizen 2.4 release --- diff --git a/.project b/.project new file mode 100755 index 0000000..80a8faf --- /dev/null +++ b/.project @@ -0,0 +1,78 @@ + + + libwbxml_0.11.0 + + + + + + com.samsung.slp2.SboxBuilder + + + com.samsung.slp2.SboxBuilder.needConfigure + false + + + org.eclipse.cdt.core.errorOutputParser + org.eclipse.cdt.core.MakeErrorParser;com.samsung.limo.SboxGCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser; + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.build.arguments + + + + org.eclipse.cdt.make.core.build.command + make + + + org.eclipse.cdt.make.core.build.target.auto + all + + + org.eclipse.cdt.make.core.build.target.clean + clean + + + org.eclipse.cdt.make.core.build.target.inc + all + + + org.eclipse.cdt.make.core.enableAutoBuild + true + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.enabledIncrementalBuild + true + + + org.eclipse.cdt.make.core.environment + + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + + org.eclipse.cdt.core.cnature + com.samsung.slp2.cnature + + diff --git a/packaging/libwbxml2.spec b/packaging/libwbxml2.spec index d7cd1c4..403a0c8 100755 --- a/packaging/libwbxml2.spec +++ b/packaging/libwbxml2.spec @@ -1,11 +1,11 @@ #sbs-git:slp/pkgs/l/libwbxml2 libwbxml2 0.11.0 06ce77fab109724e1aa6f14ea0edf4760a4d7889 -Name: libwbxml2 -Version: 0.11.1 -Release: 1 -Summary: Library to parse, encode and handle WBXML documents -Group: System/Libraries -License: LGPL-2.1+ -Source0: %{name}-%{version}.tar.gz +Name: libwbxml2 +Version: 0.11.1 +Release: 1 +Summary: Library to parse, encode and handle WBXML documents +Group: System/Libraries +License: LGPL-2.1+ +Source0: %{name}-%{version}.tar.gz BuildRequires: expat-devel zlib-devel popt-devel BuildRequires: pkgconfig(libxml-2.0) BuildRequires: cmake