diff options
author | Jiho Chu <jiho.chu@samsung.com> | 2017-11-23 11:13:41 +0900 |
---|---|---|
committer | Jiho Chu <jiho.chu@samsung.com> | 2017-11-23 11:13:41 +0900 |
commit | d967838c86aa98a07a0f2d69ad9d901a984723ee (patch) | |
tree | b9eaf4440c96e946c71ef52dea9efcb89ad5bfdb | |
parent | 59aad6e9ed68a433dd6b2eda2308fd638309b1d2 (diff) | |
download | weston-d967838c86aa98a07a0f2d69ad9d901a984723ee.tar.gz weston-d967838c86aa98a07a0f2d69ad9d901a984723ee.tar.bz2 weston-d967838c86aa98a07a0f2d69ad9d901a984723ee.zip |
spec: delete 'profile' dependent functionssandbox/jihochu/5.0
Change-Id: Ibfb9e5dd9b28d6a667056b9279bad2d630938d4b
Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
-rw-r--r-- | packaging/weston.spec | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/packaging/weston.spec b/packaging/weston.spec index eaaab9a4..39908623 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -12,25 +12,7 @@ %define extra_config_options2 --enable-rdp-compositor --enable-screen-sharing %endif -%if "%{profile}" == "common" %define extra_config_options3 --enable-sys-uid --disable-ivi-shell -%endif - -%if "%{profile}" == "tv" -%define extra_config_options4 --enable-sys-uid --disable-ivi-shell -%endif - -%if "%{profile}" == "mobile" -%define extra_config_options5 --enable-sys-uid --disable-ivi-shell -%endif - -%if "%{profile}" == "wearable" -%define extra_config_options5 --enable-sys-uid --disable-ivi-shell -%endif - -%if "%{profile}" == "ivi" -%define extra_config_options4 --disable-default-vkb --enable-transform -%endif Name: weston Version: 1.8.0 @@ -125,22 +107,6 @@ This package provides a RDP compositor allowing to do remote rendering through the network. %endif -%if "%{profile}" == "ivi" -%package ivi-shell -Summary: %{name} IVI Shell -Group: Graphics & UI Framework/Wayland Window System -%description ivi-shell -A reference Weston shell designed for use in IVI systems. - -%package ivi-shell-config -Summary: Tizen IVI %{name} configuration -Group: Automotive/Configuration -Conflicts: weston-ivi-config -Conflicts: ico-uxf-weston-plugin -%description ivi-shell-config -This package contains Tizen IVI-specific configuration. -%endif - %prep %setup -q cp %{SOURCE1001} . @@ -192,11 +158,6 @@ install -m 755 weston-subsurfaces %{buildroot}%{_bindir} install -m 755 weston-transformed %{buildroot}%{_bindir} install -m 755 weston-fullscreen %{buildroot}%{_bindir} -%if "%{profile}" == "ivi" -mkdir -p %{buildroot}%{_sysconfdir}/xdg -install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg -%endif - rm -rf %{buildroot}%{_datadir}/wayland-sessions %pre @@ -277,28 +238,4 @@ getent group weston-launch >/dev/null || %{_sbindir}/groupadd -r weston-launch %{_libdir}/weston/screen-share.so %endif -%if "%{profile}" == "ivi" -%files ivi-shell -%manifest %{name}.manifest -%{_libdir}/weston/hmi-controller.so -%{_libdir}/weston/ivi-shell.so -%{_libexecdir}/weston-ivi-shell-user-interface -%{_datadir}/weston/background.png -%{_datadir}/weston/panel.png -%{_datadir}/weston/tiling.png -%{_datadir}/weston/sidebyside.png -%{_datadir}/weston/fullscreen.png -%{_datadir}/weston/random.png -%{_datadir}/weston/home.png -%{_datadir}/weston/icon_ivi_simple-egl.png -%{_datadir}/weston/icon_ivi_simple-shm.png -%{_datadir}/weston/icon_ivi_smoke.png -%{_datadir}/weston/icon_ivi_flower.png -%{_datadir}/weston/icon_ivi_clickdot.png - -%files ivi-shell-config -%manifest %{name}.manifest -%config %{_sysconfdir}/xdg/weston.ini -%endif - %changelog |