[Version] 0.0.1
authorYang YongHyun <alex.yang@samsung.com>
Fri, 2 Nov 2012 06:59:02 +0000 (15:59 +0900)
committerYang YongHyun <alex.yang@samsung.com>
Fri, 2 Nov 2012 06:59:02 +0000 (15:59 +0900)
[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
packaging/capi-system-runtime-info.spec
runtime-info.manifest [new file with mode: 0644]

index 8e90af2..076f3d9 100755 (executable)
@@ -6,6 +6,14 @@ capi-system-runtime-info (0.0.1-11) unstable; urgency=low
 
  -- Yonghyun Yang <alex.yang@samsung.com>  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 <alex.yang@samsung.com>  Fri, 21 Sep 2012 09:30:00 +0900
+
 capi-system-runtime-info (0.0.1-9) unstable; urgency=low
 
   * Applying vconf-key changes
index b8b067d..39f1e7e 100755 (executable)
@@ -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 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>