Removed systemd modification
authorSewook Park <sewook7.park@samsung.com>
Fri, 26 Oct 2012 04:30:53 +0000 (13:30 +0900)
committerSewook Park <sewook7.park@samsung.com>
Fri, 26 Oct 2012 04:30:53 +0000 (13:30 +0900)
Change-Id: I756a44a3760cba827456e85e1db58c1f14b7bc80

packaging/app-core.spec
packaging/core-efl.target [deleted file]

index 93a8eb9..c4ec025 100644 (file)
@@ -6,7 +6,6 @@ Release:    34
 Group:      TO_BE/FILLED_IN
 License:    Apache License, Version 2.0
 Source0:    app-core-%{version}.tar.gz
-Source101:  packaging/core-efl.target
 BuildRequires:  pkgconfig(sensor)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(aul)
@@ -87,8 +86,6 @@ make %{?jobs:-j%jobs}
 %install
 rm -rf %{buildroot}
 %make_install
-install -d %{buildroot}%{_libdir}/systemd/user/core-efl.target.wants
-install -m0644 %{SOURCE101} %{buildroot}%{_libdir}/systemd/user/
 
 
 %post efl -p /sbin/ldconfig
@@ -118,8 +115,6 @@ install -m0644 %{SOURCE101} %{buildroot}%{_libdir}/systemd/user/
 %manifest app-core.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libappcore-common.so.*
-%{_libdir}/systemd/user/core-efl.target
-%{_libdir}/systemd/user/core-efl.target.wants/
 
 %files common-devel
 %defattr(-,root,root,-)
diff --git a/packaging/core-efl.target b/packaging/core-efl.target
deleted file mode 100644 (file)
index 67ec56e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# This virtual unit maps the default core components and their dependencies.
-#
-# The real desktop services should go into the final desktop target
-# folder, which should require this virtual target. While starting
-# up, systemd will assure that the core EFL and daemons start before
-# anything else. After the core target finishes, dependencies should
-# not matter too much anymore and less fine-grained dependencies can
-# be used.
-#
-
-[Unit]
-Description=Core EFL UI target
-After=xorg.target
-Requires=xorg.target