From: Yan Yin Date: Wed, 14 Mar 2012 03:52:53 +0000 (+0800) Subject: update for beta universally X-Git-Tag: 2.0_alpha~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b9618b28ea406642973a138dab1b1d9fd66452a;p=platform%2Fcore%2Fapi%2Fapp-manager.git update for beta universally --- diff --git a/packaging/capi-appfw-app-manager.spec b/packaging/capi-appfw-app-manager.spec index 801e7a5..aedf7bd 100755 --- a/packaging/capi-appfw-app-manager.spec +++ b/packaging/capi-appfw-app-manager.spec @@ -1,9 +1,9 @@ Name: capi-appfw-app-manager Summary: Application Manager API -Version: 0.1.0 +Version: 0.1.0 Release: 1 Group: TO_BE/FILLED_IN -License: TO BE FILLED IN +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(dlog) @@ -31,7 +31,9 @@ The Application Manager API provides functions to get information about running %build -cmake . -DCMAKE_INSTALL_PREFIX=/usr +FULLVER=%{version} +MAJORVER=`echo ${FULLVER} | cut -d '.' -f 1` +cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=${FULLVER} -DMAJORVER=${MAJORVER} make %{?jobs:-j%jobs} @@ -46,7 +48,7 @@ rm -rf %{buildroot} %files -%{_libdir}/libcapi-appfw-app-manager.so +%{_libdir}/libcapi-appfw-app-manager.so* %files devel %{_includedir}/appfw/app_manager.h