diff options
author | Youngjae Shin <yj99.shin@samsung.com> | 2018-12-11 11:02:00 +0900 |
---|---|---|
committer | Youngjae Shin <yj99.shin@samsung.com> | 2018-12-11 11:02:18 +0900 |
commit | 9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8 (patch) | |
tree | 11aa959d40124a6ca69d7a6a5354b38844a73645 /packaging | |
parent | efa8e2066db366306c19604ddb3b8d5bc676959e (diff) | |
download | unified-model-config-9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8.tar.gz unified-model-config-9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8.tar.bz2 unified-model-config-9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8.zip |
remove unused pakgagessubmit/tizen/20181212.044934submit/tizen/20181212.022933submit/tizen/20181212.022813submit/tizen/20181212.021401submit/tizen/20181212.013423submit/tizen/20181211.020732accepted/tizen/unified/20181212.062533accepted/tizen/unified/20181211.064703
Change-Id: Ieaed08c991ce69063f466e6af3905633185142f3
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/unified-model-config.spec | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/packaging/unified-model-config.spec b/packaging/unified-model-config.spec index 72afaa0..fa12a8f 100755 --- a/packaging/unified-model-config.spec +++ b/packaging/unified-model-config.spec @@ -13,12 +13,6 @@ Source1001: %{name}.manifest %description Model configuration data package -%package -n model-config-emulator-profile_common -Summary: A Model configuration for common profile -Provides: model-config -%description -n model-config-emulator-profile_common -Model configuiration data pacakge (emulator/common) - %package -n model-config-emulator-profile_mobile Summary: A Model configuration for mobile profile Provides: model-config @@ -73,24 +67,12 @@ Provides: model-config %description -n model-config-tw3 Model configuiration data pacakge(tw3) -%package -n model-config-xu3-profile_common -Summary: Model configuration of XU3 for common profiles -Provides: model-config -%description -n model-config-xu3-profile_common -Model configuration data package main body supporting common profiles - %package -n model-config-xu3-profile_tv Summary: Model configuration of XU3 for TV profile Provides: model-config %description -n model-config-xu3-profile_tv Model configuration data package main body supporting TV profile -%package -n model-config-rpi3-profile_common -Summary: Model configuration of RPi3 for common profile -Provides: model-config -%description -n model-config-rpi3-profile_common -Model configuration data package main body supporting common profile - %package -n model-config-rpi3-profile_tv Summary: Model configuration of RPi3 for TV profile Provides: model-config @@ -109,7 +91,6 @@ rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/config ###### For emulator ###### -cp -f emulator/model-config.xml %{buildroot}%{_sysconfdir}/config/emul_common.xml cp -f emulator/model-config_wearable.xml %{buildroot}%{_sysconfdir}/config/emul_wearable.xml %ifarch x86_64 @@ -120,7 +101,7 @@ cp -f emulator/model-config_tv.xml %{buildroot}%{_sysconfdir}/config/emul_tv.xml cp -f emulator/model-config_mobile.xml %{buildroot}%{_sysconfdir}/config/emul_mobile.xml %endif -###### For generic ###### +###### For generic & iot ###### cp -f generic/model-config.xml %{buildroot}%{_sysconfdir}/config/generic.xml cp -f generic/model-config-iot.xml %{buildroot}%{_sysconfdir}/config/iot.xml @@ -137,21 +118,12 @@ cp -f tw2/model-config.xml %{buildroot}%{_sysconfdir}/config/tw2.xml cp -f tw3/model-config.xml %{buildroot}%{_sysconfdir}/config/tw3.xml ###### For xu3 ###### -cp -f xu3/model-config.xml %{buildroot}%{_sysconfdir}/config/xu3.xml cp -f xu3/model-config_tv.xml %{buildroot}%{_sysconfdir}/config/xu3_tv.xml ###### For rpi3 ###### -cp -f rpi3/model-config.xml %{buildroot}%{_sysconfdir}/config/rpi3.xml cp -f rpi3/model-config_tv.xml %{buildroot}%{_sysconfdir}/config/rpi3_tv.xml -%post -n model-config-emulator-profile_common -ln -sf emul_common.xml %{_sysconfdir}/config/model-config.xml -%files -n model-config-emulator-profile_common -%manifest %{name}.manifest -%config %{_sysconfdir}/config/emul_common.xml -%license LICENSE.Apache-2.0 - %post -n model-config-emulator-profile_mobile ln -sf emul_mobile.xml %{_sysconfdir}/config/model-config.xml %files -n model-config-emulator-profile_mobile @@ -215,13 +187,6 @@ ln -sf tw3.xml %{_sysconfdir}/config/model-config.xml %config %{_sysconfdir}/config/tw3.xml %license LICENSE.Apache-2.0 -%post -n model-config-xu3-profile_common -ln -sf xu3.xml %{_sysconfdir}/config/model-config.xml -%files -n model-config-xu3-profile_common -%manifest %{name}.manifest -%config %{_sysconfdir}/config/xu3.xml -%license LICENSE.Apache-2.0 - %post -n model-config-xu3-profile_tv ln -sf xu3_tv.xml %{_sysconfdir}/config/model-config.xml %files -n model-config-xu3-profile_tv @@ -229,13 +194,6 @@ ln -sf xu3_tv.xml %{_sysconfdir}/config/model-config.xml %config %{_sysconfdir}/config/xu3_tv.xml %license LICENSE.Apache-2.0 -%post -n model-config-rpi3-profile_common -ln -sf rpi3.xml %{_sysconfdir}/config/model-config.xml -%files -n model-config-rpi3-profile_common -%manifest %{name}.manifest -%config %{_sysconfdir}/config/rpi3.xml -%license LICENSE.Apache-2.0 - %post -n model-config-rpi3-profile_tv ln -sf rpi3_tv.xml %{_sysconfdir}/config/model-config.xml %files -n model-config-rpi3-profile_tv |