From 5cbea47e0ad5c252b49a2732e13d60eace17f27c Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 31 May 2013 09:58:55 -0400 Subject: [PATCH] Remove placeholders and cleanup spec --- LICENSE | 0 packaging/capi-system-haptic.changes | 27 +++++++++++++++++++++++++ packaging/capi-system-haptic.spec | 39 ++++++------------------------------ 3 files changed, 33 insertions(+), 33 deletions(-) mode change 100755 => 100644 LICENSE diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 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 accepted/tizen/20130520.100658@dd9c528 +- Remove placeholders and cleanup spec + * Wed May 29 2013 Xavier Roche accepted/tizen/20130520.100658@efc9ea5 - Removing unused var in code +* Wed Oct 17 2012 - Jiyoung Yun +- fix the build break problem +- Tag : capi-system-haptic_0.1.0-22 + +* Thu Oct 04 2012 - Jiyoung Yun +- fix the bug regarding haptic_level_auto +- Tag : capi-system-haptic_0.1.0-21 + +* Fri Sep 21 2012 - Jiyoung Yun +- Add smack label +- Tag : capi-system-haptic_0.1.0-20 + +* Thu Sep 06 2012 - Jiyoung Yun +- fix TC error +- Tag : capi-system-haptic_0.1.0-19 + +* Thu Aug 16 2012 - Jiyoung Yun +- modify the function parameter to control detail feedback level +- Tag : capi-system-haptic_0.1.0-17 + +* Thu Aug 09 2012 - Jiyoung Yun +- 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 -- fix the build break problem -- Tag : capi-system-haptic_0.1.0-22 - -* Thu Oct 04 2012 - Jiyoung Yun -- fix the bug regarding haptic_level_auto -- Tag : capi-system-haptic_0.1.0-21 - -* Fri Sep 21 2012 - Jiyoung Yun -- Add smack label -- Tag : capi-system-haptic_0.1.0-20 - -* Thu Sep 06 2012 - Jiyoung Yun -- fix TC error -- Tag : capi-system-haptic_0.1.0-19 - -* Thu Aug 16 2012 - Jiyoung Yun -- modify the function parameter to control detail feedback level -- Tag : capi-system-haptic_0.1.0-17 - -* Thu Aug 09 2012 - Jiyoung Yun -- Revert "add level parameter to monotone vibration function." -- Tag : capi-system-haptic_0.1.0-16 -- 2.7.4