summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-31 09:58:55 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-31 09:58:55 -0400
commit5cbea47e0ad5c252b49a2732e13d60eace17f27c (patch)
tree3ec675f50185bcc9d0376420d3d744e52fba116b
parentdd9c528f845814422ccdf324132b69767560712c (diff)
downloadhaptic-5cbea47e0ad5c252b49a2732e13d60eace17f27c.tar.gz
haptic-5cbea47e0ad5c252b49a2732e13d60eace17f27c.tar.bz2
haptic-5cbea47e0ad5c252b49a2732e13d60eace17f27c.zip
-rw-r--r--[-rwxr-xr-x]LICENSE0
-rw-r--r--packaging/capi-system-haptic.changes27
-rw-r--r--packaging/capi-system-haptic.spec39
3 files changed, 33 insertions, 33 deletions
diff --git a/LICENSE b/LICENSE
index bbe9d02..bbe9d02 100755..100644
--- a/LICENSE
+++ b/LICENSE
diff --git a/packaging/capi-system-haptic.changes b/packaging/capi-system-haptic.changes
index 4c67b8e..1aea73e 100644
--- a/packaging/capi-system-haptic.changes
+++ b/packaging/capi-system-haptic.changes
@@ -1,3 +1,30 @@
+* Fri May 31 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130520.100658@dd9c528
+- Remove placeholders and cleanup spec
+
* Wed May 29 2013 Xavier Roche <xavrock.os@gmail.com> accepted/tizen/20130520.100658@efc9ea5
- Removing unused var in code
+* 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
+
+* Fri Sep 21 2012 - Jiyoung Yun <jy910.yun@samsung.com>
+- Add smack label
+- Tag : capi-system-haptic_0.1.0-20
+
+* Thu Sep 06 2012 - Jiyoung Yun <jy910.yun@samsung.com>
+- fix TC error
+- Tag : capi-system-haptic_0.1.0-19
+
+* Thu Aug 16 2012 - Jiyoung Yun <jy910.yun@samsung.com>
+- modify the function parameter to control detail feedback level
+- Tag : capi-system-haptic_0.1.0-17
+
+* Thu Aug 09 2012 - Jiyoung Yun <jy910.yun@samsung.com>
+- Revert "add level parameter to monotone vibration function."
+- Tag : capi-system-haptic_0.1.0-16
+
diff --git a/packaging/capi-system-haptic.spec b/packaging/capi-system-haptic.spec
index 1550bef..90ce4b9 100644
--- a/packaging/capi-system-haptic.spec
+++ b/packaging/capi-system-haptic.spec
@@ -1,10 +1,9 @@
-#sbs-git:slp/api/haptic capi-system-haptic 0.1.0 0092e2c55dbf60717ae8f43aee931f2dd1c57157
Name: capi-system-haptic
Summary: A Haptic library in Tizen C API
Version: 0.1.0
Release: 23
-Group: TO_BE/FILLED_IN
-License: TO BE FILLED IN
+Group: System/API
+License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
Source1: capi-system-haptic.manifest
BuildRequires: cmake
@@ -15,20 +14,17 @@ BuildRequires: pkgconfig(capi-base-common)
BuildRequires: pkgconfig(devman)
BuildRequires: pkgconfig(dlog)
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-
%description
+A Haptic library in Tizen C API.
%package devel
Summary: A Haptic library in Tizen C API (Development)
-Group: TO_BE/FILLED_IN
+Group: Development/System
Requires: %{name} = %{version}-%{release}
%description devel
-
-
+%devel_desc
%prep
%setup -q
@@ -43,7 +39,6 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
make %{?jobs:-j%jobs}
%install
-rm -rf %{buildroot}
%make_install
%post -p /sbin/ldconfig
@@ -52,6 +47,7 @@ rm -rf %{buildroot}
%files
+%license LICENSE
%manifest capi-system-haptic.manifest
%{_libdir}/libcapi-system-haptic.so.*
@@ -61,26 +57,3 @@ 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
-
-* Fri Sep 21 2012 - Jiyoung Yun <jy910.yun@samsung.com>
-- Add smack label
-- Tag : capi-system-haptic_0.1.0-20
-
-* Thu Sep 06 2012 - Jiyoung Yun <jy910.yun@samsung.com>
-- fix TC error
-- Tag : capi-system-haptic_0.1.0-19
-
-* Thu Aug 16 2012 - Jiyoung Yun <jy910.yun@samsung.com>
-- modify the function parameter to control detail feedback level
-- Tag : capi-system-haptic_0.1.0-17
-
-* Thu Aug 09 2012 - Jiyoung Yun <jy910.yun@samsung.com>
-- Revert "add level parameter to monotone vibration function."
-- Tag : capi-system-haptic_0.1.0-16