Remove context-service.xml 41/59141/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 11 Feb 2016 04:14:15 +0000 (13:14 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 11 Feb 2016 04:14:15 +0000 (13:14 +0900)
Change-Id: I6d103ba6306ac48fc5ec4565bae1543a0d44b944
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
packaging/context-service.spec
packaging/context-service.xml [deleted file]

index 8e5fcaa..96e1b5c 100644 (file)
@@ -12,7 +12,6 @@ BuildRequires: cmake
 BuildRequires: sed
 BuildRequires: pkgconfig(libtzplatform-config)
 BuildRequires: pkgconfig(vconf)
-BuildRequires: pkgconfig(libxml-2.0)
 BuildRequires: pkgconfig(sqlite3)
 BuildRequires: pkgconfig(capi-system-info)
 BuildRequires: pkgconfig(capi-appfw-app-manager)
@@ -69,9 +68,6 @@ mkdir -p %{buildroot}%{_datadir}/packages
 mkdir -p %{buildroot}/opt/data/context-service
 install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir_user}
 cp LICENSE %{buildroot}%{_datadir}/license/%{name}
-sed -i "s/^\tversion=\".*\"/\tversion=\"%{version}\"/g" packaging/context-service.xml
-cp packaging/context-service.xml %{buildroot}%{_datadir}/packages/
-
 mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/session.d
 install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dbus-1/session.d/
 
@@ -97,4 +93,3 @@ rm -f %{_unitdir_user}/default.target.wants/context-service.service
 %{_bindir}/*
 %{_unitdir_user}/context-service.service
 %{_datadir}/license/%{name}
-%{_datadir}/packages/*.xml
diff --git a/packaging/context-service.xml b/packaging/context-service.xml
deleted file mode 100644 (file)
index fc18178..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest xmlns="http://tizen.org/ns/packages"
-       package="context-service"
-       version="0.0.0"
-       api-version="3.0"
-       install-location="internal-only"
-       type="rpm">
-       <label>Context Service</label>
-       <description>Context Service</description>
-       <service-application appid="context-service"
-               exec="/usr/bin/contextd"
-               type="capp"
-               multiple="false"
-               taskmanage="false"
-               nodisplay="true"
-               mainapp="true">
-               <label>Context Service</label>
-       </service-application>
-       <privileges>
-               <privilege>http://tizen.org/privilege/location</privilege>
-               <privilege>http://tizen.org/privilege/display</privilege>
-       </privileges>
-</manifest>