Add smack label (capi-system-haptic)
[platform/core/api/haptic.git] / packaging / capi-system-haptic.spec
index faf4378..ec4cec8 100644 (file)
@@ -2,10 +2,11 @@
 Name:       capi-system-haptic
 Summary:    A Haptic library in Tizen C API
 Version:    0.1.0
-Release:    21
+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
@@ -58,6 +61,10 @@ rm -rf %{buildroot}
 %{_libdir}/libcapi-system-haptic.so
 
 %changelog
+* Wed Oct 17 2012 - Jiyoung Yun <jy910.yun@samsung.com>
+- fix the build break problem
+- Tag : capi-system-haptic_0.1.0-22
+
 * Thu Oct 04 2012 - Jiyoung Yun <jy910.yun@samsung.com>
 - fix the bug regarding haptic_level_auto
 - Tag : capi-system-haptic_0.1.0-21