sensord: delete the duplicated manifest file and clean up spec file 43/71743/1
authorkibak.yoon <kibak.yoon@samsung.com>
Fri, 27 May 2016 02:50:08 +0000 (11:50 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Fri, 27 May 2016 02:51:28 +0000 (11:51 +0900)
- capi-system-sensor.manifest is already existed in packaging directory
- sync with tizen 2.3

Change-Id: I94259191afeae2aee1a455429e36d50f36ccc649
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
capi-system-sensor.manifest [deleted file]
packaging/capi-system-sensor.spec

diff --git a/capi-system-sensor.manifest b/capi-system-sensor.manifest
deleted file mode 100644 (file)
index 41a9320..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<manifest>
-    <request>
-        <domain name="_"/>
-    </request>
-</manifest>
-
index 4817eab..3720474 100644 (file)
@@ -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