From dd27e2ac6837e3c32bc4b917046faa16a0c59fb6 Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Fri, 27 May 2016 11:50:08 +0900 Subject: [PATCH] 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 --- capi-system-sensor.manifest | 6 ------ packaging/capi-system-sensor.spec | 9 +++------ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 capi-system-sensor.manifest 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 -- 2.7.4