diff options
Diffstat (limited to 'packaging/libhaptic.spec')
-rw-r--r-- | packaging/libhaptic.spec | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/packaging/libhaptic.spec b/packaging/libhaptic.spec index 41722e6..58f83cc 100644 --- a/packaging/libhaptic.spec +++ b/packaging/libhaptic.spec @@ -1,14 +1,11 @@ -#sbs-git:slp/pkgs/d/devman devman 0.1.6 5bf2e95e0bb15c43ff928f7375e1978b0accb0f8 Name: libhaptic Summary: Haptic library Version: 0.1.0 Release: 9 Group: System/Libraries -License: Apache License, Version 2.0 +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: libhaptic.manifest -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) @@ -38,11 +35,10 @@ Haptic plugin library for device control (devel) %build cp %{SOURCE1} . -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} +%cmake . make %{?jobs:-j%jobs} %install -rm -rf %{buildroot} %make_install mkdir -p %{buildroot}%{_datadir}/license @@ -70,25 +66,3 @@ mkdir -p %{buildroot}%{_datadir}/license %{_includedir}/haptic/haptic_plugin_intf.h %{_libdir}/pkgconfig/haptic-plugin.pc -%changelog -* Thu Feb 28 2013 - Jae-young Hwang <j-zero.hwang@samsung.com> -- revise a member of effect element -- replace stime with level of haptic -- Tag - libhaptic_0.1.0-9 - -* Fri Jan 18 2013 - Jae-young Hwang <j-zero.hwang@samsung.com> -- revise value of haptic_state_e enum -- Tag - libhaptic_0.1.0-8 - -* Mon Jan 07 2013 - Jae-young Hwang <j-zero.hwang@samsung.com> -- Change libhpatic-module.so file path -- Tag - libhaptic_0.1.0-7 - -* Tue Oct 23 2012 - Jiyoung Yun <jy910.yun@samsung.com> -- remove capi-system-info pkg to fix build break error -- Tag : libhaptic_0.1.0-1 - -* Mon Oct 15 2012 - Jiyoung Yun <jy910.yun@samsung.com> -- Seperate the haptic module from devman -- Implement source code -- Tag : libhaptic_0.1.0-0 |