Remove unused files 04/38504/1
authorSangyoon Jang <s89.jang@samsung.com>
Tue, 21 Apr 2015 12:04:38 +0000 (21:04 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Tue, 21 Apr 2015 12:04:38 +0000 (21:04 +0900)
Change-Id: I012b37fb173dc5743f20ef37a626db4c48c590be
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
packaging/app-core.spec
packaging/core-efl-wayland.target [deleted file]
packaging/core-efl-x.target [deleted file]
packaging/core-efl.target [deleted file]

index 194330d..2428648 100644 (file)
@@ -8,11 +8,6 @@ Release:        0
 Group:          Application Framework/Libraries
 License:        Apache-2.0
 Source0:        app-core-%{version}.tar.gz
-%if %{with wayland}
-Source101:      packaging/core-efl-wayland.target
-%else
-Source101:      packaging/core-efl-x.target
-%endif
 %if %{with x}
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(ecore-x)
@@ -111,8 +106,6 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 %make_install
-install -d %{buildroot}%{_unitdir_user}/core-efl.target.wants
-install -m0644 %{SOURCE101} %{buildroot}%{_unitdir_user}/core-efl.target
 
 
 %post -n app-core-efl -p /sbin/ldconfig
@@ -141,8 +134,6 @@ install -m0644 %{SOURCE101} %{buildroot}%{_unitdir_user}/core-efl.target
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libappcore-common.so.*
-%{_unitdir_user}/core-efl.target
-%{_unitdir_user}/core-efl.target.wants/
 %license LICENSE
 
 %files common-devel
diff --git a/packaging/core-efl-wayland.target b/packaging/core-efl-wayland.target
deleted file mode 100644 (file)
index c3fb723..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=weston.target
-Requires=weston.target
diff --git a/packaging/core-efl-x.target b/packaging/core-efl-x.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
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