From 25d3d147980233c67ca0f8d7dadb927ad500c8fa Mon Sep 17 00:00:00 2001 From: Yang YongHyun Date: Fri, 2 Nov 2012 15:59:02 +0900 Subject: [PATCH] [Version] 0.0.1 [Project] Tizen 2.0 [Title] Applying SMACK manifest [BinType] PDA [Customer] Public/Open/ ... [Issue#] N/A [Problem] Need to applying SMACK manifest [Cause] Need to applying SMACK manifest [Solution] Applying SMACK manifest [Team] Kernel&SystemFW [Developer] alex.yang [Request] N/A [Horizontal expansion] N/A [SCMRequest] N/A Change-Id: I4a5c97320160e1aa8710ee9b4ec89b613ac37279 --- debian/changelog | 8 ++++++++ packaging/capi-system-runtime-info.spec | 9 ++++----- runtime-info.manifest | 5 +++++ 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 runtime-info.manifest diff --git a/debian/changelog b/debian/changelog index 8e90af2..076f3d9 100755 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,14 @@ capi-system-runtime-info (0.0.1-11) unstable; urgency=low -- Yonghyun Yang Mon, 15 Oct 2012 15:40:00 +0900 +capi-system-runtime-info (0.0.1-10) unstable; urgency=low + + * Applying SMACK manifest + * Git: framework/api/runtime-info + * Tag: capi-system-runtime-info_0.0.1-10 + + -- Yonghyun Yang Fri, 21 Sep 2012 09:30:00 +0900 + capi-system-runtime-info (0.0.1-9) unstable; urgency=low * Applying vconf-key changes diff --git a/packaging/capi-system-runtime-info.spec b/packaging/capi-system-runtime-info.spec index b8b067d..39f1e7e 100755 --- a/packaging/capi-system-runtime-info.spec +++ b/packaging/capi-system-runtime-info.spec @@ -9,7 +9,7 @@ BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(capi-base-common) -Requires(post): /sbin/ldconfig +Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description @@ -30,8 +30,8 @@ Requires: pkgconfig(capi-base-common) %build -MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` -cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} +MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` +cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} make %{?jobs:-j%jobs} @@ -47,10 +47,9 @@ rm -rf %{buildroot} %files %{_libdir}/lib*.so.* +%manifest runtime-info.manifest %files devel %{_includedir}/system/*.h %{_libdir}/pkgconfig/*.pc %{_libdir}/lib*.so - - diff --git a/runtime-info.manifest b/runtime-info.manifest new file mode 100644 index 0000000..97e8c31 --- /dev/null +++ b/runtime-info.manifest @@ -0,0 +1,5 @@ + + + + + -- 2.7.4