Add smack label (capi-system-haptic)
authorjy910.yun <jy910.yun@samsung.com>
Thu, 25 Oct 2012 02:19:40 +0000 (11:19 +0900)
committerjy910.yun <jy910.yun@samsung.com>
Thu, 25 Oct 2012 02:19:40 +0000 (11:19 +0900)
packaging/capi-system-haptic.manifest [new file with mode: 0644]
packaging/capi-system-haptic.spec

diff --git a/packaging/capi-system-haptic.manifest b/packaging/capi-system-haptic.manifest
new file mode 100644 (file)
index 0000000..b631abe
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+<request>
+       <domain  name="_"/>
+</request>
+</manifest>
index 9c82a3a..ec4cec8 100644 (file)
@@ -6,6 +6,7 @@ Release:    22
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    %{name}-%{version}.tar.gz
+Source1:       capi-system-haptic.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(devman)
 BuildRequires:  pkgconfig(devman_haptic)
@@ -34,6 +35,7 @@ Requires: %{name} = %{version}-%{release}
 
 
 %build
+cp %{SOURCE1} .
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
 
@@ -50,6 +52,7 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest capi-system-haptic.manifest
 %{_libdir}/libcapi-system-haptic.so.*
 
 %files devel