5 Group: System/Libraries
6 License: Apache License, Version 2.0
7 Source0: %{name}-%{version}.tar.gz
8 Requires(post): /sbin/ldconfig
9 Requires(postun): /sbin/ldconfig
11 BuildRequires: pkgconfig(dlog)
12 BuildRequires: pkgconfig(vconf)
13 BuildRequires: pkgconfig(devman_haptic)
14 BuildRequires: pkgconfig(mm-keysound)
15 BuildRequires: pkgconfig(devman)
21 Group: Development/Libraries
22 Requires: %{name} = %{version}-%{release}
30 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
37 %post -p /sbin/ldconfig
39 %postun -p /sbin/ldconfig
42 %defattr(-,root,root,-)
44 %{_libdir}/libsvi.so.*
47 %defattr(-,root,root,-)
48 %{_includedir}/svi/*.h
50 %{_libdir}/pkgconfig/svi.pc
53 * Mon Aug 20 2012 - Jiyoung Yun <jy910.yun@samsung.com>
54 - Re-uploaded because prev commit is not supply on tizen_build project
55 - Tag : libsvi_0.1.2-7
57 * Fri Aug 17 2012 - Jiyoung Yun <jy910.yun@samsung.com>
58 - separate 2.0_beta branch from master
59 - Remove code regarding led notification that is product feature
60 - Tag : libsvi_0.1.2-6
62 * Tue Aug 14 2012 - Jiyoung Yun <jy910.yun@samsung.com>
64 - svi_play_led function is called twice
65 - Tag : libsvi_0.1.2-5
67 * Tue Aug 14 2012 - Jiyoung Yun <jy910.yun@samsung.com>
68 - Code merge from old git
69 - Tag : libsvi_0.1.2-4
71 * Mon Aug 06 2012 - Jiyoung Yun <jy910.yun@samsung.com>
72 - Add new code for support LED notification
73 - Add svi-led.c file to convert ivt to led file
74 - Change SVI_VIB_OPERATION_FULLYCHARGED to SVI_VIB_OPERATION_FULLCHARGED enum value
75 - Tag : libsvi_0.1.2-3
77 * Fri Aug 03 2012 - Jiyoung Yun <jy910.yun@samsung.com>
78 - Change SVI_VIB_OPERATION_LOTBATT to SVI_VIB_OPERATION_LOWBATT value
79 - Tag : libsvi_0.1.2-2
81 * Fri Jul 13 2012 - Hyungdeuk Kim <hd3.kim@samsung.com>
82 - Add 2 new enum type defined by ux 0627 document
83 - remove temp code for error handling