From: kibak.yoon Date: Fri, 27 May 2016 02:50:08 +0000 (+0900) Subject: sensord: delete the duplicated manifest file and clean up spec file X-Git-Tag: accepted/tizen/common/20160617.121310^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F71743%2F1;p=platform%2Fcore%2Fapi%2Fsensor.git sensord: delete the duplicated manifest file and clean up spec file - capi-system-sensor.manifest is already existed in packaging directory - sync with tizen 2.3 Change-Id: I94259191afeae2aee1a455429e36d50f36ccc649 Signed-off-by: kibak.yoon --- diff --git a/capi-system-sensor.manifest b/capi-system-sensor.manifest deleted file mode 100644 index 41a9320..0000000 --- a/capi-system-sensor.manifest +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packaging/capi-system-sensor.spec b/packaging/capi-system-sensor.spec index 4817eab..3720474 100644 --- a/packaging/capi-system-sensor.spec +++ b/packaging/capi-system-sensor.spec @@ -5,7 +5,6 @@ Release: 0 Group: System/API License: Apache-2.0 and PD Source0: %{name}-%{version}.tar.gz -Source1: capi-system-sensor.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) @@ -30,7 +29,6 @@ A Sensor library in TIZEN C API package (Development). %setup -q %build -cp %{SOURCE1} . MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} %__make %{?_smp_mflags} @@ -44,14 +42,13 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %files -%manifest capi-system-sensor.manifest +%manifest packaging/capi-system-sensor.manifest %{_libdir}/libcapi-system-sensor.so.* %license LICENSE.APLv2 %files devel -%manifest capi-system-sensor.manifest -%license LICENSE.APLv2 +%manifest packaging/capi-system-sensor.manifest %{_libdir}/libcapi-system-sensor.so %{_libdir}/pkgconfig/*.pc %{_includedir}/sensor/*.h - +%license LICENSE.APLv2